@charset "UTF-8";

@import url("common.css");

/* --------------------------------------------------------------------------------------
 共通設定
--------------------------------------------------------------------------------------- */

a.arw {
	padding-left: 8px;
	background: url(../img/icon_arw01.gif) no-repeat 1px 0.3em;
}


/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */


/* hd -------------------- */

div#hd-top {
	position: relative;
	width: 798px;
	background: url(../../img/top/bg_hd.gif) no-repeat;
}

div#hd-top .logo {
	position: absolute;
	top: 21px;
	left: 23px;
	width: 310px;
}

div#hd-top ul {
	padding: 34px 31px 20px 350px;
	text-align: right;
	font-size: 11px;
}

div#hd-top ul li {
	display: inline;
	color: #5C7F3B;
}

div#hd-top ul li img {
	vertical-align: bottom;
}

* html div#hd-top ul {
	padding: 39px 31px 20px 350px;
}

* html div#hd-top ul li img {
	margin-top: -5px;
	vertical-align: bottom;
}

div#hd-top ul li a {
	text-decoration: none;
}



/* main-img -------------------- */

p.main-img {
	position: relative;
	width: 780px;
	height: 325px;
	margin-left: 6px;
	border-top: 1px solid #ECECEC;
}

p.main-img img {
	display: block;
	position: absolute;
	width: 780px;
	z-index: 0;
}


/* ct-area-top -------------------- */
 
div#ct-area-top {
	width: 750px;
	margin: 16px 0px 0px 21px;
	font-family: Arial, Helvetica, sans-serif;
}
div#ct-area-top:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area-top { display:inline-block; }
/*\*/
* html div#ct-area-top { height:1%; }
div#ct-area-top { display:block; }
/**/

div#ct-area-top div#ct-left {
	float: left;
	width: 440px;
}

div#ct-area-top div#ct-right {
	float: right;
	width: 295px;
}


/* ct-lft-------------------- */


div#ct-area-top div#ct-left h2 {
	margin-bottom: 16px;
}

div#ct-area-top div.info-box01 {
	width: 440px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#ct-area-top div.info-box01:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area-top div.info-box01 { display:inline-block; }
/*\*/
* html div#ct-area-top div.info-box01 { height:1%; }
div#ct-area-top div.info-box01 { display:block; }
/**/

div#ct-area-top div.info-box02 {
	width: 440px;
}
div#ct-area-top div.info-box02:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area-top div.info-box02 { display:inline-block; }
/*\*/
* html div#ct-area-top div.info-box02 { height:1%; }
div#ct-area-top div.info-box02 { display:block; }
/**/

div#ct-area-top div#ct-left  p.img-area {
	float: left;
	width: 130px;
}

div#ct-area-top div#ct-left  p.img-area a {
	display: block;
	padding: 4px;
	border: 1px solid #C1ADA0;
}

div#ct-area-top div#ct-left  dl {
	float: right;
	width: 295px;
}

div#ct-area-top div#ct-left  dl dt {
	color: #A1765E;
	font-weight: bold;
}

div#ct-area-top div#ct-left  dl dt a {
	text-decoration: none;
}

div#ct-area-top div#ct-left  dl dt a:link,
div#ct-area-top div#ct-left  dl dt a:visited {
	color: #A1765E;
}

div#ct-area-top div#ct-left  dl dt a:hover,
div#ct-area-top div#ct-left  dl dt a:active {
	color: #B99886;
}


/* ct-right -------------------- */

div#ct-right p.feature {
	width: 295px;
	height: 185px;
	text-indent: -9999px;
	background: url(../img/bnr_feature.gif) no-repeat;
	margin-bottom: 10px;
}

div#ct-right p.feature a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bnr_feature.gif) no-repeat;
}

div#ct-right p.feature a:hover {
	background-position: left bottom;
}


/* ft -------------------- */

div#ft-top {
	position: relative;
	width: 798px;
	padding-top: 38px;
	background: #E6F2EB url(../img/bg_ct_btm.gif) no-repeat left top;
}

div#ft-top ul {
	margin: 0px 350px 20px 21px;
	font-family: Arial, Helvetica, sans-serif;
}

div#ft-top ul li {
	display: inline;
	color: #5C7F3B;
	font-size: 10px;
}

div#ft-top address {
	position: absolute;
	top: 38px;
	right: 27px;
	width: 306px;
}


/* --------------------------------------------------------------------------------------
 404
--------------------------------------------------------------------------------------- */


/* hd -------------------- */

div#hd-top ul.spc {
	padding: 34px 31px 4px 350px;
}

* html div#hd-top ul.spc {
	padding: 34px 31px 9px 350px;
}


/* ct-area404 -------------------- */

div#ct-area404 {
	width: 780px;
	margin: 16px 0px 0px 6px;
	padding: 66px 0px 70px;
	border-top: 1px solid #ECECEC;
}

div#ct-area404 h1 {
	margin: 0px 0px 28px 64px;
	padding-top: 14px;
}

div#ct-area404 p {
	margin: 0px 0px 19px 66px;
}

