@charset: utf-8;

/* 初期設定
---------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	background: url("../images/bg.gif") fixed;
	text-align: center;
	width: 100%;
}
body {
	background: #fff url("../images/base_border.gif") repeat-y 100%;
	border-left: 1px solid #a2a2a2;
	display: block;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	margin: 10px auto;
	padding: 0 5px 0 0;
	width: 775px;
}
h1 {
	border-left: 5px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 10px 0 5px;
	padding: 3px 5px 1px 10px;
}
h2 {
	border-left: 3px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
	font-size: 13px;
	text-align: left;
	font-weight: 700;
	margin: 20px 10px 10px 10px;
	padding: 0 5px 1px 10px;
}
h3 {
	background: #dddddd;
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	color: #464646;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
	padding: 10px 0;
	margin: 20px 0 5px 0;
}
h4 {
	background-color: #848484;
	color: #dfdfdf;
	font-size: 13px;
	text-align: left;
	font-weight: 700;
	margin: 0;
	padding: 3px 0 3px 20px;
}
h5, h6 {
	background-color: #f0f0f0;
	border-bottom: 1px solid silver;
	color: #464646;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 3px 5px 3px 10px;
}
p {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	margin: 5px 10px 1px;
	padding: 0 0 10px 5px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ff8000;
}
section, article, aside, nav, header, footer, hgroup {
	display: block;
}

/* ページの枠組み
---------------------------------------------------------- */
header {
}
section {
	float: right;
	width: 620px;
}
div#main {
	float: left;
	width: 428px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 5px;
}
div#sub {
	float: right;
	width: 180px;
	border-bottom: 1px solid #c0c0c0;
	margin-top: -10px;
	padding: 5px 0;
}
nav {
	float: left;
	width: 155px;
}
footer {
	clear: both;
}

/* ヘッダ
---------------------------------------------------------- */
header div#base_top {
	display: block;
	margin: 0px;
	position : relative;
	padding: 0px 0px;
	background: url("../images/mado_natsu.gif");
	border-top: 1px solid #a2a2a2;
}
header ul#base_serch {
	clear: both;
	list-style: none;
	border-top: 1px solid #cc0000;
	border-bottom: 5px solid #cc0000;
	display: block;
	height: 30px;
	font-size: 13px;
	margin: 3px auto;
}
header ul#base_serch li {
	text-align: center;
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: 700;
	margin: 5px 6px;
}
header ul#base_serch li#sercht {
	width: 150px;
	color: gray;
}
header ul#base_serch li a {
	text-decoration: none;
}
header ul#base_serch li a:hover {
	text-decoration: underline;
}
header div#b_top {
	clear: both;
	background: url("../images/b_top_bg.gif");
	width: 100%;
	height: 100px;
	font-size: 13px;
}
header div#b_top div#webmail {
	display: block;
	float: right;
	width: 180px;
	text-align: left;
	line-height: 100%;
}
header div#b_top div#bt_1 {
	display: block;
}

/* コンテンツ詳細設定
---------------------------------------------------------- */
section table {
	margin: auto;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
}
section table tbody tr td {
	vertical-align: top;
}
section img {
	display: block;
	margin: auto;
}	
section aside {
	font-size: 12px;
}
section aside p {
	margin: 5px 5px 1px;
}	

/* ナビゲーション
---------------------------------------------------------- */
nav ul.main {
	list-style: none;
}
nav ul.main li {
	background-color: #f0f0f0;
	display: block;
	position: relative;
}
nav ul.main li a {
	display: block;
	font-size: 13px;
	text-align: left;
	vertical-align: center;
	border-bottom: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	background: url("../images/menu-right.gif") no-repeat 5px 50%;
	text-decoration: none;
	color: #464646;
	margin: 0;
	padding: 3px 0 3px 22px;
}
nav ul.main li a:hover {
	background-color: #ffeedd;
	color: #464646;
}
nav ul.main li ul {
	display: none;
	position: absolute;
	width: 190px;
	border: 1px solid #c0c0c0;
	top: 0;
	left: 125px;
	z-index: 10;
}
nav ul.main li:hover > ul.sub {
	display: block;
}
nav ul.main li ul.sub li a {
	display: block;
	background-image: none;
	background-color: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	color: #464646;
	font-size: 12px;
	margin: 0;
	padding: 3px 5px 3px 10px;
}
nav ul.main li ul.sub li a:hover {
	background-color: #ffeedd;
}
/* フッタ
---------------------------------------------------------- */
footer {
	clear: both;
	background-color: #990000;
	color: white;
	font-size: 10pt;
	font-weight: 400;
	margin: 0;
	padding: 3px;
	height: 13px;
}

/* IE6用
---------------------------------------------------------- */
* html nav ul.main li {
	zoom: 1;
}
* html nav ul.main li a {
	height: 1%;
}
* html nav ul.main li ul.sub {
	top: -7px;
	left: 155px;
}

/* IE7用
---------------------------------------------------------- */
*:first-child+html nav ul.main li {
	zoom: 1;
	margin: 0;
}
*:first-child+html nav ul.main li a {
	height: 1%;
}
*:first-child+html nav ul.main li ul.sub {
	top: -7px;
	left: 155px;
}
