@import url("global.css");

h2.eve_title{
	width:720px;
	margin-top:-24px;
	margin-bottom:20px;
	padding-top:24px;
	padding-left:10px;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.title_hokkaido{
	background:url(../event/img/title_hokkaido.png) no-repeat left top;
}
.title_tohoku{
	background:url(../event/img/title_tohoku.png) no-repeat left top;
}
.title_hokuriku{
	background: url(../event/img/title_hokuriku.png) no-repeat left top;
}
.title_shinetsu{
	background: url(../event/img/title_shinetsu.png) no-repeat left top;
}
.title_kantou{
	background: url(../event/img/title_kantou.png) no-repeat left top;
}
.title_tokai{
	background: url(../event/img/title_tokai.png) no-repeat left top;
}
.title_kansai{
	background: url(../event/img/title_kansai.png) no-repeat left top;
}
.title_cyugoku{
	background: url(../event/img/title_cyugoku.png) no-repeat left top;
}
.title_shikoku{
	background: url(../event/img/title_shikoku.png) no-repeat left top;
}
.title_kyusyu{
	background: url(../event/img/title_kyusyu.png) no-repeat left top;
}

.links{
	background:#D8F0FA;
	border:1px solid #92B4E7;
	padding:5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* カテゴリ別イベント一覧 */
#eventlist{
	padding-bottom:30px;
}
#eventlist li{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:15px;
	padding-bottom:15px;
}
.color_hokkaido a{
	color:#D5445E;
}
.color_tohoku a{
	color:#78C8F8;
}
.color_hokuriku a{
	color:#B68E07;
}
.color_shinetsu a{
	color:#437829;
}
.color_kantou a{
	color:#2184B4;
}
.color_tokai a{
	color:#28A27D;
}
.color_kansai a{
	color:#FF6600;
}
.color_cyugoku a{
	color:#8F68D9;
}
.color_shikoku a{
	color:#CF292E;
}
.color_kyusyu a{
	color:#949F2B;
}
.img{
	border:1px solid #DFDFDF;
	float:left;
}
.img img{
	vertical-align: bottom;
}
/* 一覧とエントリ共用 */
.txt{
	width:500px;
	float:right;
}
.txt p{
	margin-bottom:15px;
}
.date{
	text-align:right;
	margin-bottom:5px;
}

/* エントリー */

.entryimg{
	border:1px solid #DFDFDF;
}
.entryimg img{
	vertical-align: bottom;
}
.pdffile a{
	width:202px;
	height:53px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background:url(../event/img/bn_pdf.jpg) no-repeat left top;
}
.pdffile a:hover {
	background-position:right bottom;
}

/* サイド最新イベント一覧 */

.sidelist dt{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	width:210px;
	height:30px;
	padding-bottom:5px;
}
.sidelist dt:hover {
	background-position:right top;
}
.shoplist{
	padding-bottom:10px;
}
.shoplist li{
	margin-bottom:5px;
	margin-left: 1em;
	text-indent: -1em;
	line-height:1.5;
}
/* hokkaido */
.hokkaido dt{
	background: url(../event/img/list_hokkaido.gif) no-repeat left top;
}
.hokkaido a {
	color:#D5445E;
}
/* tohoku */
.tohoku dt{
	background: url(../event/img/list_tohoku.gif) no-repeat left top;
}
.tohoku a {
	color:#78C8F8;
}
/* hokuriku */
.hokuriku dt{
	background: url(../event/img/list_hokuriku.gif) no-repeat left top;
}
.hokuriku a {
	color:#B68E07;
}
/* shinetsu */
.shinetsu dt{
	background: url(../event/img/list_shinetsu.gif) no-repeat left top;
}
.shinetsu a {
	color:#437829;
}
/* kantou */
.kantou dt{
	background: url(../event/img/list_kantou.gif) no-repeat left top;
}
.kantou a {
	color:#2184B4;
}
/* tokai */
.tokai dt{
	background: url(../event/img/list_tokai.gif) no-repeat left top;
}
.tokai a {
	color:#28A27D;
}
/* kansai */
.kansai dt{
	background: url(../event/img/list_kansai.gif) no-repeat left top;
}
.kansai a {
	color:#FF6600;
}
/* cyugoku */
.cyugoku dt{
	background: url(../event/img/list_cyugoku.gif) no-repeat left top;
}
.cyugoku a {
	color:#8F68D9;
}
/* shikoku */
.shikoku dt{
	background: url(../event/img/list_shikoku.gif) no-repeat left top;
}
.shikoku a {
	color:#CF292E;
}
/* kyusyu */
.kyusyu{
	padding-bottom:20px;
}
.kyusyu dt{
	background: url(../event/img/list_kyusyu.gif) no-repeat left top;
}
.kyusyu a {
	color:#949F2B;
}

