@charset "utf-8";

body {
	background: url(../img/bg_body.gif) repeat-x left top #eeeeee;
}
/* 0=wrapper
-------------------------------------------------------------*/
#wrapper {
	background: url(../img/bg_wrapper.jpg) no-repeat center 12px;
}

/* 1=header
-------------------------------------------------------------*/
#header {
	width: 960px;
	height: 352px;
	background: none;
	text-align: center;
}
	#header h1 {
		position: absolute;
		text-align: center;
		top: 0px;
		left: 395px;
	}
	#header #headerCenter {
		position: absolute;
		top: 12px;
		left: 395px;
	}

	#header #headerContens {
		padding: 0 10px 0 0;
		position: absolute;
		top: 65px;
		right: 0px;
		width: 354px;
		_width: 364px;
	}
		#header #headerContens h2 {
			padding-bottom: 30px;
		}


/* 2=contents
-------------------------------------------------------------*/
#contents {
	padding-top: 0px;
	width: 100%;
	background: url(../img/bg_contens.gif) repeat-x left top #fff;
	text-align: center;
}
	#contentsIn {
		margin: 0 auto;
		width: 960px;
		background: url(../img/bg_contentsIn.gif) no-repeat center top;
		text-align: left;
	}
		#contents #mainL {
			background: url(../img/bg_mainL.gif) repeat-y right top;
		}
		#contents .main {
			padding-top: 30px;
		}

#footer {
	background: url(../img/bg_footer.gif) repeat-x left top #eeeeee;
}
	#footerIn {
		background: url(../img/bg_footerIn.gif) repeat-x left top #eeeeee;
		padding-top: 4px;
	}
.ul_top {
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}
	.ul_top li {
		margin: 0 1px 1px 0;
		float: left;
		display: inline;
	}
		.ul_top li img {
			vertical-align: bottom;
		}
@media print {
	body {
		background-color: #fff;
	}
	#wrapper {
		width: 960px;
	}
	#contents #mainR .main {
		/margin-left: 15px;
	}
	.ul_top {
		/width: 380px;
	}

}

