@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- CSS Information
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
border-collapse:separate;
margin:0;
padding:0;
}
td {
vertical-align:top;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align:top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	color: #00F;
}

a:visited	{
	text-decoration: none;
	color: #00F;
}

a:hover	{
	text-decoration: underline;
	color: #00F;
}

a:active	{
	text-decoration: none;
	color: #00F;
}

/* ------------ クリア */
div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* ----------------------- レイアウト */

#wrap {
background:url(../images/body_back.jpg) center repeat-y;
width:870px;
margin:0 auto;
}


#header {
background:url(../img/head.gif) no-repeat;
width:850px;
margin:0 auto;
text-align:left;
}




#contents {
width:850px;
background-color:#FFFFFF;
margin:0 auto;
padding-bottom:5px;
text-align:left;
}

html:not(:target) #contents {
width:850px;
background-color:#FFFFFF;
margin:0 auto;
padding-bottom:5px;
text-align:left;
}


#f_link {
background:url(../images/f_link_back.jpg);
width:850px;
height:135px;
margin:0 auto;
text-align:left;
line-height:150%;
}

#f_link ul{
float:left;
margin-top:15px;
}

#f_link ul li{
margin:0px 15px 10px 18px;
background:url(../images/f_link_icon.jpg) no-repeat;
padding-left:25px;
line-height:100%;
}

.bn_eria {
width:300px;
float:right;
margin-top:40px;
}

.bn_eria img{
margin-right:20px;
}

#footer {
height:33px;
width:850px;
margin:0 auto;
text-align:center;
background:url(../images/foot_back.jpg);
}

#footer p{
font-size:10px;
padding-top:8px;
color:#ffffff;
}
