@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: September 17, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/

#body .contents .column h4 {
	font-size: 114%;
}
#body .contents .column .summary h3 {
	font-size: 152%;
	font-family: helvetica,clean,Hiragino Kaku Gothic Pro,sans-serif;
	line-height: 1.4;
	letter-spacing: -.04em;
	margin: 0 0 5px;
}
#body .contents .column .summary h4 {
	font-size: 107%;
	margin: 0 0 20px;
}
#body .contents .column .summary p.date {
	color: #999;
	font-size: 93%;
}


/*----------------------------------
 4..photobox
------------------------------------*/
.doubleColumn #body .contents .first {
	width: 432px;
	padding: 50px 48px 0 0
}
.photobox {
	width: 432px;
	text-align: center;
}
.photobox p  {
	margin: 0 0 2px 0 !important;
	background: #F3F0E6;
}
.photobox ul  {
	width: 432px;
	height: 46px;
	padding-bottom: 50px !important;
}
.photobox ul li {
	float: left;
	text-align: center;
}
.photobox ul li a {
	width: 68px;
	display: block;
	background: #ECE7DA;
	border: 2px solid #F6F5F2;
	
}
.photobox ul li a:hover {
	border: 2px solid #000;
	filter: alpha(opacity=75); /*IE*/
	-moz-opacity: 0.75; /*FF*/
	opacity: 0.75;
}
.photobox ul li.active a,
.photobox ul li.active a:hover {
	border: 2px solid #99CC00;
	filter: alpha(opacity=100); /*IE*/
	-moz-opacity: 1; /*FF*/
	opacity: 1;
}
.photobox ul li img.none {
	width: 68px;
	height: 46px;
	border: 2px solid #F6F5F2;
}
.photobox ul li:last-child img {
	width: 68px;
	height: 46px;
}

