@charset "utf-8";

/*コンテンツ全体*/
body {font-size: 0.9em; line-height: 1.65;}
#container {
	margin: 0 6px;
	background: #F6F6EC;
}

/*見出し関連*/
div#event_news {
	width: 100%;
	height: 50px;
	background: #FFFFFF url(../images/h2_bg.gif) repeat-x 0 0;
	position: relative;
	padding: 0 0 20px;
}
div#event_news h2 {
	height: 24px;
	background: url(../../images/index/title_eventnews.jpg) no-repeat 0 14px;
	text-indent: -9999px;
	padding: 14px 0 6px;
}
div#event_news p {
	width: 113px;
	height: 17px;
	background: url(../../images/common/prepage.gif) no-repeat 0 -17px;
	position: absolute;
	top: 15px;
	right: 0;
	overflow: hidden;
}
div#event_news p a {
	width: 113px;
	height: 17px;
	background: url(../../images/common/prepage.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
div#event_news p a:hover {
	background: url(../../images/common/prepage.gif) no-repeat 0 -17px;
}
h3 {
	height: 38px;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/h3_bg.jpg) no-repeat 0 0;
	margin: 0 0 21px;
	padding: 11px 0 0 15px;
}
h4 {
	padding: 0 0 1em 40px;
}
h4 a {
	font-size: 1.2em;
}
h4 span {
	vertical-align: middle;
}
/* パンくずリスト */
div#pan {
	width: 100%;
	height: auto;
	color: #CCCCCC;
	background: #fff;
}
div#pan a {
	color: #CCCCCC;
	text-decoration: none;
}
div#pan a:hover {
	text-decoration: underline;
}
div#pan span.nowposition {
	font-weight: bold;
	color: #44B4E3;
	text-decoration: none;
}

/* イベント＆ニュース */
div.eventBox {
	width: 100%;
	height: auto;
	padding: 0 0 24px;
}
div.eventBox p {
	width: 618px;
	height: auto;
	padding: 0 40px 0 40px;
	float: left;
}
div.eventBox ul {
	width: 150px;
	height: auto;
	padding: 0 40px 0 0;
	float: right;
}
div.eventBox ul li {
	width: 150px;
	height: auto;
	padding: 0 0 10px;
}
/*p.pagetop {
	padding: 0 0 24px;
}*/

/* セレクトエリア */
div.selectarea {
	text-align: center;
	margin: 10px 0;
}
div.selectarea span.nolink{
	color: #CCCCCC;
}

.pagetop a {
	width: 114px;
}

