@charset "utf-8";
/* CSS Document */

/* 共通項目 */
*{padding:0; margin:0;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	background: #CCCCCC;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 720px;
	background: #FFFFFF url(../image/head_top.jpg) repeat-x fixed top;
	margin: 0px auto;
}

/* 文字クラス */
h1 {
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-indent: 1em;
	margin-top: 2px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-weight: normal;
	margin:0px;
}
.fontsize_11 {
	font-size: 12px;
}
.menu_coment {
	font-size: 12px;
	margin-left: 20px;
	color: #a0878a;
}
.adress {
	color: #654e45;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	margin-top: 2px;
}

#menu ul {
	list-style: none;
	margin-top: 10px;
}
#l2  {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
#l2  a:hover {
	color: #FF9933;
	text-decoration: none;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu  a:hover {
	color: #FF9933;
	text-decoration: none;
}



#menu li {
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	width: 150px;
	margin-left: 20px;
}

#header {
	height: auto;
}

#contents {
	height: auto;
	padding-right: 10px;
	padding-left: 20px;
}
.menu_bar {
	margin-top: 10px;
	margin-bottom: 5px;
}
#contents #menu {
	float: left;
	height: auto;
	width: 200px;
}
#contents #main {
	float: right;
	width: 450px;
	height: auto;
}
#info_box {
	width: 140px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.image_mb {
	margin-bottom: 5px;
}

/* フッター関係 */
.footlink {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #a0878a;
}
.footlink a {
	color: #a0878a;
	text-decoration: none;
}
.footlink  a:hover {
	color: #ff9933;
	text-decoration: underline;
}



#footer {
	height: 105px;
	background: url(../image/footer.gif) no-repeat bottom;
	margin-top: 25px;
	clear: both;
}

#h_image {
	height: auto;
}
.image_right {
	margin-left: 200px;
	margin-top: 1px;
}
.foot_h1 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 9px;
	letter-spacing: 0.1em;
	font-size: 11px;
}

/* 091028追加 */
.caren_01 { margin-left:20px; font-size:12px; color:#a0878a;}
.bg_1 { background-color:#FFFFFF; height:17px; line-height:17px; text-align:center;}
.bg_2 { background-color:#feefd8; height:17px; line-height:17px; text-align:center;}
.bg_3 { background-color:#fee7ed; height:17px; line-height:17px; text-align:center;}
.bg_4 {
	background-color: #FFFFCC;
	height:17px;
	line-height:17px;
	text-align:center;
}
.bg_5 { background-color: #e5fcdf; height:17px; line-height:17px; text-align:center;}
.f1 { color:#e9758c;}

.mb_10 { margin-bottom:10px;}
