@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #281800 url(../imgs/bg_body.gif) repeat-x;
	text-align: center;
}

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

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

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

img {
	border: none;
	vertical-align: bottom;
}

hr{
	height: 0;
	visibility: hidden;
	border: none;
}

#container {
	position: relative;
	width: 870px;
	margin: 0 auto;
	text-align: center;
}

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

/*-- リンク --*/

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

/*-- ヘッダ --*/

#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 20px;
}

#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 {
	position: relative;
	width: 850px;
	height: 370px;
	margin: 0;
	padding: 15px;
	text-align: left;
	background: url(../imgs/bg_topimage_index.jpg) no-repeat 15px 15px;
}

#topflash #item #ad {
	position: relative;
	top: 25px;
	left: 525px;
	width: 270px;
	height: 290px;
	color: #333333;
}

#topflash #item #ad .ad01 {
	position: absolute;
	top: 20px;
	left: 10px;
}

#topflash #item #ad .ad02 {
	position: absolute;
	top: 6px;
	left: 203px;
}

#topflash #item #ad .ad03 {
	position: absolute;
	top: 57px;
	left: 10px;
}

#topflash #item #ad .ad04 {
	position: absolute;
	top: 91px;
	left: 10px;
}

#topflash #item #ad .ad05 {
	position: absolute;
	top: 91px;
	left: 140px;
}

#topflash #item #ad .ad06 {
	position: absolute;
	top: 261px;
	left: 159px;
}

#topflash #item #ad .adtxt01 {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 250px;
	font-size: 11px;
	line-height: 14px;
}

#topflash #item #ad .adtxt02 {
	position: absolute;
	top: 236px;
	left: 10px;
	width: 260px;
	font-size: 13px;
}

#topflash #item #ad .adtxt02 b {
	color: #97B33D;
}

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

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

#menu_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 112px;
}

#menu_left .bottom {
	width: 112px;
	height: 239px;
	background: url(../imgs/menu/left_bottom.gif) no-repeat;
}

#menu_left .bottom2 {
	width: 112px;
	height: 239px;
	background: url(../imgs/menu/left_bottom2.gif) no-repeat;
}

/*-- フッタ --*/

#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;
}

.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;}
.h30 { height: 30px;}

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

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