html{
	height:100%;
}
body{
	font-family:"ＭＳ Ｐゴシック";
	background-color:#E9E9E9;
	text-align:center;
	height:100%;
}
*{
	margin:0;
	padding:0;
	text-align:left;
}
ul,li{
	list-style-type:none;
}
img{
	display:block;
	border:none;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* 全体
------------------------------------*/
#container{
	width:900px;
	min-height:100%;
	_height:100%;
	margin:0 auto;
}

/* ヘッダー
------------------------------------*/
#header {
	position:relative;
	width:900px;
	height:80px;
	background:url(../img/bg_header.gif) repeat-x;
}
#header h1 {
	position:absolute;
	left:40px;
	top:19px;
}
#header h1 a {
	display:block;
	width:170px;
	height:45px;
	overflow:hidden;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
}
#gmenu {
	position:absolute;
	left:259px;
	top:19px;
}
#gmenu_1,
#gmenu_2,
#gmenu_3,
#gmenu_4,
#gmenu_5,
#gmenu_6 {
	float:left;
}
#gmenu_1 a,
#gmenu_2 a,
#gmenu_3 a,
#gmenu_4 a,
#gmenu_5 a,
#gmenu_6 a {
	display:block;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
}
#gmenu_1 a:hover,
#gmenu_2 a:hover,
#gmenu_3 a:hover,
#gmenu_4 a:hover,
#gmenu_5 a:hover,
#gmenu_6 a:hover {
	background-position:0 -45px;
}
#gmenu .select a {
	background-position:0 -90px;
}
#gmenu_1 a {
	width:89px;
	background:url(../img/gmenu_1.gif) no-repeat;
}
#gmenu_2 a {
	width:114px;
	background:url(../img/gmenu_2.gif) no-repeat;
}
#gmenu_3 a {
	width:122px;
	background:url(../img/gmenu_3.gif) no-repeat;
}
#gmenu_4 a {
	width:86px;
	background:url(../img/gmenu_4.gif) no-repeat;
}
#gmenu_5 a {
	width:97px;
	background:url(../img/gmenu_5.gif) no-repeat;
}
#gmenu_6 a {
	width:111px;
	background:url(../img/gmenu_6.gif) no-repeat;
}

/* コンテンツ
------------------------------------*/
#contents {
	position:relative;
	width:900px;
}

/* フッター
------------------------------------*/
#footer {
	clear:both;
	position:relative;
	width:900px;
	height:72px;
	background:url(../img/bg_footer.gif) no-repeat;
}
.copyright {
	position:absolute;
	left:644px;
	top:22px;
	width:250px;
	font-size:8px;
	line-height:10px;
	color:#313131;
}
#fmenu1 {
	position:absolute;
	left:46px;
	top:24px;
	line-height:12px;
	font-size:10px;
}
#fmenu1 li {
	display:inline;
	margin:0px 25px 0px 0px;
}
#fmenu1 li a {
	padding:0px 0px 0px 13px;
	background:url(../img/icon_footer.gif) no-repeat;
}
#fmenu1 li a {
	color:#313131;
}
#fmenu2 {
	position:absolute;
	left:644px;
	top:39px;
	line-height:12px;
	font-size:10px;
}
#fmenu2 li {
	display:inline;
	margin:0px 16px 0px 0px;
}
#fmenu2 li a {
	color:#313131;
}

/* コンテンツヘッダー
------------------------------------*/
#contetsHeader {
	position:relative;
	width:900px;
}

/* コンテンツ
------------------------------------*/
#contents {
	position:relative;
	width:900px;
	background:url(../img/bg_contents.gif) repeat-x #FCFCFC;
	overflow:auto;
}

/* サブ
------------------------------------*/
#sub {
	float:left;
	width:240px;
}

/* メイン
------------------------------------*/
#main {
	float:right;
	width:650px;
}

/* トップページへ
-------------------------------------*/
.btnPagetop {
	position:relative;
	margin:0px 0px 28px 50px;
	clear:both;
	width:800px;	
	font-size:10px;
	line-height:12px;
	text-align:right;
}
.btnPagetop a {
	padding:0px 0px 0px 16px;
	font-size:10px;
	line-height:12px;
	color:#313131;
	background:url(../img/icon_pagetop.gif) no-repeat;
}


