@charset "UTF-8";

/* fomatting style
---------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
	color: #181818;
	font-size: 80%;
	line-height: 1.5;
	background-image: url(image/logoback.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/* link style
---------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

/* basic layout
---------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 940px;
	margin: 0 auto;
	position: relative; /* IE6のサイドバー固定用 */
}

/* header style
---------------------------*/

#header {
	position: fixed;
	z-index:1;
	width: 940px;
	height: 100px;
}
#header h1 {
	height: 60px;
	float: left;
}
#wrapper #header h2 {
	float: left;
}
#wrapper #header #bt {
	height: 40px;
	width: 940px;
}
#wrapper #header #bt ul {
	list-style: none;
}
#wrapper #header #bt ul li {
	float: left;
}
#menu {
	width: 200px;
	float: left;
	position: fixed; /* スクロールしても位置を固定 */
	padding-top: 100px;
}
#menu h1 {
	border-bottom: 1px solid #FFFFFF;
}
#menu ul {
	list-style: none;
	margin-top: 20px;
	overflow: auto;
	height: 300px;
}
#content {
	overflow: auto;
	width: 740px;
	background-color: #21363D;
	padding:  0 0 0 200px;
}
#naiyou {
	width: 740px;
	height: 0;
	z-index:-1
}
#header_70sen {
	width: 740px;
	border-bottom: 1px solid #FFFFFF;
	height: 138px;
	position: fixed;
	padding-top: 100px;
}
#header_70sen h1 {
	float: left;
	height: 138px;
	width: 411px;
	border-bottom: 1px solid #FFFFFF;
}
#header_70sen h2 {
}
#left {
	width: 360px;
	float: left;
	overflow: auto;
	background-color: #A0AAAC;
	padding-top: 250px;
}
.topic {
	width: 310px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 0px;
	height: 330px;
	margin-top: 20px;
}
.topic h1 {
	font-size: 135%;
	line-height: 1.5;
	color: #962517;
	margin-bottom: 5px;
}
.topic h2 {
	font-size: 120%;
	line-height: 1.2;
}
.topic p {
	line-height: 1.3;
	color: #182921;
}
#right {
	width: 365px;
	float: left;
	overflow: auto;
	background-color: #A0AAAC;
	padding-top: 250px;
}
/* footer
---------------------------*/


#footer {
	width: 940px;
	border-top: 1px #1F2A51;
}
#footer ul {
	list-style: none;
	width: 940px;
	border-top: 3px solid #1F2A51;
	padding-top: 2px;
	padding-bottom: 5px;
	height: 60px;
}
#footer ul li {
	float: left;
	margin-right: 15px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	padding-bottom: 30px;
	padding-top: 10px;
}
#footer address {
	width: 940px;
	border-top: 1px #F2E3CE;
	background-color: #1F2A51;
	color: #FFFFFF;
	height: 30px;
}
#footer em {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
#footer p {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
