@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../imgs/bg_body.gif) repeat-y top center;
	text-align: center;
}

#bg_top {
	background: url(../imgs/bg_top.gif) no-repeat top center;
	text-align: center;
	width: 100%;
	height: 100%;
}

body, p, li, td ,th {
	font-size: 13px;
	line-height: 18px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Lucida Grande",Arial;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

img {
	font-size: 0;
	border: none;
	vertical-align: top;
}

#container {
	position: relative;
	width: 890px;
	margin: 0 auto;
	text-align: center;
	background: #ffffee url(../imgs/bg_container.gif) no-repeat top center;
}

#mainarea {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

/*-- リンク --*/

a:link { text-decoration: none; color:#97B33D;}
a:visited { text-decoration: none; color:#97B33D;}
a:active { text-decoration: none; color:#97B33D;}
a:hover { text-decoration: underline; color:#97B33D;}

/*-- ヘッダ --*/

#header {
	position: relative;
	width: 870px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	background: url(../imgs/bg_header.gif) no-repeat;
}

#header h1 {
	float: left;
	margin: 10px 0 0 25px;
}

#header h2 {
	float: right;
	margin: 10px 20px 0 0;
}

#header ul {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#header li {
	float: left;
}

/*-- トップ --*/

#topflash {
	position: relative;
	width: 850px;
	height: 370px;
	margin: 0 auto 10px auto;
	background: url(../imgs/bg_topflash.gif) no-repeat;
}

#topimage {
	position: relative;
	width: 850px;
	height: 170px;
	margin: 0 auto 10px auto;
	background: url(../imgs/bg_topimage.gif) no-repeat;
}

#topflash .item {
	margin: 0;
	padding: 15px;
}

#topimage .item {
	margin: 0;
	padding: 15px;
}

/*-- 左メニュー --*/

#menu_left {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 132px;
	background: url(../imgs/menu/bg_left.gif) no-repeat;
}

#menu_left ul {
	width: 112px;
	margin: 10px 10px 0 10px;
}

#menu_left .bottom {
	width: 132px;
	height: 20px;
}

/*-- フッタ --*/

#footer {
	position: relative;
	width: 870px;
	height: 60px;
	margin: 0 auto;
	background: url(../imgs/bg_footer.gif) no-repeat;
}

#footer .copy {
	position: absolute;
	bottom: 19px;
	left: 30px;
}

/*-- マージンとかそんな感じのアレ --*/

.clear {
	clear: both;
}

.iemt-15 /*-- IE6のマージン倍化に苦肉の策 --*/ {
	margin: 0;
	_margin: -15px 0 0 0;
}

*:first-child+html .iemt-15 {
	margin: -15px 0 0 0;
}

.pb10 { margin: 0 0 10px 0;}
.mb10 { margin: 0 0 10px 0;}
.mb15 { margin: 0 0 15px 0;}
.mr20 { margin: 0 20px 0 0;}
.h10 { height: 10px;}
.h20 { height: 20px;}
.h30 { height: 30px;}

/*-- 文字関係 --*/

.index {
	color: #888888;
	font-weight: bold;
}

.s {
	font-size: 10px;
	line-height: 14px;
}