@charset "Shift_JIS";

@import "base.css";
@import "sidebar.css";
@import "contents.css";

#page_title{
	background:url(/img/h1-special.jpg) no-repeat;
	}

.special_block {
	display: block;
	width:620px;
	margin:10px;
	overflow:hidden;
	text-align:left;
	font-size:116%;
	}

.special_block_left{
	display:block;
	width:300px;
	float:left;
	}
.news_block_right{
	display:block;
	width:315px;
	float:right;
	margin-left:5px;
	}

.news_block_right .news_title{
	font-size:116%;
	border-bottom:3px double #F2DAD5;
	}
.news_block_right .news_title a{
	font-size:123.1%;
	background:url(../../img/arrow_circle_bl.gif) 0 3px no-repeat;
	padding-left:18px;
	padding-bottom:10px;
	}

.news_list_block .news_title{
	background-color:#F2F2F2;
	padding:3px;
	}
.news_list_block .news_title a{
	display:block;
	font-size:116%;
	font-weight:bold;
	background:url(../../img/arrow_circle_bl.gif) 0 0 no-repeat;
	padding-left:18px;
	padding-bottom:10px;
	}

.news_box dt{
	text-align:right;
	margin:3px 0;
	font-size:93%;
	font-weight:bold;
	}

.news_detail{
	margin:5px 0 5px 5px;
	}

.news_date{
	color:#999999;
	font-size:108%;
	text-align:right;
	}

.news_list_block{
	width:630px;
	margin:0 auto;
	text-align:center;
	}

.news_list{
	display:block;
	margin-top:5px;
	text-align:left;
	background:url(../../img/border_striped.gif) repeat-x 0 bottom;
	padding-bottom:5px;
	}
.news_list dt{
	width:75px;
	float:left;
	}
.news_list dd{
	width:550px;
	float:left;
	margin-left:3px;
	}
.news_list{}



