@charset "utf-8";
/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
}

body {
	color:#333333;
	text-align:center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-size: 80%;
	background-color: #E9F497;
}

img,a img {
	border:none;
	vertical-align: top;
}

a:link,a:visited,a:active,a:hover {
	color:#4B87A6;
}

ul,li {
	list-style-type:none;
}

#wrapper {
	text-align: left;
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
li {
	line-height: 100%;
}
.clear {
	clear: both;
}


/* ----------------------------------------------
	ヘッダー部分
-------------------------------------------------*/

#header{
	height: 101px;
	background-image: url(../img/logo_bg.gif);
	background-repeat: no-repeat;
}
.headerL {
	float: left;
	width: 318px;
}
h1 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 8px;
	display: block;
	height: 25px;
	float: left;
	padding-left: 12px;
}
.logo {
	padding-left: 10px;
}
#header .ad {
	float: left;
	width: 518px;
}
#header li {
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
}
#header ul {
	margin-top: 7px;
	float: right;
	padding-right: 23px;
}
#header li a:link,#header li a:visited,#header li a:active,#header li a:hover {
	color:#FFFFFF;
}
#header .inquiry {
	float: right;
	padding-right: 6px;
	margin-top: 5px;
}


/* ----------------------------------------------
	左ナビゲーション部分
-------------------------------------------------*/
#Lnavi {
	float: left;
	width: 206px;
}
#Lnavi .navi_box {
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-y;
	width: 200px;
}
.navi_box h3 {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 9px;
}
.navi_box ul {
	margin-left: 13px;
	margin-bottom: 16px;
}
.navi_box li {
	font-size: 13px;
	background-image: url(../img/navi_li.gif);
	margin-right: 13px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.navi_box a {
	text-decoration: none;
}
.navi_box_bottom {
	height: 7px;
	width: 200px;
	background-color: #A2B025;
	margin-top: 20px;
	font-size: 1px;
}


/* ----------------------------------------------
	メイン部分
-------------------------------------------------*/
#container {
	width: 962px;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-y;
}
#main {
	width: 550px;
	float: left;
}
#main02 {
	float: left;
	width: 756px;
}

/* ----------------------------------------------
	右ナビゲーション部分
-------------------------------------------------*/
#Rnavi {
	float: left;
	width: 206px;
	padding-top: 10px;
}
#Rnavi .ad {
	margin-bottom: 10px;
}
#Rnavi .whatsnew {
	background-image: url(../img/whatsnew_bg.gif);
	background-repeat: repeat-y;
	width: 200px;
	margin-bottom: 10px;
}
.whatsnew h3 {
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom: 14px;
}
.whatsnew dt {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
	margin-left: 3px;
}
.whatsnew dl {
	margin-left: 6px;
	background-image: url(../img/whatsnew_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 188px;
	margin-bottom: 6px;
}
.whatsnew dd {
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
}
.whatsnew_bottom {
	height: 3px;
	background-image: url(../img/whatsnew_bottom.gif);
	background-repeat: no-repeat;
	width: 200px;
	font-size: 1px;
	margin-top: 4px;
}


/* ----------------------------------------------
	フッター部分
-------------------------------------------------*/

#footer {
	padding-bottom: 10px;
}
#footer .footer01 {
	background-image: url(../img/ci.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 10px;
	padding-left: 81px;
	margin-bottom: 22px;
}
.footer01 li {
	font-size: 10px;
	display: inline;
	margin-right: 7px;
}
.footer01 a:link,.footer01 a:visited,.footer01 a:active,.footer01 a:hover {
	color:#222222;
}
.footer01 ul {
	margin-bottom: 6px;
}
.footer01 p {
	font-size: 11px;
}
#footer .footer02 {
	text-align: right;
}
.footer02 li {
	display: inline;
	margin-right: 7px;
	font-size: 10px;
}
.footer02 a:link,.footer02 a:visited,.footer02 a:active,.footer02 a:hover {
	color:#78870E;
}


/* ----------------------------------------------
	共通コンテンツ部分
-------------------------------------------------*/
.cnt_box {
	background-image: url(../img/cntbox_bg.gif);
	background-repeat: repeat-y;
	width: 530px;
	margin-left: 10px;
	margin-bottom: 18px;
}
.cnt_box_bottom {
	height: 6px;
	font-size: 1px;
	background-color: #DFDFDF;
	width: 530px;
	margin-top: 14px;
}
.pan {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size: 12px;
	color: #666666;
}
.cnt_boxL {
	background-image: url(../img/cntbox_bgL.gif);
	background-repeat: repeat-y;
	width: 736px;
	margin-left: 10px;
	margin-bottom: 18px;
}
.cntL_footer {
	margin-top: 36px;
	width: 708px;
	margin-left: 14px;
}
.cntL_footer .pagetop {
	text-align: right;
	background-image: url(../img/line_white.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size: 11px;
}
.cntL_footer p {
	margin-top: 5px;
	text-align: right;
	padding-right: 4px;
	font-size: 11px;
	color: #999999;
}
.cnt_footer {
	margin-top: 36px;
	width: 508px;
	margin-left: 11px;
}
.cnt_footer .pagetop {
	text-align: right;
	background-image: url(../img/line_white.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size: 11px;
}
.cnt_box .cnt_footer p {
	margin-top: 5px;
	text-align: right;
	padding-right: 4px;
	font-size: 11px;
	color: #999999;
	margin-right: 0px;
}
.cnt_boxL_bottom {
	height: 6px;
	width: 736px;
	font-size: 1px;
	background-color: #DFDFDF;
	margin-top: 12px;
}
.cnt_boxL_top {
	height: 6px;
	width: 736px;
	font-size: 1px;
	background-color: #DFDFDF;
	margin-bottom: 12px;
}
.cnt_box_bottom {
	height: 6px;
	width: 530px;
	font-size: 1px;
	background-color: #DFDFDF;
	margin-top: 12px;
}
.cnt_box_top {
	height: 6px;
	width: 530px;
	font-size: 1px;
	background-color: #DFDFDF;
}
.cnt_box h2 {
	margin-left: 6px;
}
.cnt_box .cnt_h2 {
	height: 26px;
	width: 506px;
	background-image: url(../img/cnt_h2_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 12px;
	font-family: Meiryo, "CI", "lr oSVbN", "qMmpS Pro W3", "lr oSVbN", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
}
.cnt_box_cnt {
	width: 486px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
