@charset "utf-8";

*{
	font-size:12px;
	line-height:1.5em;
	color:#333333;
}

body{
	margin:0;
	padding:0;
}

a{
	color:#990000;
}

a:hover,
a:active {
	color:#FF0000;
}


a img{
	border:0;
}

#container{
	position:absolute;
	left:50%;
	margin:0 0 0 -380px;
	width:760px;
}

/* ヘッダ */
#header{
	position:relative;
	height:65px;
}

#header #logo{
	position:absolute;
	top:15px;
	margin:0;
}

#header #inquiry{
	position:absolute;
	left:560px;
	top:25px;
	width:125px;
	height:15px;
}

#header #sitemap{
	position:absolute;
	left:690px;
	top:25px;
	width:70px;
	height:15px;
}


/* ナビ */
#navi{
	margin:0;
	padding:0;
	height:44px;
	position:relative;
	
}

#navi ul{
	margin:0;
	padding:0;

}

#navi li{
	height:44px;
	list-style:none inside;
	float:left;
	margin:0;
	padding:0;
}
/*¥*/ * html #navi li{
	font-size:1px;
	line-height:1px;
} /**/


/* ページタイトル */
#pageTitle{
	margin:0 0 10px 0;
	padding:0;
}

/* ページメイン */
#pageMain{
	width:540px;
	float:left;
}

#pageMain h2{
	clear:both;
	margin:0 0 10px 0;
}

/* ページメイン（段組無し） */
#page h2{
	margin:0 0 10px 0;
}

/* ページサブ */
#pageSub{
	width:190px;
	float:right;
}

/* ページトップへ */
#gotop{
	clear:both;
	text-align:right;
	padding-top:30px;
}

/* フッタ */
#footer{
	clear:both;
	position:relative;
	border-top:1px solid #d1d1d1;
	margin:0;
	height: 50px;
}



#footer #rule{
	position:absolute;
	top:5px;
}

#footer #copy{
	position:absolute;
	left:530px;
	top:5px;
}

#footer #linknavi{
	position:absolute;
	top:30px;
	height: 15px;
	width: 760px;
	text-align: right;
	background: #F6F6F6;
}
#linknavi a:link,
#linknavi a:visited,
#linknavi a:hover,
#linknavi a:active
 {
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #999999;
	text-decoration: none;
}
