/* 共通設定 */
body{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
#base{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/images/bg.gif);
}
#wrapper{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#main_container{
	text-align: left;
}

/* ヘッダー */
#header{
}
#header_line{
	background-color: #f77200;
}
#header_tel{
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 10px;
	padding-top: 2px;
	font-weight: bold;
}
#header h1{
	width: 600px;
	float: felt;
	font-size: 10pt;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	text-align: left;
}
#header_logo{
	background-color: #000000;
	height: 95px;
}
#header_logo_left{
	float: left;
	width: 690px;
	text-align: center;
}
#header_logo_left img{
	margin-top: 28px;
}
#header_logo_right{
	float: right;
	width: 148px;
	text-align: center;
}
#header_logo_right img{
	margin-top: 2px;
}

#navi{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#navi li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navi li img{
	border-style: none;
}

/* イメージエリア */
#top_img_area{
	width: 840px;
	height: 343px;
	background-image: url(/images/head_img_1.jpg);
}

#top_img_area_top{
	width: 840px;
	height: 311px;
	background-color: #000000;
/*
	background-image: url(/images/ItsTimeToRide_main.jpg);
	background-repeat: no-repeat;
*/
}

.topic_under{
	padding-top: 314px;
	margin-left: 10px;
}

#topic_path{
	color: #ffffff;
	font-size: 11pt;
}
#topic_path a{
	color: #ffffff;
}

/* コンテンツ */
#middle{
	background-color: #ffffff;
	width: 840px;
}

/* 左 */
#middle_left{
	float: left;
	width: 168px;
}
#middle_left p{
	margin: 0px;
}

/* 右 */
#middle_right{
	float: right;
	width: 150px;
}
#middle_right .auto_banner{
	width: 150px;
	height: 203px;
}
#middle_right p{
	margin: 0px;
}

/* センター */
#middle_center{
	margin-left: 170px;
	margin-right: 152px;
}
#middle_center .notice{
	padding-top: 4px;
}

#middle_center h2{
	height: 21px;
	font-size: 13pt;
	background-image: url(/images/bg_top_h2.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
}
#middle_center dl{
}

#middle_center dl dt{
	font-size: 10pt;
	font-weight: normal;
	margin-left: 30px;
}
#middle_center dl dd{
	color: #666666;
	margin-left: 50px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#middle_center .notice_head_more{
	text-align: right;
	margin-right: 60px;
}
#middle_center .notice dd{
	margin-right: 60px;
}


#contents{
	background-color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#middle_twop{
	background-color: #ffffff;
	background-image: url(/images/bg_left.jpg);
	background-repeat: repeat-y;
}

/* フッター */
#bottom_img_area{
	width: 840px;
	margin: 0px;
	padding: 0px;
}

#footer{
	clear: both;
	border-top: 2px solid #000000;
}
#footer_navi{
	text-align: center;
}
#footer_navi ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#footer_navi ul li{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer .signature{
	text-align: center;
}


/* フォーム用 */
form{
	margin: 0px;
}

.form_index{
	margin-top: 10px;
	margin-left: 8px;
	font-weight: bold;
}
.form_input{
	margin-left: 14px;
}
.form_conf{
	margin-left: 14px;
}
.form_help{
	color: #666666;
	margin-left: 14px;
	margin-bottom: 8px;
	font-size: x-small;
}
.form_button{
	margin-top: 14px;
}
.form_input_sub{
	margin-left: 14px;
}
input.input_text60{
	width: 400px;
}
input.input_text40{
	width: 300px;
}
input.input_text30{
	width: 200px;
}
input.input_text20{
	width: 110px;
}
textarea.texarea_40{
	width:300px;
	height: 60px;
}
.block_error{
	margin-bottom: 10px;
}
.error{
	color: #ff0000;
}

/* 共通 */
.clear{
	clear: both;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.noborder{
	border-style: none;
}
.disabled{
	color: #cccccc;
}
.link{
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* バルーンヘルプ用 */
#balloon_help{
	position: absolute;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	font-size: x-small;
}

/* 透過PNG */
.iepngfix{
	behavior: expression(IEPNGFIX.fix(this));
}


