/* wrapper */
#wrapper{
	width:700px;
	min-height:100%;
	overflow:hidden;
}
.logo{display:none;}
.print-logo{display:block;}
/* main */
#main{
	width:100%;
	padding:0 0 173px;
	overflow:hidden;
}
/* visual */
.visual{width:100%;}
.visual img{
	display:none;
	border-bottom:1px solid #fff;
	width:100%;
}
.main-wrap{width:100%;	}
.main-wrap:after,
.content-box .c:after,
.tabset:after{
	display:block;
	content:"";
	clear:both;
}
.main-wrap .frame{width:100%;}
/* menu */
.menu{
	margin:0;
	padding:0;
	list-style:none;
	width:220px;
	overflow:hidden;
}
.menu li{
	height:1%;
	overflow:hidden;
	padding:14px 0 12px 7px;
	margin:1px 0 -1px;
}
.menu a{
	color:#666;
	padding:0 0 0 15px;
}
/* content box */
.content-box{width:582px;}
/* tabset */
.tabset{display:none;}
.text{
	padding:0 47px;
	overflow:hidden;
	height:1%;
}
.text p{
	line-height:24px;
	margin:20px 0 0;
	color:#666;
}
/* copyright */
.copyright{
	width:100%;
	text-align:center;
	font-size:10px;
	margin:75px 0 0;
	color:#999;
}
.copyright p{margin:0;}
/* entry */
.home-page{
	position:relative;
	width:100%;
}
.entry{
	width:100%;
	overflow:hidden;
}
.entry div{
	width:100%;
	padding:26px 6px 0 0;
}
.entry h2{
	margin:0;
	font-size:30px;
	color:#999;
	font-weight:normal;
}
.entry h2 a{
	color:#999;
	text-decoration:none !important;
}
.entry img{
	margin:28px 0 0;
	display:none;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	margin:29px 0 0;
	padding:10px 0 0;
	font-size:11px;
	color:#ccc;
	height:146px;
	margin-top:-146px;
	position:relative;
}
#footer a{
	color:#ccc;
	text-decoration:underline;
}
#footer a:hover{text-decoration:none;}
.footer-box{
	width:952px;
	margin:0 auto;
	padding:0 0 39px 70px;
	overflow:hidden;
}
.footer-box div{
	float:left;
	width:120px;
	margin:0 15px 0 0;
}
.footer-box address{
	font-style:normal;
	margin:4px 0 0;
	line-height:22px;
}
.footer-box address span{display:block;}
.footer-box dl{
	margin:8px 0 0;
	overflow:hidden;
	height:1%;
}
.footer-box dt{float:left;}
.footer-box dd{
	display:block;
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0 0 12px;
}
