@charset "UTF-8";

body {
	background-color: #69A517;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'Verdana', 'MS P ゴシック';
	font-size: 13px;
*font-size: small;
*font: x-small;
}
h1, h2, h3, h4, p, ul, li, dl, dd {
	margin: 0px;
	padding: 0px;
}
td  {
	font-size: 100%;
}
img  {
	vertical-align: bottom;
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}

/* 文字サイズ指定 */
.txtM {
	line-height: 150%;
}
.clear {
	clear: both;
}

/* ヘッダ部分 */
#header {
	background-image: url(../images/topbg.gif);
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-repeat: repeat-x;
}
#header #logo {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 84px;
}
#logo .logoimg {
	margin-left: 30px;
}
#logo .headerimg {
	margin-top: 54px;
	margin-left: 3px;
	float: right;
	margin-right: 2px;
}


/* メイン指定 */
#mainblock {
	background-image: url(../images/p_main_bg.gif);
	background-repeat: repeat-x;
	background-color: #AEE5FE;
}
#mainblockinner {
	background-color: #FFFFFF;
	background-image: url(../images/main_base_bg.gif);
	background-repeat: repeat;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mainblockinnerAdmin {
	background-color: #FFFFFF;
	background-image: url(../web/images/main_bg_gra.gif);
	background-repeat: repeat;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sitecopy {
	background-repeat: no-repeat;
}

/* 左ブロック */
#leftblock {
	float: left;
	width: 260px;
	margin-left:31px;
	display:inline;
}
#memberlogin {
	background-color: #60C506;
	background-image: url(../images/login_bg_bottom.gif);
	background-position: bottom;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}
#memberlogin .txtM {
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	font-size:110%;
}
.idnum {
	font-size: 150%;
	color: #333333;
	width:55px;
	ime-mode: disabled;
}
.loginbtn {
	margin: 10px;
}

#registblock {
	background-color: #FFAA23;
	background-image: url(../images/regist_bottom_bg.gif);
	background-position: bottom;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}
#registblock .txtM {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	font-size:110%;
}
#registblock img {
	border-style: none;
}

/* 右ブロック */
#rightblock {
	float: right;
	width: 651px;
	margin-right: 2px;
	display:inline;
}

#pointblock {
	background-image: url(../images/point_bg.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
}
#point1 {
 width:300px;
	float: left;
	margin-right:8px;
}
#point1 .txtM {
	width:200px;
	margin-left: 30px;
	color: #008486;
}
#point2 {
 width:302px;
	float: left;
}
#point2 .txtM {
	width:200px;
	margin-left: 25px;
	color: #006BCF;
}


/* いちおしドライブコース */
.ichioshi {
	width: 600px;
	padding-bottom: 15px;
	margin-left: 25px;
}
.ichioshi a {
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}
.ichioshi a:hover {
	color: #009999;
	text-decoration: none;
}
.ichioshi .corselist {
	margin-top: 10px;
	float: left;
}
.ichioshi .setsumei {
	color: #555;
	text-decoration: none;
	font-weight:bold;
	margin-bottom:8px;
}
.ichioshi .coursearea {
	color: #555;
	text-decoration: none;
}
.coursearea img {
	margin-left: 5px;
	margin-bottom: 2px;
}
.ichioshi .coursename {
	font-weight:bold;
}

.ichioshi dl {
	margin: 0;
	width:600px;
	line-height: 170%;
}
.ichioshi dt {
	float: left;
	clear: both;
}
.ichioshi dt img {
	background-color:#FFF;
	padding:1px;
	border: 1px solid #ddd;
	margin-right:7px
}
.ichioshi dd {
	padding-left:225px;
}


/* おすすめドライブコース */
#osusume {
	width: 600px;
	margin-bottom: 5px;
	margin-left: 25px;
	clear: both;
}
#osusume li {
	list-style-type: none;
	line-height: 160%;
	float:left;
	width:299px;
}
#osusume a {
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
#osusume a:hover {
	color: #009999;
	text-decoration: none;
}
#osusume .coursearea {
	color: #555;
	text-decoration: none;
}
#osusume .coursename {
	font-weight:bold;
}
.coursename img {
	margin-right: 5px;
	margin-bottom: 2px;
}
.coursename span {
	text-decoration: underline;
}

#osusume .corselist {
	float: left;
}
#osusume dl {
	margin: 0;
	width:290px;
	padding: 5px 0 10px 0;
}
#osusume dt {
	float: left;
	clear: both;
}
#osusume dt img {
	background-color:#FFF;
	padding:1px;
	border: 1px solid #ddd;
}
#osusume dd {
	font-size: 93%;
	padding-left:80px;
}
	
.jaflogo {
	margin: 10px 0 10px 0;
	float: right;
}

#footerbase {
	background-image: url(../images/footer_base_bg.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#footerblock {
	width:944px;
	height:100px;
	background-image: url(../images/footer_inner_bg.gif);
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width:900px;
	color: #FFFFFF;
	background-color: #40BFE1;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer li {
	float: right;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
}
.copyright {
	padding-top: 10px;
	padding-left: 15px;
}
#header #logoadmin {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../web/images/toplogo_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 53px;
	height: 84px;
}
#logoadmin .logoimg {
	margin-left: 30px;
}
.pheader {
	background-image: url(../images/ptoplogo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.logoimg {
	margin-bottom: 10px;
}
#leftblock .bannerarea {
	text-align: center;
	padding: 1em 0;
}
#leftblock .bannerarea img {
	margin: 5px 0;
}
/*clear*/
.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
