/* --------------------------------------------------------------------------------------------
 　文字サイズ(小)専用設定
-------------------------------------------------------------------------------------------- */

.fonts {
	font: 10px/18px "MS PGothic",Osaka;
}

.fontw {
	font: 10px/25px "MS PGothic",Osaka;
	color: #FFFFFF;
}

.fontss {
	font: 10px/18px "MS PGothic",Osaka;
}

.fontssw {
	font: 10px/18px "MS PGothic",Osaka;
	color: #CC0066;
}

.fontssws {
	font: 10px/13px "MS PGothic",Osaka;
	color: #CC0066;
}

.fontsm {
	font: 10px/18px "MS PGothic",Osaka;
}

.fontl {
	font: 12px/18px "MS PGothic",Osaka;
}

.fontlblue {
	font: 12px/18px "MS PGothic",Osaka;
	color: #003399;
}

.fontlpink {
	font: 12px/18px "MS PGothic",Osaka;
	color: #FF0033;
}

.fontwhite {
	font: 10px/18px "MS PGothic",Osaka;
	color: #FFFFFF;
}

.fontlwhite {
	font: 12px/18px "MS PGothic",Osaka;
	color: #FFFFFF;
}

.title {
	width: 590px;
	height: 20px;
	font: 12px/18px "MS PGothic",Osaka;
	color: #666666;
	text-align: left;
	border-bottom: 1px #CCCCCC dashed;
	border-left: 10px #A6A600 solid;
	padding-left: 5px;
	margin: 20px 0px 20px 0px;
}

.titles {
	width: 250px;
	height: 20px;
	font: 12px/18px "MS PGothic",Osaka;
	color: #666666;
	text-align: left;
	border-left: 10px #A6A600 solid;
	padding-left: 5px;
	margin: 20px 0px 10px 0px;
}

.titlesss {
	width: 600px;
	height: 30px;
	background-color: #F2E6BF;
	font: 12px/30px "MS PGothic",Osaka;
	font-weight: 700;
	color: #7B7B00;
	text-align: left;
	padding-left: 5px;
	margin: 20px 0px 10px 0px;
}

.reds {
	font: 10px/18px "MS PGothic",Osaka;
	color: #CC0000;
}	



/* --------------------------------------------------------------------------------------------
 　文字サイズ(小)設定
-------------------------------------------------------------------------------------------- */

#fonts-s {
	display: block;
	width: 19px;
	height: 19px;
	background-image: url(../image/fonts2-2.jpg);
}

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



/* --------------------------------------------------------------------------------------------
 　文字サイズ(中)設定
-------------------------------------------------------------------------------------------- */

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

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



/* --------------------------------------------------------------------------------------------
 　文字サイズ(大)設定
-------------------------------------------------------------------------------------------- */

#fonts-l {
	display: block;
	width: 19px;
	height: 19px;
	background-image: url(../image/fonts4-1.jpg);
}

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