﻿@charset "utf-8";

/*--------------------------
content
--------------------------*/
#content {
	background:none;
	width:100%;
}

#content #pan {
	background:none;
	width:960px;
	margin:0 auto;
}
#content #h1_title {
	height:132px;
	position: relative;
	width:960px;
	margin:0 auto;
}
#content #h1_title img {
	position:absolute;
	top:40px;
	left:3px;
}

/*--------------------------
  mainCol
--------------------------*/
#content #mainCol {
	float:none;
	width:960px;
	margin:0 auto;
}
#content #mainCol #inrCol {
	width: 747px;
	padding-bottom:11px;
	background:url(/common/images/bg_inrcol.gif) no-repeat 0 bottom;
	border:none;
}
#content #mainCol #inrCol .lamp {
	width:745px;
	margin:0 1px;
}
#content #mainCol #inrCol .lamp02 {
	width:745px;
	background:#fbfbfb;
	position:relative;
	border-left:1px solid #D0CED0;
	border-right:1px solid #D0CED0;
}

/*--------------------------
headArea
--------------------------*/
#header {
	width: 960px;
}
#header #logo01 {
	position: absolute;
	top: 25px;
	left: 0px;
}
#header ul#centerNavi {
	left: 163px;
	width:797px;
}

