@charset 'UTF-8';
* { 
	margin:0;
	padding:0;
}
body{
	background:#f2f2f2 url( /img/bg_main.jpg ) repeat-x;
	margin-top:0;
	font-style: normal;
	font-family:"ＭＳ Ｐゴシック",Osaka;
}
ul{
	margin-left:30px;
	line-height:150%;
}
li{
	list-style:square;
	color:#4444cc;
}
/* 20100402 watanabe write */
.top_panel li{
list-style-type:none;
}
/****************************/
.li_doc{
	color:#555555;
}

img{
	border:0;
}
.gray{
	color:#666666;
}
.red{
	color:#cc0000;
}
#base{

	width:860px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:white;
	margin:0 auto;

}
#container{

	width:790px;
	margin:0 auto;
	background:white;
	

}
#header{
	margin:0px auto;
	padding-top:4px;


}
#menu_bar{
	margin:0;
}

#header #tag_line{
	font-size:10px;
	color:#666666;
	text-align:right;
}

#header #logo{
	margin-left:5px;
}

#header #btn{
	float:right;
	padding-top:17px;
	margin-right:5px;
}

#header #menu_bar{
	margin-top:8px;
	margin-bottom:15px;
}

#footer{
	height:127px;
	background:url(/img/bg_footer.jpg);
	margin-top:30px;
	border-bottom:1px solid #CEB70D;
}
#footer_cont{
	color:#666666;
	text-align:center;
	font-size:80%;
	margin:20px;
}
#footer_cont a{
	color:#666666;
}


.dot_line{
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	text-align:center;

}

.common_title{
	background:url( /img/bg_common_title.jpg ) #227DE5 repeat-x;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:7px 0px 5px 10px;
	margin-top:10px;
	margin-bottom:10px;
}

.result{
	color:#222277;
	font-weight:bold;
	text-align:center;
	padding:25px;

}


.error{
	font-weight:bold;
	color:red;
	text-align:center;
	margin:5px;

}

.pankuzu{
	font-size:80%;
	margin-left:5px;
}

#main_cont{

	font-size:80%;
	margin:15px;

}

#main_cont h1{

	font-size:1.2em;
	height:15px;
	padding:10px;
	background:#0000aa url(/img/bg_h1.jpg);
	color:white;
	border:1px solid #4D5771;
}

#main_cont h2{
	margin-left:10px;
	margin-top:30px;
	font-size:1em;
	height:15px;
	padding:10px;
	background:#eeeeee url(/img/bg_h2.jpg);
	border:1px solid #ADB9C2;
}
#main_cont h2.mono{
	font-size:1.2em;
	background:#ffffff;
	border:none;

}
#main_cont .cont_doc{
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	line-height:150%;

}


.race_title{

	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	margin-top:10px;
	margin-left:15px;
	background:#eeeeee url(/img/bg_h2.jpg);
	border:1px solid #ADB9C2;
}

.mail_cont{
	margin:10px;
	margin-left:20px;
	line-height:150%;
	
}


.mail_cont_tyoku{
	margin:10px;
	padding:10px;
	border:1px dotted #aaaaaa;
	margin-bottom:50px;
	background:#f2f2f2;
	line-height:150%;
}





.result_table{ margin-left:20px;border:1px solid #666666;width:700px;border-collapse: collapse;}
.result_table td{ padding:2px; }
.result_table .tableheader{
	background:#eeeeee;
	border-top:#8c8c8c solid 1px;
	border-bottom:#acacac solid 1px;
	font-weight:bold;
	padding:6px;
}



.voice_title{
	font-weight:bold;
	margin:10px;
}

.voice_cont{
	width:500px;
	margin-left:20px;
	margin-bottom:40px;
	line-height:150%;
}


#contact_form{

	margin-left:30px;

}
#contact_form .contact_form_left{

	padding:5px;
	width:20%;
	background:#6666ff;
	color:white;
	font-weight:bold;
}
#contact_form .contact_form_right{
	padding:5px;
	width:70%;
	line-height:130%;
	background:#efefef;
}

.needs{
	color:red;

}

.account_form_title{
	background:#eeeeee;
	padding:3px;
}

#ui-datepicker-div{
	width:200px;
	font-size:70%;
}
#ui-datepicker-div select{
	width:60px;
}
.ui-datepicker-title select{
}
.ui-datepicker-month{
position:absolute;
top:0px;
left:105px;

}

.ui-datepicker-year{
position:absolute;
top:0px;
left:25px;
}