@charset "utf-8";
/* CSS Document */

@import url("common.css");/* 共通項目 */
@import url("header.css");/* ヘッダー */
@import url("menu.css");/* 左メニュー */
@import url("right.css");/* 右メニュー */
@import url("footer.css");/* フッター */

#wrapper{
	width:1000px;
	height:100%;
	margin:auto;
	position: relative;
	background:#FFF;
}

#main{
	width:810px;
	float:right;
}

#contents{
	width:605px;
	float:left;
	position: relative;
}

/*------------FLASH風------------*/
#main #contents #main_image{
	margin:0 0 10px 0;
	background-image: none;
	padding:0;
	height:233px;
	overflow:hidden;
}

/*------------センターリンク集------------*/
#main #contents #center_link{
	width:605px;
	height: 112px;
}

#main #contents #center_link h3{
	float:left;
	margin:0 1px 2px 0;
	padding:0;
	background-image: none;
	height: 48px;
}

#main #contents #center_link h3.last{
	margin-right:0;
}

/*------------whatsnew------------*/
#main #contents #whatsnew{
	width:605px;
	margin-bottom: 15px;
	clear: both;
}

#main #contents #whatsnew h2{
	float: left;
	display: inline;
	/* margin:0 330px 0 0; Pickup記事用バナーをおいてるので以下に変更 */
	margin:0 125px 0 0; /* バナー有り用 for major browsers */
	_margin-right:122px; /* バナー有り用 for ie6 */
	padding:0;
	background-image: none;
}

#main #contents #whatsnew dl{
	border-bottom:dashed 1px #336600;
}

#main #contents #whatsnew dl.none{
	border-bottom:none;
}

#main #contents #whatsnew dt{
	width:90px;
	float:left;
	padding:4px 0 7px 10px;
	color: #FF6600;
}

#main #contents #whatsnew dt img{
	margin-right:5px;
}

#main #contents #whatsnew dd{
	width:460px;
	float:left;
	margin:5px 0;
}

/*------------road------------*/
#main #contents #road{
	width:605px;
	margin-bottom: 15px;
	clear: both;
}

#main #contents #road h2{
	display: inline;
	background-image: none;
	padding:0;
}

#main #contents #road ul{
	width: 605px;
	padding: 15px 10px 15px 0;
}

#main #contents #road ul li{
	float:left;
	width: 150px;
	height:110px;
	font-size: 10px;
	text-align: center;
}

