@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F6F6F6;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
html {
	height: 100%;
}

a:link {
	color: #6ADBB7;
	text-decoration: none;
}
a:visited {
	color: #6ADBB7;
	text-decoration: none;
}
a:hover {
	color: #FF558C;
	text-decoration: none;
}
a:active {
	color: #6ADBB7;
	text-decoration: none;
}

li {
list-style:none;
}

#container {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/back_image.jpg);
	background-repeat: repeat-y;
}

#navibar {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#navibar a:hover {
	color: #0000FF;
	background-image: url(../images/btn_over.jpg);
}

#seachbar {
	text-align: center;
	width: 100%;
	background-color: #b3b8ce;
	height: 30px;
	padding-top: 5px;
}

#navibar a {
	background-image: url(../images/btn_up.jpg);
	height: 20px;
	width: 86px;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

#content_left {
	height: 100%;
	background-color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #F99;
	padding: 10px;
	width: 175px;
}

#sidemenu {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 175px;
}

#sidemenu .btn {
	margin-top: 0px;
	margin-bottom: 5px;
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #C00;
	text-align: center;
}

#content_center {
	width: 775px;
	margin-left: 6px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#content_center .ashiato {
	padding: 0px;
	height: 17px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #FC6;
}

#content_center .maintopic {
	padding: 0px;
	border: 1px solid #DBDBDB;
	height: 600px;
	margin-bottom: 10px;
	background-image: url(../images/common/back_image_contents.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_center .img {
	float: left;
	margin-right: 20px;
}

#content_center .text1 {
	height: 590px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #0069D2;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	overflow: auto;
}

#content_center .maintopic h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #960;
}

#content_center .maintopic h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	color: #F69;
}

#content_center .maintopic2 {
	padding: 0px;
	border: 1px solid #DBDBDB;
	height: 700px;
	margin-bottom: 10px;
	background-image: url(../images/common/back_image_contents.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_center .img2 {
	float: left;
	margin-right: 20px;
}

#content_center .text2 {
	height: 690px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #0069D2;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#content_center .maintopic2 h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #960;
}

#content_center .maintopic2 h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	color: #F69;
}

#content_center .maintopic3 {
	padding: 0px;
	border: 1px solid #DBDBDB;
	height: 900px;
	margin-bottom: 10px;
	background-image: url(../images/common/back_image_contents.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_center .img3 {
	float: left;
	margin-right: 20px;
}

#content_center .text3 {
	height: 890px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #0069D2;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#content_center .maintopic3 h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #960;
}

#content_center .maintopic3 h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	color: #F69;
}

#content_center .icon {
	height: 15px;
	text-align: right;
}

#footer {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E0F0B;
	height: 20px;
	font-weight: bold;
	background-image: url(../images/common/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 18px;
}

