/* ---------------------------------------------------------------------------------------------
 　基本設定
---------------------------------------------------------------------------------------------*/

BODY {
	height: 100%;
	background-color: #FFFFFF;
	font: 17px/25px "MS PGothic",Osaka;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

.fontss {
	font: 13px/20px "MS PGothic",Osaka;
}

.title {
	width: 750px;
	height: 40px;
	background-color: #FFF0D9;
	color: #975A00;
	font: 20px/40px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-left: 10px #FFC166 solid;
	padding-left: 7px;
}

.title2 {
	width: 730px;
	height: 35px;
	background-color: #E8E8E8;
	color: #666666;
	font: 18px/35px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-left: 10px #E38800 solid;
	padding-left: 7px;
	margin: 20px 0px 10px 0px;
}

.title3 {
	width: 625px;
	height: 35px;
	background-color: #FFF0D9;
	color: #975A00;
	font: 18px/35px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-left: 10px #FFC166 solid;
	padding-left: 7px;
	margin: 30px 0px 10px 0px;
}

.title3v {
	width: 625px;
	height: 35px;
	background-color: #D6E7F2;
	color: #007BB0;
	font: 18px/35px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-left: 10px #00A4E8 solid;
	padding-left: 7px;
	margin: 30px 0px 10px 0px;
}

.title3g {
	width: 625px;
	height: 35px;
	background-color: #FFFFFF;
	color: #666666;
	font: 18px/35px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
	border-left: 10px #AAAAAA solid;
	padding-left: 7px;
	margin: 30px 0px 15px 0px;
}

.title-product {
	width: 825px;
	height: 35px;
	background-color: #FFF0D9;
	color: #975A00;
	font: 22px/35px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-top: 5px #FFDAA2 solid;
	border-right: 5px #FFC166 solid;
	border-bottom: 5px #FFDAA2 solid;
	border-left: 5px #FFC166 solid;
	padding-left: 10px;
	margin-bottom: 15px;
}

.titlem {
	width: 730px;
	height: 40px;
	background-color: #FFF0D9;
	color: #975A00;
	font: 20px/40px "MS PGothic",Osaka;
	font-weight: 700;
	text-align: left;
	border-left: 10px #FFC166 solid;
	padding-left: 7px;
}



/* --------------------------------------------------------------------------------------------
 　文字サイズ変更ボタン(小)基本設定
-------------------------------------------------------------------------------------------- */

#fonts-s {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../image/button-fonts-1-1.jpg);
}

#fonts-s:hover {
	background-image: url(../image/button-fonts-1-2.jpg);
	color: #FFFFFF;
	position: relative; top: 0px; left: 0px;
}



/* --------------------------------------------------------------------------------------------
 　文字サイズ変更ボタン(中)基本設定
-------------------------------------------------------------------------------------------- */

#fonts-m {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../image/button-fonts-2-1.jpg);
}

#fonts-m:hover {
	background-image: url(../image/button-fonts-2-2.jpg);
	color: #FFFFFF;
	position: relative; top: 0px; left: 0px;
}



/* --------------------------------------------------------------------------------------------
 　文字サイズ変更ボタン(大)基本設定
-------------------------------------------------------------------------------------------- */

#fonts-l {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../image/button-fonts-3-2.jpg);
}

#fonts-l:hover {
	background-image: url(../image/button-fonts-3-2.jpg);
	color: #FFFFFF;
	position: relative; top: 0px; left: 0px;
}
