@charset "UTF-8";

/* ========= Movable Type用 ============== */
#MainCont {
	width: 660px;
	float: right;
	background: url(../common/img/img_bg-contstart.jpg) no-repeat top;
}

#pankuzu {
	padding-bottom: 10px;
	margin-left: 3px;
}

#MainCont h2 {
	width: 642px;
	margin: 7px 0px 0px 7px;
}

ul.ToParent {
    list-style: none;
    text-align: center;
	padding:15px 0 5px 0;
}

ul.ToParent a,
ul.ToParent a:visited {
    width: 300px;
	padding: 6px 24px 4px 10px;
	margin: 0 0 5px 0;
	background: url(img/btn_back.gif) right center no-repeat #e8e8e8;
	border: 1px solid #acacac;
	text-decoration:none;
	color: #333333;
}


ul.ToParent a:hover {
    background: url(img/btn_back.gif) right center no-repeat #f5f5f5;
}


ul.ToPageTop {
    margin-right: 6px;
	padding-top: 10px;
}

em {
    font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragio Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック",sans-serif;
}



/* イベント情報一覧、ニュース&トピックス一覧ページ　共通CSS =================== */
#EventNewsMain,
#EventNewsDetail { 
    padding: 0 0 0 16px;
	margin: 0px 0 0 0;
	width: 620px;
}

#EventNewsMain ul {
    list-style: none;
}

#EventNewsMain li {
    display: block;
	background: url(../common/img/img_circle.gif) no-repeat 5px 15px;
	padding: 10px 5px 10px 15px;
	border: 2px solid #F4F1E7;
	margin: 0 0 5px 0;
}

/* イベント情報詳細ページ ======================== */

#EventNewsDetail h3 {
    padding: 0 0 6px 0;
	margin:3px 0 10px 0;
    font-size: 120%;
	font-weight: bold;
	background:url(img/ttl_event-news.gif) repeat-x bottom;
}

#EventNewsDetail p {
    margin:0 0 8px 0;
}

#EventNewsDetail #gray {
    padding: 10px 10px 2px 10px;
	margin: 2px 0 20px 0;
    background: #f0f0f0;
	border: 1px solid #e3e3e3;
}


#EventNewsDetail #picArea {
    text-align: center;
	padding: 0;
}

#EventNewsDetail #picArea img {
    display: inline;
	margin: 5px;
}
















