@charset "UTF-8";


/*-----------------トップページ以外の2カラムの設定-----------------*/


/*--------------------------ボックスの設定-------------------------*/

/*----------------------------サブメニュー-------------------------*/
div#s-menu {
	width:			114px;
	float:			left;
}

/*-----------------------------コンテンツ--------------------------*/
div#contents {
	width:			673px;
	margin:			0px 0px 10px 10px;
	float:			left;
	overflow:		hidden;	/*IE6対策*/
}

/*-----------------------------コンテンツ--------------------------*/
div#guide-contents {
	width:			673px;
	margin:			0px 0px 10px 10px;
	text-align:		center;
	float:			left;
	overflow:		hidden;	/*IE6対策*/
}

/*-----------------------------ランキング--------------------------*/
div#ranking {
	width:				659px;
	height:				1.5em;
	background-color:	#cccccc;
	margin:				5px;
	padding:			5px;
	clear:				both;
}