﻿@charset "UTF-8";
/*
	common.css fix
---------------------------------------------------------------*/
#content h3 {
	font-weight: normal;
	background: url(/2009/common/images/it_line.gif) no-repeat bottom;
	margin-bottom: 7px;
	padding: 5px 0 10px;
	border: none;
}

/*
	nwe.css fix
---------------------------------------------------------------*/
div.pageNaviArea {
	height: 28px;
}

div.pageNaviArea p.viewSelectArea {
	left: 65px;
}

/*
	legact styles
---------------------------------------------------------------*/
div.section_wrap_bottom {
	background: url(/2009/common/images/it_frame02.gif) no-repeat bottom;
	padding-bottom: 6px;
}

div.section_wrap_top {
	background: url(/2009/common/images/it_frame01.gif) no-repeat;
	padding-top: 6px;
}

div.section {
	background: url(/2009/common/images/it_frame03.gif) repeat-y;
	padding: 15px 22px;
}

div.section div.section_left {
	width: 115px;
	float: left;
}

	div.section div.section_left p.time {
		background: #333;
		color: #fff;
		font-size: 11px;
		text-align: center;
		padding: 1px 0;
		margin-top: 1px;
	}
	
	div.section div.section_left p.author {
		padding-top: 5px;
		font-size: 11px;
	}

div.section div.section_center {
	width: 435px;
	float: left;
	margin-left: 20px;
}

	div.section div.section_center p.category {
	display: block;
	background: #3D62AD;
	padding: 0 5px;
	height: 13px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
	line-height: 1.2;
	margin-left: 10px;
	}

	
	div.section div.section_center p.date {
		width: 50px;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.1;
		float: left;
	}

div.section div.section_right {
	width: 95px;
	float: left;
	margin-left: 20px;
}
