
/*	header
----------------------------------------------------*/
#headerBg {
	background:url(../img/bg-header.gif) repeat-x;
	height:65px;
}
#logoBg {
	background:url(../img/bg-logo.gif) no-repeat center;
	height:65px;
	min-width:805px;
}

#header {
	width:772px;
	height:65px;
	margin:0 auto;
	padding:0 0 0 33px;
}
#header h1 {
	line-height:0;
	font-size:0;
}
.headerL {
	width:187px;
	padding:16px 0 0 0;
	float:left;
}
.headerL p {
	font-size:0;
	line-height:0;
}
.headerR {
	width:529px;
	height:65px;
	float:right;
}
.headerR p {
	font-size:120%;
	line-height:1em;
	color:#999;
	height:20px;
	padding:10px 1px 0 0;
	float:right;
}
.headerR .gnavi {
	margin:0 0 0 103px;
	padding:10px 0 0 0;
	width:426px;
}
.headerR .gnavi ul {
	width:426px;
}
.headerR .gnavi ul li {
	display:inline;
	line-height:0;
	font-size:0;
}
.headerR .gnavi ul li img {
	margin-left:4px;
}


/*	body部分
----------------------------------------------------*/
#containerBg {
	background:url(../img/bg-body.gif) repeat-x ;
}
#container {
	width:805px;
	margin:0 auto;
	background:url(../img/bg-leftarea.gif) repeat-y left top;
}

/* content Left */
.contentL {
	width:181px;
	float:left;
	background:url(../img/bg-leftarea03.gif) no-repeat;
	padding:12px 0 50px 9px;
}
.contentL h3 {
	font-size:0;
	line-height:0;
}
.lttlBgbtm {
	background: url(../img/lttl01-btm.gif) no-repeat bottom;
	width:172px;
	padding:0 0 3px 0;
}
.lttlBg {
	background:url(../img/lttl01-body.gif) no-repeat;
	width:166px;
	padding:5px 0 3px 5px;
}
.lttlBgbtm .lttlBg p {
	font-size:0;
	line-height:0;
}
.btnList {
	margin-top:4px;
}
.btnList li {
	font-size:0;
	line-height:0;
	margin-top:2px;
}
.subnaviList {
	font-size:120%;
	font-weight:bold;
	color:#D59163;
	background-color:#FFFFFF;
	padding:2px 9px 2px 9px;
	margin:5px 0 0 0;
	width:152px;
	border:1px solid #EBEBEB;
}
.subnaviList li {
	background:url(../img/arrow-circle-red.gif) no-repeat;
	background-position:0 9px;
	padding:7px 0 5px 15px;
	border-bottom:1px solid #EBEBEB;
}
.subnaviList li a:link      { color:#D59163; text-decoration:none; }
.subnaviList li a:visited   { color:#D59163; text-decoration:none; }
.subnaviList li a:active    { color:#D59163; text-decoration:none; }
.subnaviList li a:hover     { color:#D59163; }


/* content Right */
.contentR {
	width:614px;
	border-right:1px solid #E6E6E6;
	height:500px;
	float:right;
	background:url(../img/top/bg-content.gif) repeat-x;
}

/*	インラインフレーム部分
----------------------------------------------------*/
.inner {
	width:570px;
	height:735px;
	margin:20px 0 0 20px;
	border:1px solid #ccc;
}



/*	footer部分
----------------------------------------------------*/
#footer {
	clear:both;
	border-top:2px solid #FB8B01;
	text-align:center;
	padding:7px 0 7px 0;
}
#footer address {
	font-size:120%;
	color:#666;
}

