@charset "utf-8";
/* CSS Document */

h2 {
	color:#000;
	font-size:142.8%;
	margin:0;
	padding:0;
	background:none;
}
#header {
	background:url(common/images/mainCaption.jpg) no-repeat 50% 0;
	height:630px;
}

#contents .inside {
	padding:0;
	width:960px;
}


.topMenu {
	margin:-80px -20px 0 0;
	position:relative;
}

.topMenu li {
	float:left;
	width:456px;
	margin:0 20px 20px 0;
	padding:9px 3px 9px 9px;
	border:#DDD 1px solid;
	background:url(common/images/bg_opacity50.png);
	line-height:1.8;
	
}

.topMenu li p {
	margin:0;
}
.topMenu li img {
	float:left;
	margin:0 12px 24px 0;
}

.topMenu li p a {
	background:url(common/images/arrow_right_orange.png) no-repeat 100% 4px;
	padding:0 15px 0 0;
}

.topMenu:after,
.topMenu li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.topMenu,
.topMenu li { zoom:1; }

.photoFrame {
	text-align:center;
	line-height:1.2;
	font-size:85.7%;
	background:#FFF;
	box-shadow:1px 1px 4px #A6A6A6;
	padding:4px;
	margin:0 0 8px;
}