﻿@charset "UTF-8";

#news #primaryHeader {
	height: 80px;
}
#news #primaryContents {
	padding-bottom: 25px;
}
#news h3 {
	font-size: 14px;
	text-align: center;
	line-height: 2em;
}


#news .news_box00 {
	display: none;
}



#news .news_box01 {
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
}
#news .news_detail {
	width: 490px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #0099CC;
	text-align: left;
	position: relative;
}



#news .news_title {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/news/mark01.gif);
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #333333;
	margin-left: 5px;
}


#news .news_img {
	height: 120px;
	width: 120px;
	border: 1px solid #0099CC;
	left: 5;
	top: 5;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(../images/news/news_logo.gif);
	background-repeat: no-repeat;
}
.news_detail #news_txt {
	width: 342px;
	top: 8px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	left: 136px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.news_box01 .box_clear {
	line-height: 2px;
	clear: both;
	height: 2px;
	margin: 0px;
}

.bold {
	font-weight: bold;
}
#news .update {
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
	margin-left: 1em;
}

#news #page_navi {
	font-size: 14px;
	color: #CC3300;
	line-height: 2em;
	text-align: center;
	margin-top: 15px;
}
#news #page_navi a {
	color: #0099CC;
	text-decoration: underline;
}
#news #page_navi a:hover {
	color: #CC3300;
	text-decoration: none;
}

