@charset "utf-8";
/* CSS Document */

/* 【イベント情報】スタイル */

@import "reset_style.css";
@import "base.css";


/* オリジナルスタイル */

.day {
	color: #009900;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.day2 {
	color: #FF0000;
	line-height: 22px;
	font-size: 30px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.day3{
	color: #0066FF;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}










/* メニューのダウンイメージ */

ul.nav li#nav_event {
	background-image: url(../images/base/list_event_over.gif);
	background-repeat: no-repeat;
}
ul.nav li#nav_event a {
	background-image: url(../images/base/list_event_down.gif);
	background-repeat: no-repeat;
}


/* イベント情報固有スタイル */


.contents {
}

.top_image {
	margin: 0 0 15px 0;
}

.box {
	width: 480px;
	margin: 0 auto 30px auto;
	border-bottom: 2px dotted #cccccc;
}

h3 {
	padding: 0 0 0 10px;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #ff5500;
	color: #505050;
}

h4 {
	padding: 0 0 0 10px;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #ff0066;
	color: #FF00FF;
}

h5 {
	padding: 0 0 0 10px;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #FFFF66;
	color: #0099FF;
}



h6 {
	padding: 0 0 0 10px;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #00FFFF;
	color: #00CC00;
}





.date {
	text-align: right;
}

.text {
	padding: 10px 5px 10px 5px;
	color: #333333;
	line-height: 17px;
	font-size: 13px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_top {
	margin: 0 82px 20px 0;
	text-align: right;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.right_text {
	width: 260px;
	float: right;
	padding: 10px 5px 10px 5px;
	color: #333333;
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.left_img {
	width: 180px;
	margin: 10px 0 10px 0;
	padding: 2px;
	border: 3px solid #dddddd;
	float: left;
}

.text_only {
	width: 460px;
	float: right;
	padding: 10px 5px 10px 5px;
	color: #333333;
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


