/* print style */

body {
	margin: 20px 0 0;
	padding: 0;
	background: #006;
	text-align: center;
}
h1 {
	font-size: 90%;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:10px;
}
#wrapper {
	width: 580px;
	text-align: left;
	background: #FFFFFF;
	border: none;
	margin-right: auto;
	margin-left: auto;
}

#right {
	width: 580px;
	float: right;
}
	/* right-innner */
#top {
	width: 550px;
	background: url(../images/bg_top_r.gif) no-repeat left top;
	height: 190px;
}
#menu {
	width: 580px;
}
#contents {
	width: 580px;
}
	/* /right-innner */

#left {
	display:none;
	width:200px;
	float: left;
	font-size: 95%;
}
	/* left-innner */
.box01-l,.box02-l {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	background: #FFFFCC;
	margin: 0 10px 20px;
	padding-bottom: 20px;
}
	/* /left-innner */
#footermenu {
	clear:both;
	text-align:center;
}

#bottom {
	width: 580px;
	clear: both;
	text-align: center;
}

#wrapper-footer {
	text-align: center;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#footerlink {
	width: 580px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
