@charset "utf-8";


/* style reset & defaul setting
----------------------------------------------------------- */
@import url("default.css");
@import url("common.css");


/* header style
----------------------------------------------------------- */

#header{
	width:690px;
	height:60px;
	margin:0px auto;
	position:relative;
}
#header h1{
	width:420px;
	height:55px;
	background:url(../img/logo.png) no-repeat;
	display: block;
	position:absolute;
	top:5px;
	left:-15px;
	z-index:0;
}
#header h1 a{	height: 100%;	text-indent: -9999px;	display: block;}
#header h1 a:focus{	overflow: hidden;}

#header #veriSign{
	width:111px;
	height:63px;
	position:absolute;
	right:10px;
	z-index:1;
	top: 5px;
}




/* contents style
----------------------------------------------------------- */

#contents{
	width:690px;
	margin: 5px auto 0px;
	padding-bottom:25px;
	background:url(../img/backgroundBody.png) repeat-y;
}

#contents h2{
	background:url(../img/h2_popup.jpg) no-repeat;
	width:690px;
	color:#FFF;
	font-size:153.9%;
	line-height:56px;
	font-weight:bold;
	padding-left:1.5em;
}

#contents .section{
	border-bottom:1px #666 dotted;
	margin:0px 6px;
	padding:15px 25px 25px;
	line-height:1.65em;
}

#contents .section p{
	margin:0em 1.5em 1em;
}

#contents .section h4{
	background:#CECECE url(../img/backgroundH4.png) repeat-x;
	font-size:123.1%;
	padding-top:0.2em;
	padding-left:0.5em;
	margin-bottom:1em;
	color:#333;
	font-weight:bold;
	line-height:2em;
	border-left:10px #72AF14 solid;
}


ul.ul_caution{
	margin:20px;
	line-height:1.5em;
	font-size:85%;
}
ul.ul_caution li{
	text-indent:-1em;
	padding-left:1em;
	padding-bottom:0.3em;
}


ul.ul_ho{
	border-top:1px #999 solid;
	border-left:1px #999 solid;
	width:598px;
	margin:0px auto;
}
ul.ul_ho li{
	background-color:#333;
	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	color:#FFF;
	width:298px;
	float:left;
	text-align:center;
	line-height:3.5em;
	font-size:85%;
}
ul.ul_ho li img{
	width:298px;
	height:200px;
	overflow:hidden;
}


table.table_time{
	width:590px;
	margin:0px auto;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
}
table.table_time thead th,
table.table_time thead td{
	background-color:#E0E0E0;
	font-weight:bold;
}
table.table_time th,
table.table_time td{
	text-align:center;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:0.5em 0.25em;
}
table.table_time th.even,
table.table_time td.even{
	background-color:#F6F6F6;
}


table.table_drive{
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	width:590px;
	margin:0em auto;
}
table.table_drive th,
table.table_drive td{
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
	text-align:center;
	padding:0.5em 1em;
}
table.table_drive thead th,
table.table_drive thead td{
	background-color:#72AF14;
	color:#FFF;
	font-weight:bold;
}
table.table_drive tbody th{
	background-color:#E2EFBA;
}
table.table_drive caption{
	color:#72AF14;
	font-size:108%;
	font-weight:bold;
	line-height:2em;
}


table.table_contact{
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	width:580px;
	margin:0em auto;
	line-height:1.5em;
}
table.table_contact th,
table.table_contact td{
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
	padding:0.5em 1em;
}
table.table_contact th{
	background-color:#E2EFBA;
	text-align:center;
	width:140px;
}
.input_button{
	padding:0.5em 1em;
	margin:1em 0.5em;
}



.inputbox{
	text-align:center;
	margin-top:20px;
}


.completebox{
	background-color:#EDFBD9;
	border: 4px #72AF14 solid;
	text-align:center;
	margin:1em 4em 2em;
	padding:1em;
	font-size:123.1%;
	font-weight: bold;
}




/* footer style
----------------------------------------------------------- */

#footer{
	width:690px;
	margin:0px auto 20px;
	background:url(../img/backgroundFooter.png) no-repeat;
	text-align:right;
	padding-top:1.5em;
}
