@charset "UTF-8";
/* CSS Document */

/*ベース*/

#main{
	width:860px;
	margin:0px 20px;
	font-size:75%;
}

#left{
		float:left;
		width:350px;
}

#right{
		float:right;
		width:490px;
}

/*ヘッダー*/

#header p{
		margin-bottom:10px;
}

/*左ボディ*/

#left ul{
	width:350px;
	padding-right:20px;
}

#left li{
	margin-bottom:10px;
}

#left img{
	display:block;
}

/*右ボディ*/

#right h2{
	padding-bottom:10px;
	margin-top:8px;
}

#right .news{
	border:solid 2px #f1f1f1;
	padding-bottom:20px;
}

#right dl{
	padding:10px 10px;
	width:446px;
	background:url(../images/top/news_bk.gif) repeat-x bottom left;
	margin:0 10px;
}

dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#right dt{
	float:left;
	padding:5px 25px 0 20px;
	background:url(../images/top/news_icon.gif) no-repeat 0.5em 1.6ex;
	width:75px;
}

#right dd{
	float:left;
	padding-top:5px;
	text-align:left;
	width:326px;
}








