@charset "UTF-8";

/*========================================================

layout.css

==========================================================*/


html { background: url(../img/common/bg_wrapper.gif) repeat;}
body { background: url(../img/common/bg_wrapper.gif) repeat;}

#wrapper {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 945px;
	background: #FFBB01;
	}
	
#header {
	width: 945px;
	margin-bottom: 10px;
	background: #FFBB01;
	position: relative;
	zoom: 1;
	}

#header h1 {
	padding: 17px 0 0 28px;
	}	
	
#header p.blank {
	width: 227px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 700px;
	}
	
	
#contents {
	width: 911px;
	margin: 0 auto 0 auto;
	background: #FFBB01;
	}
	
#contents:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0;}	


#contents p { line-height: 1.8;}
