@charset "UTF-8";

/* ----------------------------------------------------------------------
  base layout
---------------------------------------------------------------------- */
body#home div#container{
	background:url(img/home_container_bg.png) repeat-x #fff;
}
body#home div#main{
	background:#fff;
}


/* ----------------------------------------------------------------------
  header
---------------------------------------------------------------------- */

body#home div#header{
	background:url(img/home_header_bg.jpg) no-repeat right 49px;
	height:440px;
	overflow:hidden;
	margin-bottom:32px;
}
body#home div#logo{
	padding:25px 0;
}

body#home h2#home_catch{
	text-indent:-9999px;
	background:url(img/home_catch.png) no-repeat;
	width:474px;
	height:86px;
	overflow:hidden;
	position:absolute;
	top:121px;
	left:0;
}

body#home p#home_lead01{
	text-indent:-9999px;
	background:url(img/home_lead01.png) no-repeat;
	width:474px;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:235px;
	left:0;
}
body#home p#home_lead02{
	text-indent:-9999px;
	background:url(img/home_lead02.png) no-repeat;
	width:474px;
	height:45px;
	overflow:hidden;
	position:absolute;
	top:278px;
	left:0;
}


/* gnav ------------------------------------------------------------ */
body#home div#gnav{
	position:absolute;
	top:402px;
	left:0;
}


/* ----------------------------------------------------------------------
  content
---------------------------------------------------------------------- */
body#home div#content{
	padding:0;
	width:500px;
	float:left;
}

body#home h3.ttl{
	width:500px;
}

body#home div#content div.section{
	margin-bottom:3em;
}


/* cont01 -------------------------------------------------------- */
h3#home_cont01_ttl{
	background:url(img/home_cont01_ttl.gif) no-repeat;
}

/* cont02 -------------------------------------------------------- */
h3#home_cont02_ttl{
	background:url(img/home_cont02_ttl.gif) no-repeat;
}

div#home_cont02 table th,
div#home_cont02 table td{
	font-weight:normal;
	padding-right:10px;
}


/* ----------------------------------------------------------------------
  side
---------------------------------------------------------------------- */
body#home div#side{
	width:290px;
	float:right;
	padding-top:0;
}

