@charset "utf-8";
/* CSS Document */

/*--TAG_css--*/

* { margin:0px; padding:0px; }
body {
	background-color: #febe38;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li { list-style:none; }
h1,h2,h3,h4,h5,p,li,dt,dd,th,td{
	font-size:12px;
	text-align:left;
}
p{ line-height:135%; }
img { border:none; }

/* for FireFox */
a {
/*\*/
   overflow: hidden;
/**/
}
/* ClearFIX */
.clearfix {	min-height: 1px; }
.clearfix:after {
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear{ clear:both;}

/*--ID_css--*/
#wrapper{
	margin:0 auto;
	width:840px;
}

#header{
	padding-top:20px;
}
#header h1{
	margin-bottom:10px;
}
#header .header_pictuer{
	width:837px;
	height:358px;
	border:1px #FFF solid;
	margin-bottom:5px;
	float:right;
}
#header li{
	float:left;
}

#content{
	margin-bottom:10px;
}
#content_in{
	background-image:url(../img/content_back01.jpg);
	background-repeat:repeat-y;
}
	
#content .c01_logo{
	padding-left:12px;
	margin-bottom:10px;
}
#content .c01_logo img{
	border:2px #ffc18b solid;
}
#content .c01_logo li{
	float:left;
	padding:0 4px 0 4px;
}
#content .title02{
	margin-bottom:10px;
}
#content .text02b{
	margin-bottom:15px;
}
#content .title03{
	margin-bottom:15px;
}
#content .subtitle03{
	margin-bottom:5px;
}
#content .text03{
	margin-bottom:15px;
}

#sub_content02{
	padding-left:1px;
	margin-bottom:20px;
}
.sub_content02_in{
	background-color:#FFFFFF;
	padding:15px;
}
#sub_content02 p.title01{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:2px #FF6600 dotted;
	padding-bottom:3px;
}
#sub_content02 p.text01{
	padding-bottom:5px;
}

#footer{
	padding-bottom:20px;
}

#success{
	padding:10px;
	margin-bottom:15px;
	border:2px #fe871f solid;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#error{
	padding:10px;
	margin-bottom:15px;
	border:2px #ff3333 solid;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}



