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

/* 共通 */
#wrapper
{
	right: auto;
	width: 900px;
	margin: 5px auto 0 auto ;
}
#header {
	width: 900px;
	height:65px;
}
#header-logo {
	width: 900px;
	height:38px;
	background: url(../drivingschool/img/head_logo.gif);
	background-repeat: no-repeat;
	position: relative;
}
#header-logo h1 {
	display:none;
}
#header-left {
	float: left;
	text-align: left;
}
#header-right {
	float:right;
	text-align:right;
}
#ds-menu {
	position: relative;
	clear:both;
}
#ds-menu li {
	float:left;
}
#titleimg {
	padding:10px 0;
	width: 900px;
	clear:both;
	position: relative;
}
#contents {
	width: 900px;
}
#contents-left {
	width: 672px;
	float: left;
}
#contents-main {
	width: 670px;
	text-align:left;
}
#contents-right {
	float:right;
	width:220px;
}
#contents-right hr {
	border: none;
	border-top:1px #017C3B dashed;
	height:1px;
	color:#FFFFFF;
	width:220px;
	margin: 5px 0 ;
}
#contents-right .bnr {
	margin-bottom:10px;
}
#address {
	width: 220px;
	border: 1px solid #017C3B;
	background-color:#FFFFCC;
	padding: 10px 0 ;
	margin-bottom:20px;
}
#staff {
	margin-bottom:30px;
}
#footer {
	width:900px;
	text-align:right;
}
#footer hr {
	border: none;
	border-top:1px #017C3B  solid;
	height:1px;
	color:#FFFFFF;
	width:900px;
	margin: 0 ;
}
.story {
margin:0 0 40px 20px;
}
.story p {
margin:0 0 10px 10px;
}

/* index */
#training_menu li {
float:left;
margin:0 1px 20px 2px;
}
#pran_menu li {
float:left;
margin:0 10px 40px 10px;
}
#chech li {
float:left;
margin:0 10px 20px 10px;
}
#blog_rss {
	text-align:left;
	padding:0 0 0 20px;
	margin-bottom:40px;
}
#blog_rss li {
	text-indent: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* training */
#training_submenu li {
float:left;
margin:0 0 10px 0;
}
#training-story {
margin:0 0 40px 20px;
}
#training-story h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009900;
	text-indent: 5pt;
	font-weight: bold;
	color: #009900;
	font-size: 16px;
	margin-bottom: 5px;
}
/* licence */
#licence_menu li {
float:left;
margin:0 0 10px 0;
}
.licence_01 {
	float: left;
	width: 330px;
	margin-left:10px;
}
.licence_02 {
	float: right;
}
.licence_table {
	width:600px;
	margin:0 0 0 10px;
	}
.licence_table caption {
	text-align:left;
	font-size:14px;
	}
.licence_table td {
	border: 1px solid #6BBB4D;
	text-align: center;
}
.licence_table th {
	background-color: #6BBB4D;
	font-size: 16px;
	color: #FFFFFF;
	text-align:center;
	padding:10px;
}
.licence_table .ttl {
	background-image: url(licence/img/ttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.licence_table .ttr {
	background-image: url(licence/img/ttr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.licence_table .ttl_ac {
	height:5px;
	background-color: #6BBB4D;
	background-image: url(licence/img/ttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.licence_table .ttr_ac {
	height:5px;
	background-color: #6BBB4D;
	background-image: url(licence/img/ttr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.licence_table .tdl {
	border-top: 1px solid #6BBB4D;
	border-right: 1px solid #6BBB4D;
	border-bottom: 1px solid #6BBB4D;
	border-left: 4px solid #6BBB4D;
}
.licence_table .tdr {
	height:5px;
	border-top: 1px solid #6BBB4D;
	border-right: 4px solid #6BBB4D;
	border-bottom: 1px solid #6BBB4D;
	border-left: 1px solid #6BBB4D;
}
.licence_table .tb {
	background-color: #6BBB4D;
	border: 0px;
}
.licence_table .tbl {
	background-color: #6BBB4D;
	border: 0px;
	height:5px;
	background-image: url(licence/img/tbl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.licence_table .tbr {
	background-color: #6BBB4D;
	border: 0px;
	background-image: url(licence/img/tbr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.licence_table .mc {
	background-color: #6BBB4D;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
}
.ltb {
	color:#FF6600;
	font-weight: bold;
	padding: 0 0 10px 0;
	}

.others-l {
	background-color: #FFFFCC;
	float:left;
	height: 110px;
	width: 300px; !important
	width: 320px;
	padding: 10px;
	margin-bottom:40px;
	border: 1px solid #017C3B;
}
.others-r {
	background-color: #FFFFCC;
	float:right;
	height: 110px;
	width: 300px; !important
	width: 320px;
	padding: 10px;
	margin-bottom:40px;
	border: 1px solid #017C3B;
}
.others-l hr , .others-r hr {
	border: none;
	border-top:1px #017C3B dashed;
	height:1px;
	color:#FFFFCC;
	width:300px;
}
.others-l strong , .others-r strong {
	font-size:14px;
	font-weight:bold;
	color: #017C3B;
	}
#staff .img {
	border: 3px solid #6CBC4D;
}
#privacy {
	list-style-type: decimal;
}
.facilities-l {
	float:left;
	width: 320px;
	margin-bottom:20px;
	border: 1px solid #006600;
}
.facilities-r {
	float:right;
	width: 320px;
	margin-bottom:20px;
	border: 1px solid #006600;
}
.facilities-l p , .facilities-r p {
	margin:10px 15px 10px 15px; 
}
.facilities-l .image , .facilities-r .image {
	margin:0 25px 20px 25px; 
}
#access {
	width: 260px;
	margin:0 20px 0 8px;
	background-color: #FFFFCC;
	border: 1px solid #007B3A;
	float: right;
	padding: 10px;
}
#access hr {
	border: none;
	border-top:1px #017C3B solid;
	height:1px;
	color:#ffffff;
}
.inquiry-hr {
	border: none;
	border-top:2px #017C3B solid;
	height:1px;
	color:#ffffff;
	width:650px;
	margin:10px 0;
}

#inquiry {
	margin-bottom:40px;
}
#inquiry th {
	width: 200px;
	text-align: left;
	background-color: #FFFFCC;
	padding-left: 10px;
}
.sm01 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 10pt;
	background: url(img/icon02.gif) no-repeat;
	background-position: left center;
}
.sm-hr {
	border: none;
	border-top:1px #017C3B  dashed;
	height:1px;
	color:#ffffff;
	width:650px;
	margin:10px 0;
}
.sitemap li {
	line-height: 240%;
}
.sm02 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 10pt;
	background: url(img/icon02.gif) no-repeat;
	background-position: left center;
	margin-left: 130px;
}
.sm03-01 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 300px;
}
.sm03-02 {
	font-size: 14px;
	text-indent: 10pt;
	background: url(img/icon02.gif) no-repeat;
	background-position: left center;
	margin-left: 300px;
}
.sm04 {
	font-size: 14px;
	text-indent: 10pt;
	background: url(img/icon02.gif) no-repeat;
	background-position: left center;
	margin-left: 320px;
}
.sm05 {
	font-size: 14px;
	text-indent: 10pt;
	background: url(img/icon02.gif) no-repeat;
	background-position: left center;
	margin-left: 350px;
}

