ul {
	list-style-type: none;
	padding-left: 20px;
	font-size: 95%;			
} 

#menue2{
	height: 400px;
	text-align: left;	/*文字位置*/
	margin-top: 40px;	/*マージン*/
	margin-right: 50px;
	clear: both; 		/*回りこみ解除*/
	float: left;		/*回りこみ*/
}

#main{
	float: left;		/*回りこみ*/
	text-align: center;	/*文字位置*/
}

#search{				/*検索部分*/
	font-size: 80%;	/*文字サイズ*/
	clear: both; 		/*回りこみ解除*/
}

div.tabbox{				/*タブボックス*/
	width: 500px;		/*横サイズ*/
    text-align:left;	/*文字位置*/
}

p.tabs a {				/*タブ設定*/
	display: block;		/*ブロック形式で表示*/
	width: 80px;		/*横幅*/
	float: left;		/*回りこみ*/
	text-align: center;	/*文字位置*/
	font-size: 80%; 	/*文字サイズ*/
	padding: 3px;		/*パディング*/
}

div.tab {			/*ボックス設定 */
	height: 80px;	/*縦幅*/
	clear: left;	/*回りこみ解除*/
	padding: 5px;	/*パディング*/
}

/*各タブの配色*/
p.tabs a.tablink { background-image: url(img/tab.gif);}
p.tabs a:link { color: #ffffff; text-decoration: none; }
p.tabs a:visited { color: #ffffff; text-decoration: none; }
p.tabs a:hover { color: #ffff00;}
p.tabs a:active { color: #ffff00;}

/*各ボックスの配色 */
div#tab1 { border: 2px solid #808080; background-color: #f9f9f9;}
div#tab2 { border: 2px solid #808080; background-color: #f9f9f9;}
div#tab3 { border: 2px solid #808080; background-color: #f9f9f9;}
div#tab4 { border: 2px solid #808080; background-color: #f9f9f9;}
div#tab5 { border: 2px solid #808080; background-color: #f9f9f9;}


#info{
	text-align: left;	/*文字位置*/
	margin-top:15px;	/*マージン*/
	clear: both;		/*回りこみ解除*/
}

.info{
	border: solid #808080;		/*ライン色*/
	border-width:4px 0 0 0;		/*ライン*/
	text-align: left;			/*文字位置*/
	margin-right: 20px;			/*マージン*/
	padding: 5px;				/*パディング*/
	background-color: #f9f9f9;	/*背景色*/
	font-size: 12px;			/*フォントサイズ*/
}

#newwwamidasi{
	width: 110px;	/*横幅*/
	float: left;	/*回りこみ*/
}

#newwwaitiran{
	width: 50px;		/*横幅*/
	margin-right: 20px;
	text-align: right;
	float: left;		/*回りこみ*/
	font-size: 80%;
}


#newwwa{						/*新着WWA部分*/
	width: 150px;				/*横幅*/
	height: 100px;				/*高さ*/
	clear: both;				/*回りこみ解除*/
	float: left;				/*回りこみ*/
}

#rankingmidasi{
	width: 150px;	/*横幅*/
	float: left;	/*回りこみ*/
}

#rankingitiran{
	width: 30px;		/*横幅*/
	margin-right: 20px;
	text-align: right;
	float: left;		/*回りこみ*/
	font-size: 80%;
}

#ranking{						/*前回ランキング部分*/
	width: 170px;				/*横幅*/
	height: 100px;				/*高さ*/
	float: left;				/*回りこみ*/
}

#wwanewsmidasi{
	width: 120px;	/*横幅*/
	float: left;	/*回りこみ*/
}

#wwanewsitiran{
	width: 130px;		/*横幅*/
	margin-right: 20px;
	text-align: right;
	float: left;		/*回りこみ*/
	font-size: 80%;
	overflow: hidden;
}

#wwanews{			/*WWA情報部分*/
	width: 240px;	/*横幅*/
	height: 100px;		/*高さ*/
	float: left;	/*回りこみ*/
}

#newsmidasi{
	width: 150px;	/*横幅*/
	float: left;	/*回りこみ*/
}

#newsitiran{
	width: 100px;		/*横幅*/
	text-align: right;
	float: left;		/*回りこみ*/
	font-size: 80%;
}

#news{							/*新着情報部分*/
	width: 240px;				/*横幅*/
	height: 100px;				/*高さ*/
	float: left;				/*回りこみ*/
	margin-right: 0px;			/*マージン*/
}

.red{
	color: red;
}