body {
	background: #FFF url('images/body_bk3.gif') repeat 0 0;
	margin:0;
	padding:0;
	text-align: center; /* IE用センタリング */
	/* font-family: Arial,'ＭＳ Ｐゴシック',sans-serif; */
}
img { border: 0; }
#idxheader {
	background: #FFF url('images/header_bk.jpg') no-repeat 0 0;
	width:800px;
	height:320px;
	margin:0 auto;
	padding:0;
	text-align:right; 
	position:relative;
}
#header {
	background: #FFF url('images/header_bk2.jpg') no-repeat 0 0;
	width:800px;
	height:156px;
	margin:0 auto;
	padding:0;
	text-align:right; 
	position:relative;
}
.logo {
	position:absolute;
	top:29px;
	left:18px;
	float:left;
}

h1 {
	float:right;
	text-align: right;
	color:#FFF;
	font-size:12px;
	line-height:22px;
	background: #29661C url('images/h1_bk.jpg') no-repeat 0 0;
	width:658px;
	height:22px;
	margin:0;
	padding:0;

	position:absolute;
	top:29px;
	left: 142px;
}
h2 {
	clear:both;
	margin:0 0 15px 0;
	padding:0;
	color:#4D4D4D;
	font-size:18px;
	width:710px;
	height:34px;
	background: #FFF url('images/h2_uline.gif') no-repeat 0 bottom;
	position:relative;
	left:50px;
}
#swf, #hdimg {
	float:right;
	position:absolute;
	top:51px;
	left: 142px;
	z-index:1;
}
/* -----メインコンテンツ----- */
#frame {
	margin: 0 auto; /* FireFox用センタリング */
	text-align: left;
	width:800px;
	background: #FFF url('images/cnts_bk.gif') repeat-y 0 0;
	position:relative;
}
#frame a { text-decoration:none; color:#000; }
#frame a:link    { color:#000; }
#frame a:visited { color:#000; }
#frame a:hover   { color:#0000FF; text-decoration:underline; }
#frame a:active  { color:#0000FF; text-decoration:underline; }

#contentsheader { width:800px; }
#contents {
	clear:both; 
	margin: 0 25px;
	width:750px;
	position:relative;
	top:0;
	left:0;
}

#submenu {
	display: block;
	float:right;
	font-size:10px;
	margin: 5px 25px 0 0;
}
* html #submenu {
	margin: 5px 5px 0 0;
}
#submenu li {
	float:left;
	line-height:14px;
	display:block;
	height:14px;
	background: #FFF url('images/sbm_li_icon.gif') no-repeat 0 0;
	padding-left:16px;
	margin-right:1em;
	line-height:14px;
}
#contact {
	clear:both;
	width:702px;
	height:32px;
	margin: 5px 49px;
}


#footer {
	position:relative;
	clear:both;
	width:750px;
	height:75px;
	background: #FFF url('images/footer_bk.gif') no-repeat center bottom;
	margin: 20px 25px 0 25px;
	font-size:10px;
}
#footer ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer li {
	display:inline;
	margin:0;
	padding:0;
}
#copyright {
	text-align:center;
	font-size:10px;
	color: #000;
	width:750px;
	height:15px;
	margin-top: 4px;
}
.center {
	text-align:center;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

