﻿@charset "UTF-8";

/*-- sub side --*/

#side_nav{
	top:5px;
	left:25px;
	position:relative;
	clear:both;
}

#side_nav li{
	list-style:none;
	padding:0 0 9px 0;
}

/*-- top main --*/

#all_box{
	overflow: hidden;
	height: auto;
	width: 834px;
}

#side_box{
	float:left;
	width:188px;
	overflow:hidden;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#side_middle{
	height:27px;
	background:url("../images/side_top_bg.png") repeat-x;
}

#side_under{
	background:url("../images/side_middle_bg.png") repeat-y;
	width:188px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#main_box{
	float:right;
	width:646px;
}

#main_top{
	height:29px;
	background:url("../images/main_top_bg.png") no-repeat;
}

#main_contents{
	width:646px;
	background:url("../images/main_bg_middle.png") repeat-y;
}

#main_title{
	width:232px;
	top:0px;
	left:601px;
	position:absolute;
	clear:both;
}

*:first-child+html #main_title{
	left:602px;
}

#bb_line{
	width:118px;
	height:195px;
	top:-166px;
	background:url("../images/bg_bbline.png") no-repeat;
	position:relative;
}

/*-- break news --*/

dl{
	margin:10px 0 15px 15px;
	background-image:url("../images/break_news.gif");
	background-repeat:no-repeat;
}

dt{
	font-weight:bold;
	font-size:14px;
	color:#333;
	padding:15px 0 0 20px;
}

dd.date{
	color:#ffba00;
	font-weight:600;
	font-size:12px;
	letter-spacing:0.1em;
	padding:2px 0 0 262px;
}

dt.title{
	background-image:url("../images/break_news_under.png");
	background-repeat:no-repeat;
}

dd.comment{
	font-size:12px;
	color:#333;
	padding:20px 0 0 20px;
	line-height:1.5em;
}