@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back01.png);
	background-repeat: repeat-x;
}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
}
#top_img {
	height: 400px;
	width: 1000px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 4px 0px #BBD5E6;
	background-color: #FFF;
}
#main {
	height: 3000px;
}
#side {
	width: 210px;
	float: left;
	height: 1200px;
}
#center {
	float: left;
	height: 2950px;
	width: 765px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 4px 0px #BBD5E6;
	line-height: normal;
	background-color: #FFF;
}
#side2 {
	float: right;
	height: 1200px;
	width: 200px;
}
#sb a {
	padding-left: 30px;
	font-size: 12px;
	line-height: 3.8em;
	color: #333;
	text-decoration: none;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
#menu_box {
	padding: 15px;
	margin-top: 20px;
	font-size: 13px;
	border: 3px solid #E1E0DE;
	float: none;
	height: 150px;
}
#menu_title {
	height: 35px;
	font-size: 18px;
}
#menu_title a {
	height: 35px;
	font-size: 18px;
	color: #1C628C;
	text-decoration: none;
}
#menu_title a:hover, #menu_title a:active {
	height: 35px;
	font-size: 18px;
	color: #008C8C;
	text-decoration: underline;
}


#menu_tx {
	padding: 10px;
}
#menu_arrow {
	height: 30px;
}
#menu_arrow_bt {
	float: right;
	height: 30px;
	width: 200px;
}
#menu_arrow_bt a {
	height: 30px;
	width: 200px;
	background-image: url(../img/menu_arrow_bt.png);
	background-repeat: no-repeat;
	display: block;
}
#menu_arrow_bt a:hover, #menu_arrow_bt a:active {
	height: 30px;
	width: 200px;
	background-image: url(../img/menu_arrow_bt_on.png);
	background-repeat: no-repeat;
	display: block;
}
#menu_img {
	float: left;
	height: 150px;
	width: 150px;
	background-color: #D6D6D6;
}
#menu_img a {
	float: left;
	height: 150px;
	width: 150px;
	background-color: #D6D6D6;
	border: 1px solid #D5E1E3;
}

#menu_right {
	float: right;
	width: 500px;
}
