@charset "UTF-8";

/* ========TEMPLATE LAYOUT======== */
div#wrapper {
	margin:0 auto;
	background-image: url(../images/common/bg_wrapper.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#header {
   width:960px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
   height:82px;
}

div#pr {
	width:234px;
	position:absolute;
	left:691px;
	top:35px;
}
div#menu{
    width:960px;
	height:68px;
	margin:0 auto;
	padding:0;
}
div#top_contents {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
	background-image: url(../images/common/top_contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;
	height:700px;
}
div#contents {
   width:960px;
   margin:0 auto;
   padding:20px 20px 0 20px;
   clear:both;
}


div#main {
   float:left;
   margin:0;
   padding:0 0 30px 10px;
   width:565px;
}

div#sub1 {
	float:left;
	width:195px;
	margin:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A9A9B;
	padding:0 5px 30px 0;
}

div#sub2 {
   float:right;
   width:174px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 5px;
}
