@charset "UTF-8";

/* トップページヘッダーの設定 */
#top_header {
	float: left;
	width: 760px;
	height: 50px;
	padding-top: 45px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
#top_header h1 {
	float: right;
	margin-right: 20px;
	}
#top_header h2 {
	float: left;
	font-size: 15px;
	margin-left: 20px;
	}
	
#top_menu{
	background-image: url(../img/topbg.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 40px;
	padding-right: 0px;
	margin: 0px;
}


#top_menu a.imglink  {
	float: left;
	height: 90px;
	width: 130px;
	
	background-color: #61cbf7;
}
#top_menu a.imglink:hover {
	float: left;
	height: 90px;
	width: 130px;
	
	background-color: #A7E2FB;
}
#top_menu a img {
	padding: 5px;
}

#top_menu .menu{
	height: 90px;
	width: 355px;
	float: left;
	margin-bottom: 40px;
}


#top_menu .menu_bottom{
	height: 90px;
	width: 355px;
	float: left;
	margin-bottom: 70px;
}

.menu_txt{
	margin-right: 3px;
	float: left;
	margin-left: 6px;
	width: 216px;
}
.menu_txt .text_exp{
	line-height: 1.5em;
	font-weight: bold;
}
.menu_tit{
	color: #5C0102;
	font-weight: bold;
	text-align: center;
	height: 1.5em;
	font-size: 16px;
	margin-bottom: 5px;
}
.menu_tit a{
	color: #5C0102;
	text-decoration: none;
}
.menu_tit a:hover{
	color: #A34849;
	text-decoration: none;
}
.borde01{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3690C7;
}
.borde02{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9E61A6;
}
.borde03{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B1AE56;
}
.borde04{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EB9692;
}
.borde05{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E5A94A;
}
.borde06{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #545B5B;
}

.clear_both{
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* 下部フッターの設定 */
#footer_top {
	height: 80px;
	padding: 10px;
	background-color: #999999;
	font-size: small;
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 740px;
	}
#footer_top a:link {
	color: #000;
	text-decoration: none;
	}
#footer_top a:visited {
	color: #333;
	text-decoration: none;
	}
#footer_top a:active {
	color: #8bd3b5;
	text-decoration: none;
	}
#footer_top a:hover {
	color: #8bd3b5;
	text-decoration: none;
	}
#footer_top p.copy {
	vertical-align: bottom;
	}

