@charset "Shift_JIS";

/* --------------------------------
	layout.css
-------------------------------- */

/*----------------------------------------------
wrap
全体を包括
-----------------------------------------------*/
#wrap{
width:814px;
background-image:url(../same_img/body_back.gif);
margin:0 auto;
height:auto;
min-height: 100%;
}

/*----------------------------------------------
 header
 ヘッダー部
-----------------------------------------------*/
#header{
width: 750px;
height:137px;
}


/*----------------------------------------------
container
メインコンテンツを包括
-----------------------------------------------*/
#container{
width: 800px;
margin:0 auto;
padding-bottom: 50px; /*フッターと同じ高さに下マージンを設定*/
}


/*----------------------------------------------
 g-navi
-----------------------------------------------*/

#g-navi{
background-image:url(../same_img/menu_back.gif);
height: 57px;
}

#navi{
margin-right:auto;
margin-left:auto;
width:700px;
}


#navi img {
border: none;
vertical-align:top;
}

#navi ul {
padding: 0px;
list-style: none;
line-height: normal;
}

#navi li{
list-style:none;
margin-left: 20px;
float: left;
}




/*----------------------------------------------
Footer
フッター部分

※フッターはwrapの下に置くこと
-----------------------------------------------*/

#footer {
clear: both;
width:754px;
margin-right: auto;
margin-left: auto;
margin-top:-50px; /*フッターと同じ高さの上マージンを設定*/
height: 50px;
background-image: url(../common/footer.gif)
}

#footer  p{
font-size:77%;
text-align: center;
padding-top: 20px;
}





