@charset "shift_jis";

/*

information{
	ファイル名 : /css/yosoo/contents.css;
	概要 : このCSSファイルはスリム・健康ページのメインの設定を記述しています。;
	サイト名 : 予想ネットギャザリング;
	URL : http://www.netprice.co.jp/af/yosoo/index.ndp;
	コピーライト : Copyright (C)  netprice, ltd.　All Rights Reserved.;
}

 */


/* コンテンツ
--------------------------------------------------------------------------

	1. メインコンテンツブロック

	2. 左メニュー
		: 全体の設定
		: カウンター部分の設定
		: 特集部分の設定


--------------------------------------------------------------------------
*/



/* 1. メインコンテンツブロック
--------------------------------------------------------------------------*/
#mainwrap{
	float:left;
	width:760px;
	text-align:left;
	background:#fff;
}

/*	左のカラム (ナビゲーションを含む)	*/
#leftcol{
	float:left;
	width:165px;
	background: #F9F3E5;
}


/*	右のカラム (本文を含む)	*/
#rightcol{
	float:left;
	width:585px;
}


/* 2. 左メニュー
--------------------------------------------------------------------------*/
/*	全体の設定	
--------------------------------*/

#mainwrap .leftcol *{
	margin:0;
	padding:0;
}

#mainwrap ul,
#mainwrap li{
	list-style:none;　　/*	ulのリストの頭に付く「・」をなくす　*/
}

html>body #rightcol{padding-top:0px;}

/*	カウンター部分の設定	
--------------------------------*/
#counter table.image{
	margin: 0;
	padding: 0;
	border: 0px;
}

#counter ul li.image{
	margin: 0;
	padding: 0;
	border: 0;
}

#counter .counter{
	color:#663300;
	font-size:12px;
	padding: 1em 0.1em;
}

/*	特集部分の設定	
--------------------------------*/

#leftcol ul{
	margin:0 0.1em 0 0.1em;
	padding:0 0.1em 0 0.1em;
}

#leftcol h2.title{
	margin:0.3em 0em 0em 1em;
}
#leftcol h3.title{
	margin:0.3em 0em 0em 0em;
}

#special ul li.menu{
	background:url("/af/img/0606/left_icon.gif") 0 0.6em no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#003399;
	margin: 0;
	padding-left: 1.3em;
	padding-top: 0.3em;
}

#special ul li.menu2{
	background:url("/af/img/0606/left_icon.gif") 0 0.6em no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#003399;
	margin: 0;
	padding-left: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #DADADA;
}


#information ul li.menu2{
	background:url("/af/img/0606/left_icon.gif") 0 0.6em no-repeat;
	font-size:12px;
	color:#003399;
	margin: 0;
	padding-left: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #DADADA;
}

#special ul li.text{
	font-size:10px;
	color:#333333;
	margin: 0 0.2em;
	padding-left: 1.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #DADADA;
}

#special ul li.bana{
	margin: 0;
	padding-left: 0;
	padding-bottom: 0.3em;
	padding-top: 0.1em;
	border-bottom: 1px solid #DADADA;
}

#special ul li.new{
	color:#FF0033;
	padding-bottom: 0;
	font-size:12px;
	text-decoration:none;
}


#guide1 ul li.guide{
	color:#666666;
	padding-bottom: 0;
	font-size:10px;
	text-decoration:none;
}

#guide1 ul li.guide2{
	color:#FF0033;
	padding-bottom: 0;
	font-size:10px;
	text-decoration:none;
}

#guide1 ul li.guide3{
	color:#666666;
	padding-bottom: 0;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}


#guide1 ul li.guide4{
	color:#666666;
	padding-bottom: 0;
	font-size:10px;
	text-decoration:none;
	padding-bottom: 1em;
	border-bottom: 1px solid #DADADA;
}

#leftcol ul li.menu a:link { color:#003399; text-decoration:none;}
#leftcol ul li.menu a:visited { color:#003399; text-decoration:none; }
#leftcol ul li.menu a:hover { color:#003399; text-decoration:underline; }

#leftcol ul li.menu2 a:link { color:#003399; text-decoration:none;}
#leftcol ul li.menu2 a:visited { color:#003399; text-decoration:none; }
#leftcol ul li.menu2 a:hover { color:#003399; text-decoration:underline; }

#leftcol ul li.text a:link { color:#333333; text-decoration:none;}
#leftcol ul li.text a:visited { color:#333333; text-decoration:none; }
#leftcol ul li.text a:hover { color:#333333; text-decoration:underline; }


