@charset "utf-8";

* {
	margin: 0;
	padding:0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ECEDE2;
	color: #393939;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;

	background-repeat: repeat-x;
	background-position: center top;
	font-size: 13px;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color: #009999;
}

a:hover {
	color: #FF3366;
	text-decoration: none;
}

li {
	list-style-type: none;
}

#base {
	background-image: url(img/base_bg.gif);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	float: left;
	width: 940px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#top_img {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#pan {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2DC;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding-bottom: 3px;
}

/*ヘッダー
------------------------------------------------------------*/

#head {
	background-image: url(img/head_bg.gif);
	background-repeat: repeat-x;
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#head #logo {
	position: absolute;
	left: 30px;
	top: 20px;
}

#head #h_menu {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 600px;
}

#head #h_menu li a {
	background-image: url(img/h_menu_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	float: right;
	padding-left: 15px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7CE;
	color: #494A3E;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}
#head #h_menu li a:hover {
	color: #9BCE00;
}


/*コンテンツ
------------------------------------------------------------*/

#cont {
	float: right;
	width: 660px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#cont p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

#cont h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #65990F;
}
#cont h3 {
	padding-left: 7px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #D4D5C9;
	border-left-color: #666;
	margin-top: 10px;
	font-size: 16px;
	margin-left: 5px;
	color: #555555;
}
#cont h2.h2_img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cont h3.h3_img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont .cont_box {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 3px solid #EFEFE9;
	background-color: #FDFDF9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cont .img_l {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#cont .img_r {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/*サイド
------------------------------------------------------------*/

#side {
	float: left;
	width: 260px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
}
#side .saide_box {
	background-image: url(img/side_bg.gif);
	background-position: center bottom;
	padding-bottom: 30px;
	padding-top: 10px;
	width: 260px;
}

#side .saide_box ul {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side .saide_box li a {
	line-height: 20px;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 28px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/side_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1px;
	border: 1px solid #E2E2DC;
}
#side .saide_box li a:hover {
	color: #8CBB00;
	background-image: url(img/side_li_ov.gif);
}
#side h3 {
	background-image: url(img/side_h3.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 260px;
	font-size: 12px;
	line-height: 45px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 25px;
	letter-spacing: 0.2em;
}
#side .saide_box .side_box_in {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}


/*フッター
------------------------------------------------------------*/

#base #foot {
	background-image: url(img/foot_bg.gif);
	height: 50px;
	position: relative;
	clear: both;
}
#base #foot address {
	color: #676857;
	font-style: normal;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 30px;
}
.main-td {
	padding-left: 10px;
}
.marker {
	background-color: #FC0;
}
