﻿@charset "utf-8";

@import url(base.css);

div#main {
	width:860px;
	padding:20px 20px 0;
	margin:0 auto;
	background:#F4F4F4;
}


h2 {
	position:absolute;
	top:20px;
	left:30px;
}
h2 a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
h3 {
	background:url(../img/h3-bg.jpg) no-repeat;
	padding:0 0 0 15px;
	font-size:1.2em;
	height:20px;
	line-height:20px;
}
h3 img {
	padding-top:3px;
}
div#header p {
	position:absolute;
	left:195px;
	top:30px;
	color:#F4F4F4;
	font-size:11px;
	_font-size:10px;
}
*:first-child + html div#header p {
	font-size:10px;
}
/*		index   
-----------------------------------------------------------------*/
div.index p {
	padding:10px 10px 20px;
	font-size:11px;
	_font-size:10px;
}
*:first-child + html div.index p {
	font-size:10px;
}
div.index div.maps {
	margin-bottom:30px;
}
div#indexBt {
	clear:both;
	margin-bottom:50px;
}
div#indexBt div.L {
	float:left;
	width:340px;
	padding-right:20px;
}
div#indexBt div.R {
	float:right;
	width:500px;
	height:340px;
	background:url(../img/go-kagu.jpg) no-repeat;
	margin:20px 0 0;
	position:relative;
}
div#indexBt div.R dl {
	position:absolute;
	font-weight:bold;
	left:30px;
	top:170px;
	color:#000;
}
div#indexBt div.R dl dt {
	font-size:1.2em;
}
div#indexBt div.R dl dd {
	font-size:11px;
	letter-spacing:-0.1em;
	_font-size:10px;
}
*:first-child + html div#indexBt div.R dl dd {
	font-size:10px;
}
div#indexBt div.R span {
	position:absolute;
	right:10px;
	top:170px;
}
div#indexBt div.L p { padding:0; }
div#indexBt div.R span a:hover img ,div#indexBt div.L p a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div#indexBt div.topics {
	background:#151515;
	margin-bottom:10px;
	height:240px;
	color:#F4F4F4;
	overflow-y:scroll;
	clear:both;
}
div#indexBt div.topics div {
	clear:both;
	background:url(../img/topics-line.jpg) no-repeat center bottom;
	padding:10px;
}
div#indexBt div.topics div img {
	padding:0 10px 0 5px;
	float:left;
}
div#indexBt div.topics dl {
	float:left;
	width:200px;
}
div#indexBt div.topics dl dt {
	font-weight:bold;
	background:url(../img/topics-arr.jpg) no-repeat;
	padding:0 0 5px 10px;
}
div#indexBt div.topics dl dd {
	padding:0 0 0 10px;
	font-size:11px;
	_font-size:10px;
}
*:first-child + html div#indexBt div.topics dl dd {
	font-size:10px;
}