@charset "Shift_JIS";


/********************************************************************
★ index ★
・サイト幅 / 650px
・左コンテンツ / 220px
・右コンテンツ / 410px
********************************************************************/



body {
	background-image: url(../img/back/bg_8.gif);
	background-position: left top;
	background-attachment: fixed;
}



/*
ベース
-------------------------------------------------------------------*/
#bodycontainer {
	width: 800px;
	margin: 0px auto;
	background: url(../img/common/body_bg02.gif) center top repeat-y;
	background-attachment: fixed;
	min-height: 52px;
}

#contents {
	width: 650px;
	margin: 0px auto;
}

p {
	text-align: center;
	margin: 10px auto;
}


/*
header / ヘッダー bookmark 設定
-------------------------------------------------------------------*/
div#header {
	margin: 0px auto;
	padding-left: 15px;
	padding-top: 10px;
}

div#header ul {
	list-style-type: none;
}

div#header li {
	float: left;
	display: block;
	margin: 5px;
}

div#header li a {
	display: block;
}

div#header li img {
	vertical-align: bottom;
}




/*
コンテンツ
-------------------------------------------------------------------*/
div#top_enter_img {
	width: 648px;
	margin: 5px auto;
}




/* ranking / ランキング */
div#ranking_box {
	float: left;
	width: 220px;
	height: 300px;
	margin: 10px 0px 10px 15px;
	overflow: scroll;
}


/* link / リンク */
div#link_box {
	float: right;
	width: 400px;
	margin: 10px 10px 10px 5px;
}

div.banner_box {
	clear: both;
	width: 395px;
	margin: 0px auto 70px auto;
}

ul.banner_list {
	clear: both;
	list-style-type: none;
}

ul.banner_list li {
	float: left; /* 左に回りこみ */
	margin: 5px;
}

ul.banner_list88 {
	list-style-type: none;
}

ul.banner_list88 li {
	float: left; /* 左に回りこみ */
	width: 88px;
	margin: 5px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/
#f_menu {
	clear: both;
	margin: 10px;
}

#counter {
	width: 100px;
	margin: 5px auto;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	text-align: right;
	margin-bottom: 120px;
	padding: 8px 25px 4px 4px;
}

