@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:160%;
}

body#second{
	background-image:url(../img/body_sec_bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:160%;
}


a img{
	border:0;
}

ul{
	list-style:none;
}

/*--------------------------------------------
レイアウト
--------------------------------------------*/
#wrapper{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:900px;
	height:90px;
	float:left;
       /*background-image:url(../img/header_bg.gif);*/
}

#navi{
	width:900px;
	height:48px;
	float:left;
}

#contents_index{
	width:900px;
	float:left;
	height:auto;
	min-height:400px;
}

#contents{
	width:900px;
	float:left;
	height:auto;
	margin-bottom:50px;

}

#contents_sem{
	width:900px;
	float:left;
	height:auto;
	margin-bottom:50px;

}


#sitemap{
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:114px;
	float:left;
}

#footer{
	clear:both;
	width:900px;
	height:40px;
	padding-top:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:10px;
}


/*---------------------------------------------
footer_inbox
---------------------------------------------*/
#sitemap_inbox{
/*	background-image:url(../img/footer_inbox_bg.gif);*/
	background-repeat:no-repeat;
	width:900px;
	height:114px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
