/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #3C3C3C;
	font-size: 12px;
	color: #333333;
}
#body {
	margin : 10px auto 0;
	width : 760px;
}
#header {
	width : 100%;
}
#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;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	clear: both;
}
#navigation {
	float : left;
	width : 100%;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#contents {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
.clear {
	clear: both;
}


/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #531A0D; } 
a:visited { color: #531A0D; } 
a:hover { color: #FF3B00; } 
a:active { color: #531A0D; }


/* サイドメニュー */
.side_nolink ul{
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	width:100%;
	font-size:14px;
}
.side_nolink li{
	text-align: center;
	padding:10px 0px 0px;
	margin:0 0px;
	width:150px;
	height: 25px;
	background-image: url(../img/sidemenu.jpg);
	background-repeat:no-repeat; 

	display:block;
}

.sidemenu {
	margin: 0px 0px 0px 40px;
	padding :0;
	list-style-type : none;
	width:700px;
	font-size:12px;
}
.sidemenu li{
	border-left:3px solid #531A0D;
	display : inline;
	padding :0;
	margin:0px;
	float: left;
	text-align:right;
}
.sidemenu #menu a {
	text-align: left;
	padding:0px 0px 0px 5px;
	width:90px;
	height: 15px;
	display:block;
	color:#531A0D
}
.sidemenu #menu a:hover{
	color: #FFFFFF;
}


/* フォント */
h1 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}

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;
	color: #FFFFFF;
	padding: 5px 10px 0px 0px;
	width: 750px;
	height: 25px;
	background-image: url(../img/copylight_bg.gif);
	background-repeat: no-repeat;
}
.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 {
	width: 400px;
	height: 400px;
}

.style1 { color: #f00; }
