﻿@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++ side */
#side{
	float: right;
	padding: 0px 20px 0px 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ contents */
#contents{
	float: left;
	padding: 0px 0px 0px 15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ topMainImage */
#topMainImage{
	width: 800px;
	height: 250px;
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #C7C8BF;
	overflow: hidden;
	background: url(images/topMainImage.jpg);
}
#topMainImage  h1{
	display: block;
	text-indent: -9999px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ topNavi */
#contents #topNavi{
	width: 550px;
	margin: 0px 0px 22px 0px;
	background: url(images/topNaviBg.gif) repeat-y;
}
#contents #topNavi .topNaviBox{
	float: left;
	width: 183px;
}
#contents #topNavi ul{
}
#contents #topNavi li{
	list-style: none;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	background:url(common/images/listBg01.gif) 10px 6px no-repeat;
	line-height: 1.1em;
}
#contents #topNavi p{
	margin: 0px 0px 0.5em 0px;
	padding: 4px 8px 0px 8px;
	color: #847E66;
	line-height: 1.3em;
}
#contents #topNavi .topNaviSub{
	padding: 4px 8px 0px 10px;
	color: #868475;
	font-weight: bold;
}

/*+++++++++++++++++++++++++++++++++++++++++++ news */
#contents .news{
	width: 530px;
	padding: 0px 10px;
}
#contents .news .newsBox{
	clear: both;
	width: 530px;
	border-bottom: 1px dotted #A2A094;
}
#contents .news .newsBox .newsDate{
	float: left;
	width: 80px;
	padding: 5px 6px 6px 6px;
	color: #847E66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
#contents .news .newsBox .newsDetail{
	float: left;
	width: 434px;
	padding: 6px 0px 6px 0px;
	color: #847E66;
	text-align: left;
}
#contents .news .newsBox .newsDetail a{
	color: #847E66;
}

/*+++++++++++++++++++++++++++++++++++++++++++ other */
#contents .topTitle{
	margin: 0px;
	padding: 0px 0px 16px 0px;
}
