/* リスト表示
------------------------------------------------- */
.list {
	padding-bottom: 2px;
	width: 540px;
	margin: 15px 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.list-f {
	padding-bottom: 2px;
	width: 755px;
	margin: 15px 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.list #title a {
	color: #666666;
}
.list #title a:hover {
	color: #CC0000; 
	text-decoration: none; 
} 

/* 詳細ページ
------------------------------------------------- */

.ttl_frame h1 {
	display: inline;
}
.ttl_frame {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA806A;
	margin-top: 5px;
}
#category {
	padding: 2px 2px 2px 5px;
	background-color: #EDE2C7;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
}
.area_date {
	padding: 2px;
	text-align: right;
	background-color: #EDE2C7;
	color: #755241;
	margin-top: 5px;
	margin-bottom: 5px;
}
.editor {
	width: 95%;
	text-align: left;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA806A;
	margin-right: auto;
	margin-left: auto;
}
.editor_f {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.shopping_frame ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
}
.error_message {
	text-align: center;
}


/* イベント用
------------------------------------------------- */
#event_title01 {
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 7px;
	background-color: #DEE8F1;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8596CF;
	line-height: 18px;
	color: #000099;
}
#event_title02 {
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 7px;
	background-color: #DAEDC2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #88B960;
	line-height: 18px;
	color: #006600;
}
#event_title03 {
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 7px;
	background-color: #FFEBA6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EB9F43;
	line-height: 18px;
	color: #AA5100;
}
.event_list #caption {
	font-size: 12px;
	line-height: 18px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C9CBCD;
	padding-left: 5px;
}
.event_space-2 .list {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.event_list #date {
	font-size: 12px;
	color: #990033;
	padding-bottom: 10px;
}
.event_space-2 .list #caption div {
	height: 150px;
}
#title_sp {
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 7px;
	background-color: #F1CFDE;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF97B1;
	line-height: 16px;
	color: #B0005C;
}
#month01_bt {
	font-size: 12px;
	width: 110px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	float: left;
	background-color: #DEE8F1;
	border: 1px solid #8596CF;
	color: #000099;
	font-weight: bold;
}
#month02_bt {
	font-size: 12px;
	width: 110px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	float: left;
	background-color: #E4F2D5;
	border: 1px solid #88B960;
	color: #006600;
	font-weight: bold;
}
#month03_bt {
	font-size: 12px;
	width: 110px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	float: left;
	background-color: #FFF1BF;
	border: 1px solid #EB9F43;
	font-weight: bold;
	color: #000099;
}
#etc_bt {
	font-size: 12px;
	width: 150px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	float: left;
	font-weight: bold;
	background-color: #F7E1EB;
	border: 1px solid #DD7597;
}

#month01_bt a {
	color: #000099;
	text-decoration: none;
}
#month02_bt a {
	color: #006600;
	text-decoration: none;
}
#month03_bt a {
	color: #AA5100;
	text-decoration: none;
}
#etc_bt a {
	color: #B0005C;
	text-decoration: none;
}
