@charset "UTF-8";

/*==================================================

	トップページ
	/index.html

===================================================*/

/*--------------------------------------------------

	MaimImg
	メインイメージ/フラッシュ
	
--------------------------------------------------*/
#MainVisual {	height: 300px;}
#MainVisual h1 {
	width: 850px;
	height: 300px;
	margin: 0px auto;
}

/*--------------------------------------------------

	Contents
	メインコンテンツ

	#LeftBox			#RightBox
	-EventBox
	-TopicBox
	
--------------------------------------------------*/
/*ヘッダーサブナビゲーション
--------------------------------------------------*/
#HeaderSubNavi li#BtnHome a {background-position: 0px -11px;}

#Contents {
	position: relative;
	width: 850px;
	margin: 0px auto 40px;
	padding: 10px 0px;
}

#Contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*** left-左側コンテンツ ***/
#Contents #EventBox {
	display: inline;
	position: relative;
	float: left;
	width: 300px;
	margin: 0px 10px 0px 0px;
}

#Contents #TopicBox {
	display: inline;
	position: relative;
	float: left;
	width: 300px;
	margin: 0px 10px 0px 0px;
}

#Contents #EventBox h3 em,
#Contents #TopicBox h3 em {
	position: absolute;
	top: 0px;
	right: 12px;
	width: 4.5em;
}

#Contents #EventBox h3 span,
#Contents #TopicBox h3 span {
	position: absolute;
	top: 0px;
	right: -2px;
	font-size: 0.875em;
	width: 4.5em;
}

#Contents #EventBox h3 span a,
#Contents #TopicBox h3 span a {
	color: #7A7A00;
	text-decoration: underline;
}

#Contents #EventBox h3 span a:hover,
#Contents #TopicBox h3 span a:hover {
	color: #BABA00;
}

#Contents #EventBox dl,
#Contents #TopicBox dl {
	width: 300px;
	margin: 15px 0px;
	border-bottom: 1px solid #ebebeb;
}

#Contents #EventBox dt,
#Contents #TopicBox dt {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	background: url(common/img/mark_article.gif) no-repeat left 3px;
}

#Contents #EventBox dt a,
#Contents #TopicBox dt a {
	color: #333;
	text-decoration: underline;
}

#Contents #EventBox dt a:hover,
#Contents #TopicBox dt a:hover {
	text-decoration: none;
}

#Contents #EventBox dd,
#Contents #TopicBox dd {
	margin: 0px;
	padding: 0px 0px 15px 15px;
	color: #cc6600;
	font-size: 83.3%;
	line-height: 1.4;
}

#Contents #EventBox h4,
#Contents #TopicBox h4 {
	float:right;
	padding: 0px 0px 0px 12px;
	text-align: right;
	background: url(common/img/mark_page01.gif) no-repeat left top;
}

/*** Banner Box ***/
#Contents #BannerBox {
	position:relative;
	float: right;
	width: 220px;
}
#Contents #BannerBox li {
	width: 214px;
	margin: 0px 0px 20px;
	padding: 1px;
	border: 2px solid #ccc;
}