*{
	font-family:verdana,osaka,arial,serif;
	/*font-size:95%;*/
	
	color:#727171;
	line-height:2em;
}

/* リンクの色とか設定========================================= */
A:link{
	color:#50b7c1;
	text-decoration:none;
}

A:visited{
	color:#76becc;
	text-decoration:none;
}

A:hover{
	color:#f05b72;
	text-decoration:none;
}


/* ページ内要素 */
h1{
	background-color:#f0f8ff;
	background-image:url("../img/back.gif");
	
	font-size:10px;
	font-weight:bold;
	font-family:verdana,arial,osaka,serif;
	color:#f05b72;
	
	padding:10px;
	margin:0px;
}


h2{
	font-size:90%;
	color:#b2d235;
	border-left:5px solid #b2d235;
	padding:2px 0px 2px 10px;
	margin:10px 0px 10px 2px;
}

h3{
	font-size:90%;
	color:#f58f98;

	background-image:url("../img/icon_sheep.gif");
	background-repeat:no-repeat;
	background-position:center left;
/*	
	background-color:#FDE8EA;
*/	
	padding:0px 0px 0px 30px;
	margin:0px 0px 10px 0px;
}

h4{
	font-size:90%;
	color:#78cdd1;
	
	/*border-bottom:3px double #f15b6c;*/
	background-image:url("../img/line_dot.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:5px 0px 13px 5px;
	margin:0px;
}


ul{
	list-style-type:none;
	list-style-position: outside;
}

li{
	background-image:url("../img/back_asta.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0px 2px 25px;
	margin:0px 0px 5px 2px;

}



.summary{
	border-left:3px solid #afdfe4;
	margin:0px 0px 20px 10px;
	padding:0px 0px 0px 15px;
	
	font-size:80%;
	
	color:#999999;
}

.str_price{
	color:#ca0439;
	margin:10px 0px 30px 20px;
	padding:0px;
}

.inner_block{
	background-color:#feeeed;
	margin:15px 5px;
	padding:10px 30px;
}

.caution{
	font-size:80%;
	color:#426ab3;
	line-height:2.5em;
	text-align:center;
}





/* 画像 */
img.ab_right{
	margin-left:15px;
	margin-bottom:5px;
	text-align:right;
	float:right;
}

img.ab_left{
	margin-right:15px;
	margin-bottom:5px;
	text-align:left;
	float:left;
}



.border{

	height:15px;
}

/* フォーム要素 */
textarea{
	width:300px;
	height:150px;
	
	border:1px solid #666666;
}

textarea.small{
	width:450px;
	height:80px;
	
	border:1px solid #666666;
}

input.txt{
	width:300px;
	border:1px solid #666666;
	
	line-height:1em;
}



/* bbs 関連　*/

div#bbs_fields{
	text-align:right;
	margin:0px;
	
	font-size:10px;
	font-family:arial,verdana,osaka;
}


div.header{
	text-align:left;
	font-family:verdana,osaka;
	font-size:10px;

	padding-bottom:8px;
	
	background-image:url("../img/line_bottom.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
}

div.message{
	text-align:left;
	
	margin:0px 0px 30px 20px;
	padding:0px 0px 0px 0px;

	font-family:arial,verdana,osaka;
	font-size:90%;
	line-height:2em;
}

.bbs_date{
	font-family:verdana,osaka;
	font-size:10px;
	color:#c3d825;
	font-weight:bold;
	
	text-align:right;
}

.bbs_user{
	margin:0px;
	padding-right:15px;
	text-align:right;
}


div.res_header{
	text-align:left;
	font-family:verdana,osaka;
	font-size:10px;

	margin-left:40px;
	padding-bottom:8px;
	
	background-image:url("../img/line_bottom.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
}

div.res_message{
	border-left:3px solid #afdfe4;
	margin:0px 0px 20px 40px;
	padding:0px 0px 0px 15px;
	
	font-size:80%;
	
	color:#83b2bf;

}

div.auther{
	text-align:center;
	
	margin:5px 0px 30px 0px;
	padding:5px 0px 0px 0px;

	font-family:verdana,osaka;
	font-size:10px;
	line-height:2em;
	color:#83b2bf;

}


/* bbs form */
div#bbs_fields input.txt{
	color:#333333;
	filter:Alpha(opacity='70');
	background-color:#ffffff;
	border:1px solid #000000;
	
	width:200px;
	
	font-size:10pt;
}

div#bbs_fields textarea{
	font-size:11px;
	line-height:170%;
	color:#333333;
	filter:Alpha(opacity='70');
	background-color:#ffffff;
	border:1px solid #000000;
	
	width:260px;
	height:100px;

	scrollbar-face-color:#ffffff; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #ffffff; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #ffffff; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #333333; /*矢印の色*/
	scrollbar-track-color: #efefef; /*背面の色*/
	scrollbar-darkshadow-color: #ffffff;/*スクロールバー右側（下）の影*/
}

.button{
	border-style:none;
	background-color:transparent;
	color:#31363c;
	font-family:"arial black",chicago,osaka,verdana,"MS GOTHIC";
	font-size:18px;
	width:300px;
	height:25px;
	text-align:right;
}


