/* 基本デザイン */
body {
	color: navy;
	background-color: white;
	font-family: "メイリオ",meiryo,"MS Pゴシック",Osaka, sans-serif;
	font-size: 100%;
}
#contents {
	margin: auto;
	position: relative;
	width: 700px;
	background-color: white;
	font-weight: normal;
	font-size: 12px;
}
a {
	color: navy;
}
a:hover{
	color: navy;
	background-color: #b0c4de;
}

h1 {
	margin-bottom: 35px;
	padding-top: 12px;
	padding-left: 10px;
	height: 108px;
	color: white;
	background: url(../img/horizon.jpg) left top no-repeat;
	font-size: 20px;
}
h1 a {
	display: block;
	color: white;
	text-decoration: none;
}
h1 a:hover{
	color: white;
	background: none;
}
h1 span {
	font-size: 12px;
}

.topic_path 
{
	position: absolute;
	top: 125px;
}

#navbar {
	margin-top: 0px;
	position: absolute;
	top: 80px;
	left: 0px;
	color: white;
}
#navbar li{
	margin-top: 0px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	float: left;
	height: 20px;
	width: 100px;
	font-size: 12px;
	text-align: center;
}
#navbar li a {
	display: block;
	color: White;
}
#navbar li.selected a{
	color: navy;
	background-color: white;
}
#navbar li a[id="service"]:hover{
	color: navy;
	height: 40px;
	background-color: #b0c4de;
}
#subbar {
	margin-top: 0px;
	position: absolute;
	top: 100px;
	left: 100px;
	color: white;
}
#subbar li{
	border-top: 1px solid white;
	border-right: 1px solid white;
	float: left;
	height: 20px;
	width: 51px;
	font-size: 12px;
	text-align: center;
}
#subbar li a {
	display: block;
	color: white;
}
#subbar li a:hover{
	color: navy;
	background-color: #b0c4de;
}

h2 {
	margin-bottom: 5px;
	border-left: solid 5px lightsteelblue;
	border-bottom: solid 1px lightsteelblue;
	padding-left: 5px;
	font-weight: normal;
	font-size: 15px;
}	

h3 {
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
	border-left: solid 5px gold;
	border-bottom: solid 1px gold;
	padding-left: 5px;
	clear: both;
	font-weight: normal;
	font-size: 14px;
}
h3 em {
	font-style:normal;
	color: #ff8c00;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
dt.update {
	margin-top: 5px;
	border-left: solid 5px gold;
	padding-left: 5px;
	background: none;
}

dt {
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-left: 15px;
	background: url(../img/bp_ball_orange.png) left center no-repeat;
	font-weight: normal;
	font-size: 13px;
}
dd {
	color: #669;
}
table {
	font-size: 12px;
	float: right;
	line-height: 16px;
}
th {
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
	width: 100px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
th div {
	border-left: 5px solid gold;
	padding-left: 3px;
}
th span {
	padding-left: 10px;
	font-size: 90%;
}
td {
	border: 1px solid white;
	border-bottom: 1px solid lightsteelblue;
	padding-left: 5px;
	width: 400px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #669;
}

.base_point {
	position:relative;
}

.block_left 
{
	margin-top: 0px;
	margin-bottom:12px;
	padding-left: 5px;
	float:left;
	width: 325px;
}
.block_right {
	margin-top: 0px;
	margin-bottom:12px;
	padding-right: 10px;
	float:right;
	right: 0px;
	width: 330px;
}
.in_block {
	margin-left: 15px;
}
.in_figure {
	margin-left: 15px;
	line-height: 16px;
}

#logo {
	position: absolute;
	top: 183px;
	left: 0px;
	width: 170px;
	height: 170px;
	background: url(../img/logo_idw.png) no-repeat;
}

address 
{
	margin-top: 8px;
	border-top: solid 1px lightsteelblue;
	padding-top: 2px;
	clear: both;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}