@charset "utf-8";

/*shokika------------------------*/
body,form,fieldset {
margin: 0;
padding: 0; 
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,li,dl.dt.dd {
margin: 0;
padding: 0; 
}
img {
border: 0;
margin: 0;
padding: 0;
}

ul {
	list-style: none;
}

/* body,フォント---------------------- */
body {
	background: url(../img/bg.gif) 0 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}
/* ie only */
* html body {
	font-size: small;
}
/* safari only */
html:\66irst-child body {
	font-size: 13px;
}

/* clear---------------------- */
.clear { 
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
.clearfix {zoom:1;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* #container---------------------- */
#container {
	width: 900px;
	margin: 0 auto;
	background: url(../img/container_bg.gif) repeat-y;
	color: #000;
	padding: 0 45px;
}
/*IE6 hack*/
* html #container {
behavior: expression(IEPNGFIX.fix(this));
}

/* #header---------------------- */
#header {
	background: url(../img/header_bg2.gif) repeat-x;
	width: 900px;
	height: 38px;
	font-size: 75%;
}
h1 a {
	background: url(../img/logo.gif) no-repeat;
	float: left;
	display: block;
	width: 250px;
	height: 38px;
	text-indent: -9999px;
}
#header ul {
	display: block;
	float: right;
	width: 160px;
	text-align: right;
	padding-right: 15px;
	padding-top: 13px;
	background: url(../img/header_bg.gif) repeat-x;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #493524;
	text-decoration: none;
	padding: 2px 5px 0 15px;
	background: url(../img/arrow1.gif) 0 1px no-repeat;
}
#header ul li a:hover {
	background: url(../img/arrow1_o.gif) 0 1px no-repeat;
	color: #281a0f;
}
#header ul.header_navi {
	display: block;
	float: right;
	width: 370px;
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
	background: url(../img/header_bg.gif) repeat-x;
}
#header ul.header_navi li {
	display: inline;
}
#header ul.header_navi li a {
	color: #493524;
	text-decoration: none;
	padding: 2px 5px 0 15px;
	background: url(../img/arrow1.gif) 0 1px no-repeat;
}
#header ul.header_navi li a:hover {
	background: url(../img/arrow1_o.gif) 0 1px no-repeat;
	color: #281a0f;
}
#header ul.header_navi li img { vertical-align: -1px; }

/* #navi---------------------- */
div#navi {
	width: 900px;
	height: 50px;
}
div#navi ul {
	display: block;
	width: 900px;
	height: 50px;
}
div#navi ul li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
div#navi ul li#con1 a {
	display: block;
	background: url(../img/navi_01.gif) 0 0 no-repeat;
	width: 112px;
	height: 50px;
}
div#navi ul li#con1 a:hover {
	background: url(../img/navi_01.gif) 0 -50px no-repeat;
}
div#navi ul li#con2 a {
	display: block;
	background: url(../img/navi_02.gif) 0 0 no-repeat;
	width: 113px;
	height: 50px;
}
div#navi ul li#con2 a:hover {
	background: url(../img/navi_02.gif) 0 -50px no-repeat;
}
div#navi ul li#con3 a {
	display: block;
	background: url(../img/navi_03.gif) 0 0 no-repeat;
	width: 113px;
	height: 50px;
}
div#navi ul li#con3 a:hover {
	background: url(../img/navi_03.gif) 0 -50px no-repeat;
}
div#navi ul li#con4 a {
	display: block;
	background: url(../img/navi_04.gif) 0 0 no-repeat;
	width: 112px;
	height: 50px;
}
div#navi ul li#con4 a:hover {
	background: url(../img/navi_04.gif) 0 -50px no-repeat;
}
div#navi ul li#con5 a {
	display: block;
	background: url(../img/navi_05.gif) 0 0 no-repeat;
	width: 113px;
	height: 50px;
}
div#navi ul li#con5 a:hover {
	background: url(../img/navi_05.gif) 0 -50px no-repeat;
}
div#navi ul li#con6 a {
	display: block;
	background: url(../img/navi_06.gif) 0 0 no-repeat;
	width: 113px;
	height: 50px;
}
div#navi ul li#con6 a:hover {
	background: url(../img/navi_06.gif) 0 -50px no-repeat;
}
div#navi ul li#con7 a {
	display: block;
	background: url(../img/navi_07.gif) 0 0 no-repeat;
	width: 113px;
	height: 50px;
}
div#navi ul li#con7 a:hover {
	background: url(../img/navi_07.gif) 0 -50px no-repeat;
}
div#navi ul li#con8 a {
	display: block;
	background: url(../img/navi_08.gif) 0 0 no-repeat;
	width: 111px;
	height: 50px;
}
div#navi ul li#con8 a:hover {
	background: url(../img/navi_08.gif) 0 -50px no-repeat;
}

/*footer_navi-------------------*/
div#footer_navi {
	clear: both;
	width: 880px;
	padding: 10px 10px 5px 10px;
	text-align: right;
	font-size: 82%;
	background-color: #eeebe3;
}
div#footer_navi ul li {
	display: inline;
}
div#footer_navi ul li a {
	padding-left: 1em;
	color: #493524;
	text-decoration: none;
}
div#footer_navi ul li a:hover {
	text-decoration: underline;
}

/*footer------------------------*/
div#footer {
	margin: 0 auto;
	background: url(../img/footer_bg.gif) center bottom no-repeat;
	width: 880px;
	height: 90px;
	padding: 0 55px;
	padding-top: 8px;
	color: #eceae3;
	font-size: 82%;
}
div#footer div.left {
	float: left;
	width: 350px;
	line-height: 140%;
	margin-bottom: 0.6em;
}
div#footer div.right {
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 2.5em;
}

