﻿@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++++++++++ contentsWide */
#contentsWide .news{
	width: 780px;
	margin: 0px auto;
	/*padding-top: 26px;*/
}
#contentsWide .news .newsList{
	height: 26px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: right;
}
#contentsWide .news .newsBox{
	clear: both;
	width: 780px;
}
#contentsWide .news .newsBox .newsDate{
	float: left;
	width: 90px;
	padding: 2px 0px;
	text-align: left;
	color: #F26422;
}
#contentsWide .news .newsBox .newsDetail{
	float: left;
	text-align: left;
	width: 666px;
	padding: 2px 0px 6px 24px;
	background: url(../images/newsBg.gif) 0px 6px no-repeat;
}
#contentsWide .news .newsFooter{
	margin: 6px 0px 6px 0px;
	background: url(../images/newsFooter.gif) 0px 0px no-repeat;
}

/* detail */
/*#contents h1{
	position: relative;
	margin: 0px;
	width: 830px;
}
#contents h1 a{
	position: absolute;
	text-align: right;
	width: 830px;
	height: 20px;
	top: 43px;
	left: 0px;
}
#contents h1 a img{
	padding-right: 2px;
}*/
/*#contents h2{
	margin: 0px 0px 24px 0px;
}*/
#contents h2{
	font-size: 155%;
	color: #00633D;
	line-height: 1.1em;
	font-weight: bold;
	padding: 8px 0px 2px 6px;
	margin: 0px 0px 24px 0px;
	border-bottom: 1px dotted #00633D;
	
}
#contents h3{
	margin: 0px 0px 18px 0px;
	padding: 1px 0px 2px 8px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3em;
	color: #944C34;
	border-left: 6px solid #944C34;
	border-bottom: 1px solid #999999;
}
#contents p.date{
	margin: 0px 0px 0px 6px;
	color: #F26422;
}