@charset "utf-8";
/*グローバルナビの記述*/
#g01 {
	text-indent: -9999em;
	display: block;
	width: 153px;
	height: 51px;
}
#g01:hover {
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
#g02 {
	text-indent: -9999em;
	display: block;
	height: 51px;
	width: 153px;
}
#g02:hover {
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
	background-position: -153px -53px;
}
#g03 {
	text-indent: -9999em;
	display: block;
	width: 153px;
	height: 51px;
}
#g03:hover {
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
	background-position: -306px -53px;
}
#g06 {
	text-indent: -9999em;
	display: block;
	width: 153px;
	height: 51px;
}
#g06:hover {
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
	background-position: -459px -53px;
}
#g04 {
	text-indent: -9999em;
	display: block;
	width: 153px;
	height: 51px;
}
#g04:hover {
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
	background-position: -612px -53px;
}

#g05 {
	text-indent: -9999em;
	display: block;
	width: 153px;
	height: 51px;
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
	background-position: -765px -53px;
}
/*フッターナビの記述*/
#f01 {
	background-image: url(../base_img/footer_nav01.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 26px;
	width: 74px;
}
#f01:hover {
	background-image: url(../base_img/footer_nav01.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

#f02 {
	background-image: url(../base_img/footer_nav02.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 26px;
	width: 74px;
}
#f02:hover {
	background-image: url(../base_img/footer_nav02.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#f03 {
	background-image: url(../base_img/footer_nav03.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 26px;
	width: 74px;
}
#f03:hover {
	background-image: url(../base_img/footer_nav03.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#f04 {
	background-image: url(../base_img/footer_nav04.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 26px;
	width: 74px;
}
#f04:hover {
	background-image: url(../base_img/footer_nav04.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#f05 {
	background-image: url(../base_img/footer_nav05.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 26px;
	width: 74px;
}
#f06 {
	background-image: url(../base_img/footer_nav06.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 26px;
	width: 74px;
}
#f06:hover {
	background-image: url(../base_img/footer_nav06.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

/*コンテンツの記述*/
#encircle {
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 50px;
	margin-left: 80px;
	border: 1px solid #666;
	border-radius: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}
#encircle p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#main_top {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 0px;
}
#top_left h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2em;
	color: #333;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
}
#top_right table {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.9em;
	color: #333;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FF9900;
	line-height: 140%;
}
#top_right table td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	text-align: center;
}
.tr_bgcolor {
	background-color: #FFCC66;
}
