@charset "Shift_JIS";

/*全体*/
html,body,div,h1,h2,h3,h4,p,ol,ul,li,dl,dt,dd,th,td {
	font: 12px/1.5 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS P Gothic", Osaka, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #414141;
	list-style: none;
}
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y:scroll;
}
body {
	text-align: center;
	background: url(../images/back_body.jpg) repeat-y center top;
}

@media screen {
html{
	height: 100%;
}

body{
	height: 100%;
}
}

a:link,a:visited {
	color: #666666;
	outline: none;
}
a:hover,a:active,a:focus {
	color: #990000;
	outline: none;
	text-decoration: none;
}
a img {
	border-style: none;
}

hr {
	display: none;
}

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

/*ページ全体
===========================================================================*/
#allcontents {
	margin: 0px auto;
	text-align: center;
	position: relative;
	height: 100%;
	min-height: 100%;
	background: url(../images/back_contents.jpg) repeat-y 0px 0px;
	width: 866px;
}

body > #allcontents {
    height: auto;
}


/*ヘッダ
===========================================================================*/
#header {
	height: 302px;
	background: url(../images/head_img.jpg) no-repeat;
	position: relative;
}

h1 {
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active,h1 a:focus {
	display: block;
	height: 200px;
	text-indent: -9999em;
}


/*メニュー
===========================================================================*/
#menuarea {
	position: absolute;
	left: 26px;
	top: 237px;
	width: 818px;
	height: 45px;
	background: url(../images/menu_main.png) no-repeat;
}

#menuarea ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	zoom: 1;
}

#menuarea ul li {
	float: left;
}

#menuarea ul li a {
	display: block;
	height: 35px;
	text-indent: -9999em;
}

#menuarea ul li.mainmenu01 a {
	width: 110px;
	margin-left: 17px;
}

#menuarea ul li.mainmenu02 a {
	width: 110px;
	margin-left: 18px;
}

#menuarea ul li.mainmenu03 a {
	width: 110px;
	margin-left: 20px;
}

#menuarea ul li.mainmenu04 a {
	width: 110px;
	margin-left: 24px;
}

#menuarea ul li.mainmenu05 a {
	width: 110px;
	margin-left: 20px;
}

#menuarea ul li.mainmenu06 a {
	width: 110px;
	margin-left: 32px;
}


/*コンテンツ大枠
===========================================================================*/
#midarea {
}

/*コンテンツ
===========================================================================*/
#contentsarea {
	width: 781px;
	text-align: left;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 100px;
}

h2 {
	margin-bottom: 17px;
}


/*コピーライト
===========================================================================*/
#footer {
	position: absolute;
	width: 780px;
	text-align: center;
	bottom: 0px;
	left: 42px;
	height: 101px;
	background: url(../images/back_footer.png) no-repeat;
}

#footer div.footmenu {
	width: 504px;
	height: 23px;
	margin: 52px auto 0px;
	text-align: left;
	background: url(../images/menu_footer.png) no-repeat;
}

#footer div.footmenu ul {
}

#footer div.footmenu ul li {
	float: left;
}

#footer div.footmenu ul li a {
	display: block;
	height: 23px;
	width: 50px;
	text-indent: -9999em;
}

#footer div.footmenu ul li.footmenu01 a {
	width: 79px;
	margin-right: 1px;
}

#footer div.footmenu ul li.footmenu02 a {
	width: 82px;
	margin-right: 1px;
}

#footer div.footmenu ul li.footmenu03 a {
	width: 87px;
	margin-right: 1px;
}

#footer div.footmenu ul li.footmenu04 a {
	width: 95px;
	margin-right: 1px;
}

#footer div.footmenu ul li.footmenu05 a {
	width: 79px;
	margin-right: 1px;
}

#footer div.footmenu ul li.footmenu06 a {
	width: 77px;
}

#footer div.copyright {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #9C9C9C;
	font-size: 10px;
	clear: both;
	line-height: 25px;
}




/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}

/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    line-height:0; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

