@charset "utf-8";
@import url("../../css/import.css");
@import url("../../css/aside.css");
/* ===================================================================
CSS information

 file name  :info.css
 author     :Lyon
 style info :info系ページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	.インフォメーション　上半分
----------------------------------------------------------- */
.information h2 {
	width:632px;
	height:92px;
	margin:0 0 10px 0;
	background:url(../img/moriguide.gif) no-repeat;
}

.information h3 {
	width:632px;
	height:36px;
	margin:0 0 15px 0;
	background:url(../img/information/bar_information.gif) no-repeat;
}

.information p {
	letter-spacing:1px;
}

/* -----------------------------------------------------------
	.インフォメーションリスト
----------------------------------------------------------- */
.infoBlock h4 {
	width:630px;
	background:url(../../img/share/bar_title_bottom2.gif) no-repeat bottom #8dc21f;
	color:#fff;
	overflow:hidden;
	clear:both;
}

.infoBlock h4 .infoTitle {
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	background:url(../../img/share/bar_maru.gif) no-repeat left 45%;
	display:inline;
	font-size:117%;
	text-indent:5px;
	float:left;
}

.infoBlock .infoTitleTop {
	width:630px;
	height:4px;
	background:url(../../img/share/bar_title_top2.gif) no-repeat top;
}

/* -----------------------------------------------------------
	.イベント情報　画像　テキスト
----------------------------------------------------------- */

.infoContent {
	width:616px;
	padding:8px 8px 15px 8px;
	overflow:hidden;
}

.infoContent img {
	margin:0 0 10px 20px;
	border:2px solid #dcdacb;
	background:#eee;
	float:right;
}

.infoContent table {
	margin:0 0 8px 0;
	color:#4d4d4d;
	font-weight:bold;
	/*background-color:#f5fafd;*/
}

.infoContent th {
	padding:0 0 4px 0;
	vertical-align:top;
}

.infoContent td {
	padding:0 0 4px 0;
	vertical-align:top;
}

.infoContent p {
	margin:0 0 8px 0;
}

.infoContent p.txtWidth400 {
	width:392px;
}

.infoContent p.txtWidth450 {
	width:442px;
}

.infoContent p a {
	padding:0 0 0 8px;
	color:#7ab500;
	background:url(../../img/index/arrow_off.gif) no-repeat scroll left 40%;
}

.infoContent p a:hover {
	color:#7ab500;
	text-decoration:underline;
	background:url(../../img/index/arrow_on.gif) no-repeat scroll left 40%;
}