@import url(base.css);
@import url(menu.css);

body{
	background:url(../img/common/bg_header.jpg) left top repeat-x;
}
div#all{
	width:760px;
	margin:0 auto;
	text-align:left;
}	
div#wrapper{
	width:760px;
	text-align:left;
	margin-top:5px;
}

/* 
----------------------------------------------------------------------------------------
h
---------------------------------------------------------------------------------------- 
*/

h2{
	text-indent:-9999em;
}

/* 
----------------------------------------------------------------------------------------
link
---------------------------------------------------------------------------------------- 
*/

a,
a:hover{
	color:#325679;
}

/* 
----------------------------------------------------------------------------------------
fontsize
---------------------------------------------------------------------------------------- 
*/

p,
ul li{
	font-size:1.2em;
}



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

div#header{
	width:760px;
	height:137px;
}
h1#logo a{
	width:606px;
	display:block;
	text-indent:-9999px;
	height:82px;
	background:url(../img/top-design/top01.jpg) no-repeat;
	float:left;
}
p#logobtn a{
	width:154px;
	text-indent:-9999px;
	height:28px;
	background:url(../img/top-design/top02.jpg) top no-repeat;
	float:left;
	display:block;
}



/* 
----------------------------------------------------------------------------------------
container
---------------------------------------------------------------------------------------- 
*/

body#index div#container{
	width:760px;
	margin-top:26px;
}
div#container{
	width:760px;
	margin-top:0;
}

/*----- cnt_r -----*/
	
div#cnt_r{
	width:528px;
	float:left;
	padding-left:20px;
	color:#000000;
	background:url(../img/common/cntr01.jpg) right top no-repeat;
	padding-top:80px;
}
body#index div#cnt_r{
	width:528px;
	float:left;
	padding-left:20px;
	color:#000000;
	background:none;
	padding-top:0px;
}

/*----- cnt_l -----*/

div#cnt_l{
	width:202px;
	background:url(../img/common/cnt_l.jpg) no-repeat;
	float:left;
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:90px;
}

body#index div#cnt_l{
	width:212px;
	float:left;
	margin-top:0px;
	padding:0 !important;
	background:none;
}


	
/* 
----------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------
*/	

div#footer{
	height:30px;
	width:100%;
	clear:both;
	font-size:10px;
	color:#666666;
	text-align:center;
	background:url(../img/common/bg_footer.jpg) left top repeat-x;
}
div#footer p{
	width:760px;
	padding-top:8px;
	text-align:left;
	margin:0 auto;
}

/*----- hbnav -----*/

div#menubtm{
	width:760px;
	height:36px;	
}
div#hbnav{
	width:227px;
	height:26px;
	clear:both;
	float:right;
	margin-top:10px;
}
div#hbnav li{
	float:left;
	text-indent:-9999em;
	height:26px;
}
div#hbnav li a{
	display:block;
	height:26px;
}
li#hbnav01,
li#hbnav01 a{
	width:57px;
	background:url(../img/top-design/hbnav01.jpg) 0px 0px no-repeat;
}
li#hbnav02,
li#hbnav02 a{
	width:107px;
	background:url(../img/top-design/hbnav02.jpg) 0px 0px no-repeat;
}
li#hbnav03,
li#hbnav03 a{
	width:63px;
	background:url(../img/top-design/hbnav03.jpg) 0px 0px no-repeat;
}
	

	
/* 
----------------------------------------------------------------------------------------
clearFix
----------------------------------------------------------------------------------------
*/

div#all,
div#cnt_r,
div#wrapper,
div#header,
div#container,
.cnt-inner{
	overflow: hidden;
}

div#all:after,
div#cnt_r:after,
div#wrapper:after,
div#header:after,
div#container:after,
.cnt-inner:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html div#cnt_r,
* html div#wrapper,
* html div#header
* html div#container,
* html div#all,
* html .cnt-inner{
    height: 1em;
    overflow: visible;
}
/**/