/* ▼メイン */
*{
    margin:0;
	padding:0;
}
body{
	font-size: 12px;
	color: #333333;
}
div#main {
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFFFFF;
}
div.clear_f{
	clear: both;
}
a:link,a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover,active {
	color: #949494;
	text-decoration: underline;
}
img{
	vertical-align: top;
	border: 0px;
	margin: 0px;
}
p{
	margin: 0px;
}
hr{
	width: 610px;
	height: 1px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #CFCFCF;
}

/* ▼コンテンツ */
p.logo{
	float: left;
}
p.seo{
	width: 390px;
	margin-top: 10px;
	float: left;
}

/* ▼コンテンツ */
div#contents{
	width: 800px;
	margin-bottom: 20px;
}
div#left_area{
	width: 200px;
	float: left;
}
div#right_area{
	width: 600px;
	float: left;
}
/* ▼見出し */
h1{
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	padding-right: 5px;
	text-align: right;
	margin:0;
}
/* ▼グローバルナビゲーション */
ul.navi{
    list-style:none;
}

.navi li{
    float:left;
	margin: 0px 0px 15px 0px;
}
ul.navi01{
    list-style:none;
	margin: 0px 0px 0px 0px;
}

.navi01 li{
    float:left;
}

li.b1 a{
	background-image:url(../img/button_01.gif);
	width:91px;
	height:40px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

li.b2 a{
    background-image:url(../img/button_02.gif);
	width:179px;
	height:40px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

li.b3 a{
    background-image:url(../img/button_03.gif);
	width:178px;
	height:40px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

li.b4 a{
    background-image:url(../img/button_04.gif);
	width:107px;
	height:40px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

li.b5 a{
    background-image:url(../img/button_05.gif);
	width:100px;
	height:40px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

li.b6 a{
    background-image:url(../img/button_06.gif);
	width:145px;
	height:40px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

li.b1 a:hover,
li.b2 a:hover,
li.b3 a:hover,
li.b4 a:hover,
li.b5 a:hover,
li.b6 a:hover{
   background-position:0px -40px;
}
/* ▼サブグローバルナビゲーション */
ul.s_navi{
    list-style:none;
    margin-top: 30px;
}

li.s_b1 a{
	width:180px;
	height:40px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image:url(../img/banner06.gif);
}

li.s_b2 a{
	width:180px;
	height:40px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image:url(../img/banner07.gif);
}

li.s_b3{
	width:180px;
	height:75px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image:url(../img/banner08.gif);
}
li.s_b4 a{
	width:180px;
	height:162px;
	margin-top:10px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image:url(../img/banner09.gif);
}
li.s_b4 a:hover{
   background-position:0px -162px;
}

/* ▼フッタ */
div.footer{
	width:800px;
	height:30px;
	margin-top: 10px;
	background-repeat:no-repeat;
    background-image:url(../img/footer.gif);
}
p.footer01{
	font-size: 11px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	line-height: 2.0em;
}
p.footer02{
	font-size: 11px;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	line-height: 2.0em;
}
textarea{
	width: 100%;
	border-style: solid;
	border-color: #949494;
	background-color: #f2fbff;
}
