@charset "utf-8";
@import url(reset.css);
/* CSS Document */

.left  { float:left; }
.right { float:right; }
.clear { clear:both !important;; }
.none  { float:none !important; }

body {
	font-size:12px;
	line-height:150%;
}

.wrapper {
	width:800px;
	margin:0 auto;
}


#content > div.separator {
	height:10px;
}

#content > img {
	display:block;
}


ul#bread {
	float:left;
	line-height:30px;
}

ul#bread li {
	float:left;
	line-height:30px;
	font-size:10px;
}

ul#bread li a {
	color:#333;
	text-decoration:none;
}

ul#bread li.separator {
	width:10px;
	height:30px;
}

/* common_bg */
.common_box .bottom {
	background:url(../images/bottom.jpg) no-repeat;
	width:595px;
	height:6px;
}

.common_box .top {
	background:url(../images/top.jpg) no-repeat;
	padding:6px 6px 0;
}

.common_box .middle {
	background:url(../images/middle.jpg) repeat-y;
}

.common_box .inner_middle {
	background:url(../images/common_bg/inner/middle.jpg) repeat-y;
	padding:0 5px;
}

.common_box .inner_top {
	background:url(../images/common_bg/inner/top.jpg) no-repeat;
	width:583px;
	height:5px;
}

.common_box .inner_bottom {
	background:url(../images/common_bg/inner/bottom.jpg) no-repeat;
	width:583px;
	height:5px;
}

/* nav2 */
#nav2 {
	background:url(../images/1/bg.jpg) no-repeat;
	width:800px;
	height:30px;
}

#nav2 ul.right li {
	float:left;
}


/* nav */
#nav {
	width:195px;
}

#nav ul li,
#nav ul img {
	line-height:0;
	display:block;
}

#nav ul li.separator {
	width:100%;
	height:10px;
}

/* contentarea */
#content {
	width:595px;
}

#contentarea {
	margin-top:10px;
}

#contentsarea {
	background:url(../images/contentsarea_bg.jpg) repeat-x top left;
	padding-top:10px;
	padding-bottom:60px;
}



/**********************************************
* ヘッダー
***********************************************/
#header {
	height:74px;
	background:url(../images/header/header/bg.jpg) repeat-x;
}

#header img.left {
	margin-top:15px;
}

#header ul.right {
	margin-top:10px;
}

#header ul.right li {
	float:left;
}

#header ul.right li.tel {
	background:url(../images/header/header/tel_bg.jpg) no-repeat;
	width:215px;
	height:56px;
}

#header ul.right li.tel p {
	color:#a50000;
	font:bold 25px Arial, Helvetica, sans-serif;
	margin:22px 0 0 43px;
	letter-spacing:0;
}

#headernav {
	height:45px;
	background:url(../images/header/nav/bg.jpg) repeat-x;
}

#headernav ul li {
	float:left;
}

/**********************************************
* フッター
***********************************************/
#footerarea {
}

#footernav {
	background:url(../images/footer/nav/bg.jpg) repeat-x;
	padding-top:3px;
	height:21px;
}

#footernav ul li {
	float:left;
	line-height:21px;
	margin-right:15px;
}

#footer {
	background:url(../images/footer/footer/bg.jpg) repeat-x;
	height:341px;
}

#footer .wrapper {
	background:url(../images/footer/footer/inner_bg.jpg) no-repeat;
	padding-top:2px;
}

#pagetop {
	text-align:right;
}

/**********************************************
* サイトマップ
***********************************************/
#sitemap {
	margin:20px 0 0 280px;
}

#sitemap > ul > li {
	margin-top:10px;
}

#sitemap a {
	color:#fff;
}

#sitemap ul li {
	position:relative;
	line-height:150%;
	color:#fff;
}

#sitemap > ul > li > ul {
	padding:5px 10px;
}

#sitemap > ul > li > ul > li > ul {
	position:absolute;
	top:0;
	left:60px;
}


#sitemap > ul > li > ul > li > ul > li {
	float:left;
}

#sitemap li.separator {
	border-left:dotted 1px #fff;
	height:12px;
	margin:0 6px;
}

/**********************************************
* コピーライト
***********************************************/
#copyright {
	background:#f5f1e0;
	height:38px;
}

#copyright p {
	text-align:center;
	padding-top:12px;
	line-height:38px;
	color:#820000;
	font:10px Arial, Helvetica, sans-serif;
}

#copyright a {
	color:#820000;
}

