/* CSS Document */

@charset "utf-8";

/* Shop CSS */



.section .sectionTitle {
	color:#fff;
	padding:7px 13px 6px;
	background:#343795;
}
.sectionTitle h2 {
	float:left;
	width:460px;
}
.section .date {
	float:right;
	font-size:1.1em;
	font-weight:bold;
}
.sectionBody {
	padding:18px 15px 25px;
}
.section .pict {
	float:left;
}
.section .pict img {
	margin:0 10px 5px 0;
}
.section .icon {
	margin-right:5px;
}
.section .more {
	text-align:right;
	margin:19px 0 0;
}

.sectionBottom {
	clear:both;
	text-align:center;
	margin:0 5px;
	padding:9px 0 20px;
	border-top:1px solid #dedede;
}

/* Archives */
ul.entryList {
	font-weight:bold;
	margin:10px 15px 100px;
}
ul.entryList li {
	margin-bottom:10px;
	padding:0 0 0 12px;
	background:url(/img/list_mark_02.gif) no-repeat 0 0.45em;
}

.sectionNav {
	margin:0 auto;
	padding-bottom:70px;
	width:300px;
	text-align:center;
}
.sectionNav #btnBack { float:left; }
.sectionNav #btnNext { float:right; }

/* Event */
.eventArea .sectionTitle h2 {
	width:680px;
}


/* SideArea 
----------------------------------------------------------------- */
#sideArea {
	width:254px;
	float:right;
}
#sideAreaBody {
	border:1px solid #939393;
}
#sideArea h2 {
	color:#343795;
	padding:0 6px;
	height:31px;
	overflow:hidden;
}
#sideArea h2.sideTitle01 {
	background:#e6f9e5;
}
#sideArea h2.sideTitle02 {
	background:#e5f4f9;
}
.sideItem {
	margin:5px 10px 0;
	padding-bottom:10px;
}

.sideItem .sideInfoList dt {
	width:5em;
	float:left;
}
.sideItem .sideInfoList dd {
	margin:0 0 10px 5em;
}
.sideItem .categoryList li{
	margin-bottom:10px;
	padding:0 0 0 5px;
	background:url(/img/list_mark_01.gif) no-repeat 0 0.6em;
}
.sideItem .bknList li {
	margin-bottom:10px;
}



