/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}
#body {
	margin : 0 auto;
	width : 750px;
	background-color: #333333;
}
#header {
	width : 100%;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#header h1 {
	float: left;
}
#header .topmenu {
	width: 100%;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#main {
	margin-top: 1px;
	width: 100%;
	clear: both;
}
#navigation {
	float : right;
	width : 450px;
	margin-top: 47px;
}
#contents {
	text-align: center;
	width: 720px;
	margin: 5px auto;
	padding-bottom: 30px;
}
#footer {
	width : 750px;
	clear : both;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding: 12px 0px 0px;
	color: #6A2800;
}
#footer a {
	color: #6A2800;
}

.clear {
	clear: both;
}


/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #CC6600; } 
a:visited { color: #CC6600; } 
a:hover { color: #993300; } 
a:active { color: #993300; }


/* サイドメニュー */
.sidemenu {
	margin: 0;
	padding :0;
	list-style-type : none;
	font-size:12px;
	width: 100%;
}
.sidemenu li{
	display : inline;
	padding :0;
	margin:0px;
	float: left;
}
.sidemenu #menu a {
	text-align: center;
	width:102px;
	height: 26px;
	display:block;
	background-image: url(../img/menu.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	margin-right: 8px;
	padding: 7px 0px 0px;
}
.sidemenu #menu a:hover{
	background-image: url(../img/menu_on.gif);
	background-repeat: no-repeat;
}

/* 階層 */
.kaisou {
	font-size: 10px;
	padding: 7px 10px 2px 15px;
	color: #843200;
	text-align: left;
	background-image: url(../img/sub_menu_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-weight: bold;
	float: right;
	width: 610px;
	margin: 8px 12px 0px 0px;
}
.kaisou div {
	float: left;
	width: 200px;
}
.kaisou .right {
	float: right;
	width: 400px;
	text-align: right;
}

.kaisou div a {
	color: #6A2800;
}
.kaisou div a:visited {
	color: #8A3400;
}


/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_10px{
	font-size:10px;
}
.font_12px{
	font-size:12px;
}
.font_14px{
	font-size:14px;
}
.font_16px{
	font-size:16px;
}
.font_18px{
	font-size:18px;
}
.font_red {color: #CC0000}


/* コピーライト */
.copy_right {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	width: 744px;
	background-color: #000000;
}
.copy_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.copy_right a:visited { color: #FFFFFF; } 
.copy_right a:hover { color: #FFFFFF; } 
.copy_right a:active { color: #FFFFFF; }

#map {
	margin:0 auto;
	width: 500px;
	height: 350px;
}