@charset "utf-8";
/* CSS Document */
body {
 background-color:#F5F7F6;
	color:#737373;
	font-size:0.8em;
	font-family:'DFG平成丸ゴシック体','HG丸ゴシックM','ヒラギノ角ゴ Pro W3','ＭＳ  ゴシック',sans-serif;
	/*font-family:'ＭＳ ゴシック';*/
}

a {
	color: #00007D;
	text-decoration: underline;
}

a:visited {
	color: #7530AD;
	text-decoration:underline;
}

a:hover {
	color: #649600;
	text-decoration: underline;	
}

a:active {
	color: #649600;
	text-decoration: underline;	
}


.ovColor {
	color: #4B64AF;
	text-decoration: underline;	
}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
	line-height:150%;
	font-size: 0.75em; /* IE用 */
}
html>/**/body {
	line-height:150%;
	font-size: 0.75em; /* IE7.0を除くモダンブラウザ用 */
}



/* outline */
#page {
	text-align:left;
}

/* header */
#header {
	width:100%;
	height:111px;
	background:url(images/header/header_bg.jpg) repeat-x top center;
}

#header_content {
	width:800px;
	margin:0 auto;
	padding:0 9px 0 9px;
}

#header_content h1{
 float:left;
	margin:12px 0 0 0;
}


#header_content ul{
 float:right;
	margin:31px 0 0 0;
	width:436px;
}

#header_content ul li{
	float:left;
 margin:0 4px 0 0;
}

#header_content ul li.clear{
	float:left;
 margin:0px;
}


/* main */
#main {
	width: auto;
	height:495px;
	background-color:#FFFFFF;
}


/* footer */
#footer {
	width:100%;
	height:65px;
	background:url(images/footer/footer_bg.jpg) repeat-x top center;
}

#footer_content {
	width:800px;
	margin:0 auto;
	padding:0 9px 0 9px;
}

#footer_content .footerL p{
	float:left;
	width:202px;
	height:36px;
	margin:20px 15px 0 0;
}

#footer_content .footerL ul{
 float:left;
	width:250px;
	margin:31px 0 0 0;
}

#footer_content .footerL ul li{
 float:left;
	margin:0 22px 0 0;
}

#footer_content .footerR ul{
 float:right;
	width:313px;
	margin:31px 0 0 0;
}

#footer_content .footerR ul li{
 float:left;
	margin:0 22px 0 0;
}

#footer_content .footerR ul li.clear{
 float:left;
	margin:0px;
}