@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-image: url(images/index/47.jpg);
background-repeat: repeat-x;
}
-->
</style>

#container {
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

/* ここからナビゲーションボタンの設定 */
#navibar {
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #FFFFFF;
}

#navibar li {
	float: left;
}

#navibar #btn01 a {
	height: 40px;
	width: 156px;
	display: block;
	background-image: url(images/index/btn01.jpg);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(images/index/btn01_2.jpg);
}

#navibar #btn02 a {
	height: 40px;
	width: 156px;
	display: block;
	background-image: url(images/index/btn02.jpg);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/index/btn02_2.jpg);
}

#navibar #btn03 a {
	height: 40px;
	width: 156px;
	display: block;
	background-image: url(images/index/btn03.jpg);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/index/btn03_2.jpg);
}

#navibar #btn04 a {
	height: 40px;
	width: 156px;
	display: block;
	background-image: url(images/index/btn04.jpg);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/index/btn04_2.jpg);
}

#navibar #btn05 a {
	height: 40px;
	width: 156px;
	display: block;
	background-image: url(images/index/btn05.jpg);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/index/btn05_2.jpg);
}
/* ここまでナビゲーションボタンの設定 */

/* ここからコンテナーの設定 */
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content_left {
	width: 160px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	display: inline;
       border:1px solid #CCCCCC;
}
#content_left h5 {
	display: block;
	height: 30px;
	margin-bottom: 5px;
}
#content_left h5 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	background-color: #3B67A7;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 30px;
	background-image: url(images/index/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#content_left h5 a:hover {
	background-image: url(images/index/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#content_left h6 a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#content_left h6 a:hover {
	color: #656464;
	text-decoration: none;
	font-weight: normal;
}
#content_left #pengin #title {
	background-color: #3B67A7;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}
#content_left #pengin #title a {
	color: #FFFFFF;
	text-decoration: none;
}
#content_left #pengin p {
	font-size: 10px;
	color: #656464;
	line-height: 14px;
	margin: 5px;
}

#content_right {
	float: right;
	width: 160px;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	display: inline;
}
#content_right .box {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#content_right .box h4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #3B67A7;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 6px;
}
#content_right .box p {
	font-size: 10px;
	color: #656464;
	padding: 5px;
	line-height: 12px;
}


#content_center {
	width: 420px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#content_center h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

/* ここからトピックスパスの設定 */
#topicpath p {
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
/* ここまでトピックスパスの設定 */

#content_center .box {
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content_center h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3B67A7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	margin-bottom: 15px;
}
#content_center img {
	float: left;
	margin-right: 10px;
}
#content_center p {
	font-size: 12px;
	color: #656464;
	line-height: 15px;
	margin-bottom: 15px;
}





#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	background-color: #3B67A7;
	padding-top: 5px;
}
#content_center .content_topic {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 370px;
}
#content_center .content_topic table {
	font-size: 10px;
	line-height: 15px;
}