/* ＝＝＝＝＝＝＝＝＝＝FAXページ用設定＝＝＝＝＝＝＝＝＝＝　*/
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000000;
	width:100%;
}
#fax h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#fax h2 {
	line-height: 150%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#fax table {
	width: 100%; 
    border-collapse:separate;  
}
#fax td {
	padding: 5px;
	font-size: 14px;
	line-height: 150%;
	vertical-align: top;
	text-align:left;
}
#fax .td1 {
	padding: 5px 20px;
	text-align:left;
}
#fax em {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#fax p {
	font-size: 13px;
	line-height: 130%;
	text-align: center;
}



/* ＝＝＝＝＝＝＝＝＝＝全体共通＝＝＝＝＝＝＝＝＝＝　*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000000;
	width:100%;
}

ol,ul {  
     list-style:none;   
} 

/* navigation　*/
p.guide {
	font-size: 13px;
	margin-left: 30px;
	margin-top: 5px;
	line-height: 125%;
}
#navi {
	display:none;
}
#navi ul {
	display:none;
}
#navi li {
	display:none;
}
#navi li a {
}


/* clear　*/
.clear { clear:both;}

/* infomation　*/

.info {
}

.info ul {
	margin-bottom: 10px;
}
.info li {
	padding: 3px 0px;
	font-size: 14px;
	list-style-position: outside;
}
.info span {
	color: #5A882D;
}
.info a {
	color: #FFCC00;
	text-decoration:underline;
}



/* footer */
#footer #totop {
	display:none;
}


#footer p {
	font-size: 12px;
}
#footer ul {
	display:none;
}
#footer li {
	display:none;
}
#footer a {
}


/* ＝＝＝＝＝＝＝＝＝＝ヘッダー・フッター設定 ＝＝＝＝＝＝＝＝＝＝　*/

/* index.html */

#header_top {
}
#header_top h1 {
	margin-left: 5px;
	float: right;
}
#header_top #navi {
}



/* 商品ページ.html */

#header_g1,#header_g2,#header_g3,#header_g4 {
}
#header_g1 h1,#header_g2 h1,#header_g3 h1,#header_g4 h1 {
	margin-left: 30px;
	float: right;
}
#header_g1 #navi,#header_g2 #navi,#header_g3 #navi,#header_g4 #navi {
}



/* postmail.html  link.html 他*/

#header {
}
#header h1 {
	margin-left: 30px;
	float: right;
}
#header #navi {
}

#content,#content_muji {
}
/* トップもどりリンク部分 */
#header #tohome {
	clear: both;
	display:none;
}



/* ＝＝＝＝＝＝＝＝＝＝コンテンツページ共通設定＝＝＝＝＝＝＝＝＝＝　*/

#navi .thispage {
	display:none;
}

/* トップもどりリンク部分 */
.totop {
	clear: both;
	display:none;
}

#tohome {
	clear: both;
	display:none;
}

/* 商品紹介コーナー部分 */
.showcase {
	padding: 5px 0px;
}
.showcase h3 {
	margin-bottom: 15px;
}
.showcase p {
	margin: 0px 0px 10px 10px;
	font-size: 14px;
	line-height: 150%;
}

.showcase a {
	font-size: 14px;
	color: #FFCC00;
	text-decoration: underline;
}

.showcase ol {
	margin: 0px 0px 15px 0px;
	list-style-type: decimal;
	list-style-position: inside;
}
.showcase li {
	font-size: 13px;
	padding: 0px 0px 5px 0px;
}
/* 商品紹介コーナー テーブル部分 */
.showcase table {
	width: 100%;
	margin: 0px 0px 10px 0px;  
}

.showcase td {
	border:1px solid #000000;
	padding: 1px;
	vertical-align: top;
	text-align:left;
}


.showcase h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.showcase .goods_img {
	margin:5px 0px;
}

.showcase .goods_details {
	text-align: left;
}
.showcase .goods_details li {
	font-size: 13px;
	color: #333333;
	padding: 0px 0px 3px 0px;
}
.showcase .goods_details span {
	font-size: 12px;
	color: #CC6666;
}
.showcase .goods_details em {
	font-size: 16px;
	font-weight: bold;
	color: #BF4040;
	font-style: normal;
}

/* 購入案内特商法　*/
.info {
	margin: 10px;
	text-align: center;
}

.info table {
	margin-bottom: 20px;
}

.info th {
	width: 25%;
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
}
.info td {
	width:70%;
	font-size: 90%;
	line-height: 130%;
	vertical-align: top;
	padding-bottom:10px;
	text-align: left;
}

.info span {
	font-size: 100%;
	color: #99CC66;
	font-weight: bold;
}

.info .detailbox {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #99CC66;
}
.info .detailbox th {
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	vertical-align: top;
}
.info .detailbox td {
	font-size: 100%;
	padding-bottom: 5px;
	line-height: 130%;
	vertical-align: top;
}

.info .way1 {
	background-image: url(../image/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0px 20px 37px;
	font-size: 100%;
	line-height: 135%;
}
.info .way2 {
	background-image: url(../image/icon_fax.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0px 15px 37px;
	font-size: 100%;
	line-height: 135%;
}
.info .way3 {
	background-image: url(../image/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0px 0px 37px;
	font-size: 100%;
	line-height: 145%;
}



/* 問い合わせボタンコーナー　*/


.btn {
	display: none;
}


#footer {
	text-align: left;
	clear: both;
}


/* ＝＝＝＝＝＝＝＝＝＝トップページ用設定＝＝＝＝＝＝＝＝＝＝　*/
#whole_top .news {
	width: 60%;
	border: 2px solid #FFCC00;
}

#whole_top .news .newspart {
	color: #333333;
}

#whole_top .news .newspart img {
	margin-bottom: 5px;
}
#whole_top .news .newspart p {
	font-size: 0.9em;
}
#whole_top .news .newspart a {
	font-size: 0.9em;
	color: #99CC00;
	text-decoration:underline;
}
#whole_top .news .newspart a:hover {
	text-decoration:none;
	color:#333333;
	background-color: #FFCC00;
}

#whole_top .news .newspart2 {
}
#whole_top .news .newspart2 p {
	font-size: 0.9em;
	line-height: 160%;
	color: #333333;
}



#whole_top #pr {
	width: 100%;
}
#whole_top #pr p {
	font-size: 1em;
	line-height: 160%;
}
#whole_top #pr img {
	margin:10px 0px;
}
#whole_top #pr span {
	font-size: 1.1em;
	line-height: 170%;
	font-weight: bold;
	color: #FF0000;
}


#whole_top #pr .pagelink {
	display:none;
}




/* ＝＝＝＝＝＝＝＝＝＝フォームページ用設定＝＝＝＝＝＝＝＝＝＝　*/

/*mail form*/

.info form {
	text-align: left;
	padding: 20px;
	font-size: 90%;
	line-height: 150%;
}

.td01 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 3px 10px;
	width: 30%;
	text-align: left;
}
.td02 {
	font-size: 14px;
	color: #333333;
	padding: 3px 10px;
	text-align: left;
}
