@charset "Shift-JIS";

/*****************************************************
 *    イベント情報                                   *
 *****************************************************/


/* 背景色
---------------------------------------------------- */
#contents {
	background: #c5daf3 url(../img/bg.gif) repeat-y;
}


/* 基本スタイル（上書き）
---------------------------------------------------- */
#mainArea {
	width: 770px;
	display: inline-table;
	background: #FFFFFF url(../img/bg_side.gif) repeat-y;
	float: left;
	padding: 0px 0px 30px;
}
#mainArea:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html #mainArea {height: 1%;} 
#mainArea {display: block;}
/* */

#bannerArea {
	width: 190px;
	float: left;
	padding: 10px 0px 10px 10px;
} 


/* 基本スタイル
---------------------------------------------------- */
#sidePkg {
	width: 140px;
	float: left;
} 
#mainPkg {
	width: 600px;
	float: right;
	padding: 0px 15px;
}
#mainArea h2#pageTit {
	width: 770px;
	text-indent: -9999px;
	height: 75px;
}
#event #mainArea h2#pageTit {	background: url(../img/event_tit.gif) no-repeat;}
#movie #mainArea h2#pageTit {	background: url(../img/movie_tit.gif) no-repeat;}


/* サイドバナー
---------------------------------------------------- */
#sidePkg ul.bannerBox {
	width: 120px;
	list-style: none;
	padding: 0px 0px 5px 10px;
}
#sidePkg ul li {
	width: 120px;
	padding: 0px 0px 1px 0px;
}
#event #sidePkg ul li#eventBanner,
#movie #sidePkg ul li#movieBanner {
}


/* エントリー一覧
---------------------------------------------------- */
ul#entryAnchor {
	padding: 9px;
	width: 580px;
	margin: 0px 0px 20px;
	border: 1px solid #E8E8E8;
}
ul#entryAnchor li {
	width: 560px;
	background: url(../img/list_icon.gif) no-repeat 4px 0.4em;
	padding: 0px 0px 0px 20px;
}



/* エントリー
---------------------------------------------------- */
#mainPkg .entryBox {
}
.entryBox .entryTit {
	width: 598px;
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #E8E8E8;
}
.entryBox .entryTit p {
	font: normal x-small/1.3em Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #2185ff url(../img/entry_date_bg.gif) repeat-x left bottom;
	padding: 5px 9px;
	width: 578px;
	border: 1px solid #54a1ff;
	color: #FFFFFF;
}
.entryBox .entryTit h3 {
	font: bold medium/1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 9px;
	width: 578px;
	border: 1px solid #FFFFFF;
	background: url(../img/entry_tit_bg.gif) repeat-x left bottom;
}
.entryBox .entryTit h3 a {
	text-decoration: underline;
}

.entryBox .entryBody {
	width: 590px;
	padding: 0px 0px 40px 10px;
	font: normal small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.entryBox .entryBody img {
	display: inline;
}
.entryBox .entryBody p {
	padding: 0px;
	margin: 0px 0px 1.2em;
}

/* →詳しくはこちら */
.entryBox .entryBody p.entryMoreLink {
	width: 590px;
	height: 23px;
	position: relative;
}
.entryBox .entryBody p.entryMoreLink a {
	width: 91px;
	height: 23px;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(../img/btn_more.gif);
}

/* →一覧へ戻る */
.entryBox .entryBody p.entryBackLink {
	width: 590px;
	height: 23px;
	position: relative;
}
.entryBox .entryBody p.entryBackLink a {
	width: 85px;
	height: 23px;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(../img/btn_back.gif);
}

/* 「試写会情報」はがき表示 */
.entryBox .entryBody .hagakioff {
	display: none;
}


/* ページの先頭へ戻る
---------------------------------------------------- */
#gotop {
	width: 770px;
	float: left;
	clear: both;
}