/*main-left
 *会社概要 *お問合せ *個人情報について *サイトマップ *リンク ページのleftメニュー
-------------------------------------*/
div#basic {
	width: 213px;
	padding-top: 20px;
	padding-bottom: 50px;
	background: #dcd8cf;
}
div#basic dl dt {
	margin: 0;
	width: 173px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-family: "ヒラギノ明朝 Pro W3","平成明朝","HG明朝","ＭＳ P 明朝","MS Serif", Century, Times New Roman, serif;
	font-size: 140%;
	color: #493524;
	background: url(../img/left_title.gif) 8px 50% no-repeat;
	border-bottom: 1px solid #89715d;
}
div#basic dl dd {
	margin-left: 0;
	border-bottom: 1px solid #cec8bb;
}
div#basic dl dd a.title {
	display: block;
	width: 178px;
	height: 38px;
	padding: 0 0 0 35px;
	line-height: 38px;
	color: #493524;
	font-size: 94%;
	text-decoration: none;
	background: url(../img/arrow2.gif) 15px 50% no-repeat;
}
div#basic dl dd ul {
	margin: 0;
}
div#basic dl dd ul li a {
	display: block;
	width: 168px;
	padding-left: 45px;
	font-size: 87%;
	line-height: 28px;
	color: #493524;
	text-decoration: none;
	background: url(../img/arrow2.gif) 25px 50% no-repeat;
	overflow: hidden;
}
div#basic dl dd a:hover {
	background-color: #cec8bb;
}

/*main-left
 *メインコンテンツ
-------------------------------------*/
div#main_contentnavi {
	width: 220px;
	padding: 0 0 44px 0;
	background: url(../img/main_content_foot.jpg) 0 100% no-repeat;
}
div#main_contentnavi dl {
	margin: 0;
}
div#main_contentnavi dl dt {
	width: 202px;
	height: 43px;
	padding: 28px 0 0 18px;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝","HG明朝","ＭＳ Ｐ明朝","MS Serif", Century, Times New Roman, serif;
	font-size: 130%;
	color: #493524;
	background: url(../img/main_content_title.jpg) 0 0 no-repeat;
}
div#main_contentnavi dl dd {
	margin-left: 0;
	background: url(../img/main_content_bg.jpg) 0 0 repeat-y;
}
div#main_contentnavi dl dd a {
	display: block;
	width: 180px;
	height: 33px;
	padding: 0 0 0 33px;
	line-height: 33px;
	color: #493524;
	font-size: 94%;
	text-decoration: none;
	overflow: hidden;
}
div#main_contentnavi dl dd ul {
	margin: 0;
}
div#main_contentnavi dl dd ul li a {
	display: block;
	width: 165px;
	height: 27px;
	padding-left: 48px;
	font-size: 87%;
	line-height: 27px;
	color: #6e5540;
	text-decoration: none;
	background: url(../img/arrow2.gif) 32px 50% no-repeat;
	overflow: hidden;
}
div#main_contentnavi dl dd a:hover {
	background: url(../img/main_content_bg2.jpg) 0 bottom repeat-y;
}

/*#pankuzu---------------------------*/
div#pankuzu {
	padding: 3px 10px 3px 0;
	text-align: right;
	font-size: 82%;
	background-color: #eeebe3;
}
div#pankuzu ul li {
	display: inline;
	color: #6e5540;
	padding-left: 7px;
}
div#pankuzu ul li a {
	color: #6e5540;
	padding-right: 9px;
	text-decoration: none;
	background: url(../img/arrow_p.gif) 100% 0 no-repeat;
}
div#pankuzu ul li a:hover {
	color: #a6544a;
}

/*modoru---------------------------*/
div.modoru {
	text-align: right;
	width: 630px;
	margin: 0 auto;
	padding-top: 15px;
}
div.modoru a {
	font-size: 82%;
	color: #6e5540;
	text-decoration: none;
	background: url(../img/arrow3.gif) left center no-repeat;
	padding-left: 14px;
	padding-bottom: 3px;
}
div.modoru a:hover {
	background: url(../img/arrow3_o.gif) left center no-repeat;
}

/*font style-----------*/
.small {
	font-size: 87%;
}
.bold {
	font-weight: bold;
}

.red_bold { font-weight: bold; color: #5c2525; line-height: 160%;}	/*ダークレッドサイズ大----------------------*/
.red {font-weight: bold; color: #5c2525;}	/*ダークレッド----------------------*/
.red2 {font-weight: bold; color: #8c1717;}	/*ダークレッドより鮮やかなあか----------------------*/
.red3 {color: #ff0000;}	/*レッド----------------------*/
.pink { color: #ab5050;}
.pink_bold { color: #ab5050; font-weight: bold;}
.beige { color: #97816f;}	/*ベージュ----------------------*/
.d_bold { color: #553f2d; font-weight: bold;}	/*ブラウン----------------------*/

.large_serif {
	font-size: 160%;
	color: #5c2525;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝","HG明朝B","ＭＳ Ｐ明朝","MS Serif", Century, Times New Roman, serif;
	line-height: 1.3em;
}
.serif {
	font-size: 140%;
	color: #5c2525;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝","HG明朝B","ＭＳ Ｐ明朝","MS Serif", Century, Times New Roman, serif;
	line-height: 1.3em;
}
.txt_right {text-align: right;}

/*images style -------------*/
.shadow {
	background: url(../img/shadow.gif) right bottom;
	padding: 5px 13px 13px 5px;
	margin-bottom: 10px;
}
.shadow2 {
	background: url(../img/shadow.gif) right bottom;
	padding: 0 8px 8px 0;
}
.frame {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #cec8bb;
}
.right_img {
	float: right;
}

/*hr-------------*/
hr {
	height: 1px;
	background-color: #cec8bb;
	border: none;
	margin: 30px 0;
}