/* ///////////////////////////////////////////////

ファイル名：event.css
適応ページ：イベントカレンダーのページ

----------------------------

このCSSの内容

1. hx タグの設定(h1,h2等)
2. header の設定
3. コンテンツ部分の設定

X. etc

/////////////////////////////////////////////// */


/* 1. hx タグの設定(h1,h2等)
--------------------------------------------- */

h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2. header の設定
--------------------------------------------- */

/* ページ上部ナビの「イベントカレンダー」を選択した状態 */
#mainNavi li#eventBtn a {
	width: 138px;
	height: 35px;
	background: transparent url(../img/base/navi_eventcal.gif) no-repeat -150px 0;
}


/* タイトル写真 */
#event #header #photoTit {
	clear: both;
	width: 770px;
	height: 140px;
	margin: 4px 0 0 0;
	padding: 0;
	background: transparent url(../img/event/eventcal_tit_photo.jpg) no-repeat 0 0;
}


/* 3. コンテンツ部分の設定
--------------------------------------------- */
#event #contents #contentsBox h3 {
	width: 570px;
	height: 34px;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/event/eventcal_tit.gif) no-repeat 0 0;
}

#event #contents p {
	margin: 0;
}

/*テーブル*/
div#eventTable table {
margin:0;
padding:0;
border:1px #D7D7D7 solid;
width:100%;
border-collapse:collapse;
}

div#eventTable caption {
display:none;
}

div#eventTable td.color {
background-color:#D0D0D0;
width:25px;
}

div#eventTable td {
border-bottom:1px #D7D7D7 solid;
border-collapse:collapse;
padding:5px;
}

div#eventTable th {
border-bottom:1px #D7D7D7 solid;
border-collapse:collapse;
width:95px;
}




/* X. etc
--------------------------------------------- */
