@charset "utf-8";


.print {
	display: block;
}

#nav,
#lang,
.regular #body:before,
.regular #sub .contents,
#toTop,
#foot .upper
{ display:none; }

body {
	margin: 0;
	background: #fff;
}

#head {
	width: 100%;
	height: auto;
}

#head #sitetitle {
}


#sitetitle img {
	width: 200px;
}

#body {
	background: #fff;
}

.regular #body > .wrapper {
	width: 100%;
	margin-top: 0;
	background: #fff;
	box-shadow: none;
}

.regular #body #main,
.regular #body #sub {
	width: auto;
	float: none;
}


.h1_box {
	height: auto;
}

#body h1 {
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0 0 30px 50px;
	font-size: 28px;
	line-height: 38px;
	color: #000;
	text-shadow: none;
	border-bottom: 1px solid #666;
}


#foot {
	border-top: 1px solid #666;
	background: #fff;
}

#printURL {
	padding: 36px 0 0 0;
	text-align: right;
	font-size: 9px;
	line-height: 12px;
}

