@charset "UTF-8";


/*
------------------------------------------
日本ゲスコ様　レイアウト設定CSS
制作者：　屋良達哉
作成日：　2010年01月06日
----------------------------------------*/


/*////// 全ページ共通パーツ ////////////*/

/* =ページ概要
----------------------------------------*/
/* =ヘッド部分
----------------------------------------*/
/*-- menu 部分-----------------*/



/*//////////////////////////////////////*/



/* =ページ概要
----------------------------------------*/
* {
margin: 0px;
padding: 0px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color: #333;
line-height: 18px;
font-size: 12px;
white-space: normal;
}


body{
text-align: center;
background-image: url(../images/bac.png);
}

#wrap{
width:800px;
position: relative;
margin: 0px auto;
overflow: hidden;
}


/* =ヘッド部分
----------------------------------------*/

#header{
width: 768px;
height: 88px;
padding: 17px 16px 0px;
background-image: url(../images/bac-head.png);
background-position: 0 0;
background-repeat: no-repeat;
background-color: #000;
position: relative;
}

#header a.logo{
width: 145px;
height: 50px;
display: block;
float: left;
}

#header a.toi{
width: 100px;
height: 18px;
display: block;
float: right;
}

/* g-navi設定----------------------*/
ul#g-menu{
width: 768px;
height: 25px;
background: #000;
list-style: none;
overflow: hidden;
position: absolute;
bottom: 0px;
left: 16px;
}

ul#g-menu li{
width: 152px;
height: 25px;
float: left;
margin-right: 2px;
}

ul#g-menu li a{
display: block;
margin: 0px;
line-height: 25px;
width: 152px;
}

ul#g-menu li.end{
width: 152px;
height: 25px;
float: right;
margin-right: 0px;
}

p.henkou{
font-size: 10px;
text-align: center;
margin: 20px 0px 30px;
width: 558px;
padding: 2px 0px;
border: 1px solid #ddd;
float: right;
clear: both;
}

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


#footer{
width: 768px;
height: 25px;
padding: 0px 16px 0px;
text-align: center;
font-size: 10px;
background-color: #999999;
position: relative;
float: left
}
#footer p{
margin: 0px;
font-size: 10px;
line-height: 25px;
}

#footer ul#f-menu{
height: 10px;
padding: 0px;
position: absolute;
bottom:8px;
right: 16px;
list-style: none;
border-left: 1px solid #fff;
}

#footer ul#f-menu li{
text-align: center;
padding: 0px 5px;
float: left;
border-right: 1px solid #fff;
line-height: 10px;
}

#footer ul#f-menu li a{
color: #fff;
text-decoration: none;
font-size: 10px;
line-height: 10px;
}


div#bnr-area{
	width: 560px;
	height: 44px;
	margin: 5px 0px 20px;
	}
	
div#bnr-area img{
	width: 140px;
	height: 44px;
	float: right;
	border: none;
	}
