/* CSS Document */

body{
	font-size: 11pt;
	color: #6666CC;
	margin: 0000;
	background-image: url(../images/body/bg.jpg);
	background-repeat: repeat-y;
}

.bg{
	background-image: url(../images/body/left_bg.jpg);
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	margin: 0000;
}

.main_top{
	margin-left: 35px;
	height: 80px;
	background-image: url(../images/dai.jpg);
	background-repeat: no-repeat;
	width: 96%;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	float: left;
	margin-bottom: 5px;
}

.left{
	background-image: url(../images/body/left_bg.jpg);
	width: 25px;
	height: 500px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	position: fixed;
}

.right{
	width: 300px;
	height: 80px;
	right: 0px;
	background-image: url(../images/dai_r.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

.main{
	margin-left: 35px;
	width: 95%;
	float: left;
	margin-bottom: 10px;
}
#index_photo{
	border-color: #996600;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 90px;
	margin-top: 5px;
}
#under{
	border-top-color: #CC6666;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(../images/copyright.jpg);
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.menu{
	margin-left: 35px;
	width: 95%;
	float: left;
	height: 25px;
	}
#index_menu{
	background-image: url(../images/index/photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 145px;	margin-bottom: 10px;

}
#minwa_menu{
	background-image: url(../images/minwa/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 85px;
	width: 95%;	margin-bottom: 10px;

}
#gyouji_menu{
	background-image: url(../images/gyouji/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 85px;
	width: 95%;	margin-bottom: 10px;

}
#yotei_menu{
	background-image: url(../images/yotei/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 85px;
	width: 95%;	margin-bottom: 10px;

}
#roots_menu{
	background-image: url(../images/roots/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 85px;
	width: 95%;	margin-bottom: 0px;

}
.menu ul{
	height: 25px;
	background-color: #666666;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	float: left;
	margin-top: 0px;
	width: 900px;
}
.menu li{
	float: left;
	border-left-color: #666633;
	border-left-style: solid;
	border-left-width: 1px;
	text-decoration: none;
	list-style-type: none;
	height: 25px;
	width: 155px;
	clear: right;
}
.menu a{
	background-color: #222222;
	height: 20px;
	color: #CCCCCC;
	float: left;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	width: 155px;
}
.menu a:hover{
	color: #000000;
	background-color: #CCCCCC;
}

#index_main{
	padding: 5px;
	width: 890px;
	height: auto;
}
	
#gyouji_main{
	padding: 5px;
	width: 95%;

}
.menu_sub{
	margin-left: 35px;
	width: 95%;
	float: left;
	height: 25px;
	margin-bottom: 10px;
	}
.menu_sub ul{
	height: 25px;
	background-color: #66CC99;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	float: left;
	margin-top: 0px;
	width: 900px;
}
.menu_sub li{
	float: left;
	border-left-color: #666633;
	border-left-style: solid;
	border-left-width: 1px;
	text-decoration: none;
	list-style-type: none;
	height: 25px;
	width: 155px;
	clear: right;
}
.menu_sub a{
	background-color: #006633;
	height: 20px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	width: 155px;
}
.menu_sub a:hover{
	color: #000000;
	background-color: #CCCCCC;
}
