@charset "utf-8";

body{
	width:100%;
	background-color:#fff;
}
/*----------------------------------------------------
	__初期化
----------------------------------------------------*/
ul,dl{
	list-style-type:none;
	margin:0;
}
li,dt,dd{
	margin:0;
}
table {
  border-collapse: collapse;
}


html {  
	overflow-y: scroll;
	background-color:#373737;
}



#mainImg,#menu,#contents,p.lead,#footer ul{
	width:900px;
	margin:0 auto;
}
#footer{
	width:100%;
	margin-top:50px;
}
#contents{
	clear:both;
	margin-top:10px;
}
p,li{
	font-size:93%;
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/

a:link,a:visited,a:hover,a:active{
	color:#00a0e9;
}

a:hover{
	text-decoration:none;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{
	background-image:url(../img/menu_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	width:100%;
	min-width: 900px;
	overflow: hidden;
}

div.leadBg{

	width:100%;
	min-width: 900px;
	overflow:hidden;
	border-bottom:solid 3px #808080;
	margin-bottom:10px;
}

p.lead{

	line-height:20px;
}

#header #head{
	margin:0 auto 0;
	width:900px;
	margin-bottom:5px;
}

#logo{
	float:left;
	display:inline;
}

#address{
	float:right;
	width:500px;
	background-color:#f6f6f6;
}

#address p{
	margin:0 0 0 4px;
}

ul#menu{
	clear:both;
	height:53px;
}

ul#menu li{
	float:left;
	list-style:none;
}
#menu li img{
	vertical-align:bottom;
	display:block;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer{
	clear:both;
	background:#373737 url(../img/footer_bg.gif) repeat-x top left;
	padding:10px 0 5px 0;
}

#footer ul{
	margin-bottom:20px;
}

#footer ul li{
	background: url(../img/f_list.gif) no-repeat left center;
	float:left;
	display: inline;
	padding:0 15px;
}
#footer ul li a{
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#ccc;
}

#footer address{
	font-style:normal;
	width:900px;
	color:#fff;
	margin:0 auto;
}
#footer address a{
	text-decoration:none;
	color:#ddd;
}

/* -----------------------------------------------------------
	#sub
		サブ
----------------------------------------------------------- */

#sub{
	border-top: solid 3px #787878;
	padding:10px 5px 50px 5px;
	width:250px;
	float:right;
	display:inline;
	background-image:url(../img/sub_bg.gif);
	background-repeat:repeat;
}

#sub ul li{
	margin:0 2px 10px 2px;
}
#head:after,#footer ul:after,#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#head,#footer ul,#contents { /*display: inline-block;*/ }
/* exlude MacIE5 \*/
* html #head,* html #footer ul,* html #contents { height: 1%; }
#head { display:block; }
/* end MacIE5 */