@charset "UTF-8";


/* ****************************************************
Title: top.css
Created: 2009/8/13
Last Modified: 2009/9/4
***************************************************** */


#mainImage {
	padding-left: 6px;
	clear: both;
}

#topUnderContent {
	height: 355px;
	clear: both;
}

#leftCol {
	width: 290px;
	margin-left: 6px;
	margin-top: 14px;
	float: left;
}

#leftCol .tit {
	background: url(../img/tit_left.jpg) no-repeat;
	height: 30px;
	width: 290px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#leftCol .tit .view {
	bottom: 20px;
	left: 230px;
	position: relative;
}

#leftCol .dateArea {
	height: 275px;
}

.dateArea dl {
	margin: 0 10px;
	padding-top: 8px;
}

.dateArea dt {
	color: #6a3a0d;
	font-size: 0.8em;
	font-weight: bold;
}

.dateArea dd {
	margin-bottom: 0.5em;
	border: 1px dotted #666666;
	border-width: 0 0 1px 0;
}

.dateArea {
	background-color: #e3e3e3;
	padding-bottom: 15px;
	margin-top: 10px;
}

#middleCol {
	width: 430px;
	float: left;
	margin: 14px 0 0 20px;
}

#middleCol .tit {
	background: url(../img/tit_mid.jpg) no-repeat;
	height: 30px;
	width: 430px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#middleCol .tit .view {
	bottom: 20px;
	left: 372px;
	position: relative;
}

#gallery .dateArea {
	height: 120px;
}

#galleryBox {
	clear: both;
	margin-left: 10px;
}

#gallery .galleryItem {
	width: 128px;
	float: left;
	padding:8px 10px 0 0;
}

.photo {
	text-align: center;
	margin:0 auto;
	height:88px;
	width:128px;
	overflow:hidden;
}

.photo img {
	border:1px solid #cccccc;
}

div.photo a:hover img{
	filter: Alpha(opacity=50); /* for IE */
	opacity: 0.5; /* other browser */
}

.galleryItem p {
	font-size: 0.8em;
}

#event {
	clear: both;
	padding-top: 15px;
}

.tit p {
	padding: 0.2em 0 0 1.5em;
}

#rightCol {
	float: right;
	width: 152px;
	margin-top: 14px;
}
