﻿@charset "utf-8";
/* CSS Document */

/* Main set
********************************************/
#main {
	margin-top:30px;
}

#main .box-right {
	width: 304px;
	float:right;
	height: 464px;
	overflow-y: scroll;
	margin-right: -20px;
	padding-right: 20px;
}

#main .box-left {
	width: 632px;
	float:left;
}

/*News
--------------------------------*/
#main .box-right h2 {
	margin-bottom:15px;
}

#main .box-right dl {
	background:url(../img/top/news_line_dash.gif) bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height:1.6;
}

#main .box-right dt {
	margin-bottom:5px;
	font-weight: bold;
}

/*category-link-box
--------------------------------*/
#main .box-left .category-link-box {
	width: 632px;
	height: 121px;
	margin-top:30px;
}

#main .box-left .category-link-box p {
	float: left;
	margin-right:24px;
}

#main .box-left .category-link-box p.last {
	margin-right:-24px;
}
