@charset "utf-8";

body {
	background: url(../img/all_bg.gif) center top repeat-y #e8e7e2;
	color: #666;
	}

#wrp {
	width: 760px;
	margin: 0 auto;
	padding-left: 1px;
	padding-right:1px;

	background: url(../img/all_main_bg.jpg) center top repeat-y;
	}

/*----------------------------------------------------------
header
----------------------------------------------------------*/
#hdr {
	position: relative;
	width: 760px;
	height: 141px;
	background: url(../img/all_hdr_bg.jpg) left top no-repeat;
	}

#hdr:empty {
	/* for safari */
	width: 759px;
	}

#hdr h1 {
	position: absolute;
	left: 54px;
	top: 38px;
	}

#hdr #cover {
	position: absolute;
	left: 211px;
	top: 0;
	}

#hdr .nav {
	list-style: none;
	position: absolute;
	right: 26px;
	top: 37px;
	}

#hdr .nav li {
	font-size: 0;
	line-height: 1;
	}
#hdr .nav li .nav_btn{
	margin-left:3px;
	}


/*----------------------------------------------------------
content
----------------------------------------------------------*/
#content {
	float: right;
	width: 480px;
	margin-right: 30px;
	padding: 25px 20px 10px;
	display: inline /* for IE6 */;
	}

#content h2 {
	width: 480px;
	padding: 5px 0 2px 0;
	margin-bottom: 40px;
	background:url(../img/h2_tit_bk.gif) no-repeat;
	}


#content .pagetop {
	margin-top: 60px;
	text-align: right;
	}

#content .pagetop2 {
	margin:30px 0 60px 0;
	text-align: right;
	}

/*----------------------------------------------------------
side
----------------------------------------------------------*/
#side {
	float: left;
	position: relative;
	top: -38px;
	width: 158px;
	height: 720px;
	margin: 0 24px 0 28px;
	padding: 23px 0;
	background: url(../img/all_side_bg.jpg) left top no-repeat;
	display: inline /* for IE6 */;
	}

#side h3 {
	width: 129px;
	margin: 0 13px 5px;
	padding-bottom: 2px;
	border-bottom: 2px solid #ba0d11;
	}

#side .nav {
	list-style: none;
	margin-bottom: 25px;
	}

#side .nav li {
	margin-bottom: 2px;
	}

#side .nav a {
	display: block;
	width: 142px;
	height: 17px;
	margin-left: 3px;
	padding-left: 9px;
	background: #ccc;
	color: #4e361f;
	text-decoration: none;
	background: url(../img/all_side_bullet.gif) 127px center no-repeat;
	}

#side .nav a:hover,
#side .nav a.now {
	color: #fff;
	background: url(../img/all_side_bullet_on.gif) 127px center no-repeat #ab9785;
	}

side .nav li.navi_02 {
	margin-bottom: 2px;
}

#side .navi_02 a {
	display: block;
	width: 142px;
	height: 28px;
	line-height:110%;
	margin-left:3px;
	padding:  2px 0 0 9px;
	background: #ccc;
	color: #4e361f;
	text-decoration: none;
	background: url(../img/all_side_bullet.gif) 127px center no-repeat;
	}

#side .nav a:hover,
#side .nav a.now {
	color: #fff;
	background: url(../img/all_side_bullet_on.gif) 127px center no-repeat #ab9785;
	}


/*----------------------------------------------------------
ftr
----------------------------------------------------------*/
#ftr {
	position: relative;
	clear: both;
	width: 760px;
	height: 85px;
	background: url(../img/all_ftr_bg.jpg) center top no-repeat;
	}

#ftr:empty {
	/* for safari */
	width: 759px;
	margin-left: -1px;
	}

#ftr .nav {
	position: absolute;
	left: 53px;
	top: 32px;
	list-style: none;
	font-size: 10px;
	}

#ftr .nav li {
	display: inline;
	}

#ftr .nav li a {
	color: #4e361f;
	text-decoration: none;
	margin-right: 7px;
	padding-right: 10px;
	background: url(../img/all_ftr_bullet.gif) right center no-repeat;
	}

#ftr address {
	position: absolute;
	left: 105px;
	top: 55px;
	}

#ftr p#verisign {
	position: absolute;
	right: 42px;
	top: 22px;
	}

/*----------------------------------------------------------
text
----------------------------------------------------------*/
.txtcol{
color:#663300;
font-weight:bold;
}


h3{
font-size:14px;
}

h4{
font-size:12px
}
