body {
	background-color: #FFFFFF;
	color:#000000;
	font-family: MS PGothic,Osaka;
	}

.fontbrown {
	color: #993300;
	}
.text10 {
	FONT-SIZE: 10px; LINE-HEIGHT: 130%
}
.text12 {
	FONT-SIZE: 12px; LINE-HEIGHT: 130%
}
.text14 {
	FONT-SIZE: 14px; LINE-HEIGHT: 140%
}
.text14_s {  font-size: 14px; line-height: 120%}
.line_h {  line-height: 135%}
.text16 {  font-size: 16px; line-height: 115%}


.font8 {
	font-size: 8px; font-family: MS PGothic,Osaka;
	}
.font10 {
	font-size: 10px; font-family: MS PGothic,Osaka;
	}
.font12 {
	font-size: 12px; font-family: MS PGothic,Osaka;
	}

.line130 {
	line-height: 130%;
	}
.line150 {
	line-height: 150%;
	}
.line180 {
	line-height: 180%;
	}

.white {
	color: #FFFFFF;
	}
.red {
	color: #CC0000;
	}

/*-------------------------------↓画像表示指定↓--------------------------------*/

div.preview {
	width:500px;
	height:200px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #999;
	}

div.thumbnail {
	width:500px;
	margin:0 auto;
	margin-bottom:20px;
	}
div.thumbnail ul {
	display:block;
	width:500px;
	list-style-type:none;
	margin:0 auto;
	padding:0;}

div.thumbnail ul li{
	display:block;
	float:left;
	width:75px;
	height:75px;
	margin:0 0px 2px 2px;
	padding:0;
	}
div.thumbnail ul li img{
	display:block;
	margin:0;
	padding:0;
	cursor:pointer;
	}

h3 {
	clear:both;
	}