@charset "utf-8";
/*
--------------------------------------------------
CSS Skin Settings
FileName:   templates.css
Version:    2008/03/11
--------------------------------------------------
*/

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

html {
	min-width:821px;
	background:#F1F1F1;
}
#header {
}
/*
logo
*/
#logo {
	padding:36px 0 34px 31px;
	background: url(../images/bg_logo.jpg) right no-repeat #FFFFFF;
}
/*
navi
*/
#navi_bg{
	height:48px;
	width:100%;
	background:url(../images/bg_navi.jpg) repeat-x;
}
#navi {
	padding-left: 30px;
	float:left;
}
#navi li {
	float:left;
	margin-top:1px;
}
/*
navi_head
*/
#navi_head {
	position:absolute;
	float:right;
	top:20px;
	right:68px;
}
#navi_head li {
	float:left;
}
/* theme
------------------------------
*/
#hum {
	width:232px;
	height:183px;
	background:url(../images/img_head_02.png) no-repeat;
	float:right;
	margin-top:-191px;
	font-size:1px;
}


/*
theme
------------------------------
*/



/*
container
------------------------------
*/
#container {
	background: url(../images/bg_container.jpg) repeat-x top;
	clear: both;
	overflow: hidden;
	padding-top: 13px;
}

#container:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #container {
  height: 1em;
  overflow: visible;
	padding-top: 0px;
}
/**/

/*
navi_side
*/
#navi_side {
	padding: 8px 0 100px 23px;
	width: 210px;
	float: left;
}
#bana ul li {
	margin-bottom:15px;
}

/*
content
*/
#content {
	width: 100%;
	margin-left: -255px;
	float: right;
}
h1 {
	background:url(../images/bg_h1.jpg) repeat-x top;
}
#content_body {
	background: #FFFFFF url(../images/bg_content.jpg) repeat-x;
	border-left:#C8C8C8 5px solid;
	padding: 0 40px 15px 34px;
}
#content_body, x:-moz-broken{
overflow:hidden;}

#content_bottom {
	height: 9px;
	background: url(../images/bg_content_bottom.jpg) repeat-x top;
	font-size:1px;
}

#content_wrapp{
	padding: 0 22px 0 255px;
}

/*
footer
------------------------------
*/
#addressbox {
	position:relative;
	top:-100px;
	height:135px;
	width:187px;
	margin:0 0 0 23px;
	padding:15px 20px 0 19px;
	background:url(../images/bg_address.jpg) no-repeat top left;
}
#footer {
	margin:-100px 0 50px 0;
	height:87px;
	background:url(../images/bg_footer.jpg) top left repeat-x;
}
#copyright {
	clear:both;
	text-align:center;
	padding-top:90px;
	margin-bottom:15px;
}
.book_last {
	margin:0 0 50px 110px;
}
#vincent {
  display: none;
}

/*
IE6
------------------------------
*/

*html #content_body {
	height: 1px;
}

*html #content {
	margin-top: 0px;
	padding-top: 13px;
}

*html #navi_side {
	margin-top: 21px;
}

*html #content_wrapp {
	height: 1px;
}

*html #content_body_04 {
	margin-left: 10px;
}

