@charset "utf-8";

/* summary ------------------
	1.	reset
	2.	base
	3.	grid
	4.	module
	5.	navi
	6.	conbody
	7.	right
-------------------------- */

/* reset ----------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}

ol,ul {list-style: none;}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 0;
	background-color: transparent;
}

:focus {outline: 0;}



/* base ----------------- */
body {
	background-color:#C7C0B6;
	color: #494949;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif,Helvetica,Verdana;
	font-size: 95%;
	line-height: 135%;
	text-align: center;
}

a:link{color:#0057A6;text-decoration:underline;}
a:visited{color:#4031C1;text-decoration:underline;}
a:hover{color:#0057A6;text-decoration:none;}
a:active{color:#0057A6;text-decoration:none;}



/* grid ----------------- */

#wrapper {
	height: 100%;
	width:768px;
	background:#fff url(images/bg.gif) repeat-y;
	margin:0px auto;
}

#header {
	width:760px;
	height:123px;
	background: url(images/h_bg.gif) top repeat-x;
}

#cont_out {
	clear:both;
	margin:0px auto;
	width:760px;
	text-align:left;
	min-height:1px;
}
/* float 回避 */
#cont_out:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#conbody {
	width:540px;
	padding:0px 16px 0 0px;
	font-size: 88%;
	float:left;
}

.ml {margin-left:16px}

#rightmenu {
	width:190px;
	float:left;
}

#footer {
	clear:both;
	width:760px;
	height:65px;
	background: url(images/f_bg.gif) repeat-x;
	margin-top:10px;
}



/* module ----------------- */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.btm5 {margin-bottom:5px;}
.btm10 {margin-bottom:10px;}
.btm15 {margin-bottom:15px;}
.btm20 {margin-bottom:20px;}
.btm30 {margin-bottom:30px;}
.btm50 {margin-bottom:50px;}
.btm100 {margin-bottom:100px;}

.crAll {clear:both;}

.fontL {font-size:116%}

.bfont {font-weight:bold}
.red {color:#ff0000;}

.cap {font-size:10px;color:#666;}

a.arr {
	background: url(images/arr.gif) left 4px no-repeat;
	padding-left:11px;
}

.ind {
	margin-left:1em;
	text-indent: -1em;
}

.line {background: url(images/line01.gif) repeat-x;}

ol.number {
	list-style: decimal;
	padding-left: 32px;
}

/* navi ----------------- */
/* -- パンくず --*/
#pnavi {
	margin:9px 17px 18px 17px;
	font-size:11px;
	text-align:left;
}

/* -- ページトップ --*/
.ptop {
	text-align: right;
	margin:5px 0;
	font-size:11px;
}

.ptop a {
	background: url(images/arr_ptop.gif) left 3px no-repeat;
	padding-left:9px;
}



/* conbody ----------------- */
/* -- カテゴリーページ用タイトル --*/
#conbody h1 {
	clear:both;
	margin-bottom:15px;
}

#conbody h2 {
	clear:both;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif,Helvetica,Verdana;
	color: #3c3c3c;
	background: url(images/tit_bg1.gif) bottom no-repeat;
	height:auto;
	padding:8px 5px 8px 16px;
	font-size:116%;
	margin-bottom:10px;
}

#conbody h2 a {color:#fff;text-decoration:none;}
#conbody h2 a:hover {text-decoration:underline;}

/* -- エントリーページ用タイトル --*/
#conbody h1.h1 {
	clear:both;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif,Helvetica,Verdana;
	height:auto;
	background-color:#880016;
	color:#fff;
	font-size:133%;
	padding:7px 5px 6px 16px;
	border-right:1px solid #48000B;
	border-bottom:1px solid #48000B;
	margin-bottom:20px;
}

#conbody h2.h2 {
	clear:both;
	color: #3c3c3c;
	font-size:1.16;
}


#conbody h3 {
	clear:both;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif,Helvetica,Verdana;
	background: url(images/line01.gif) bottom no-repeat;
	padding:8px 5px 8px 16px;
	color: #3c3c3c;
	font-size:116%;
	margin-bottom:10px;
}

#conbody h2.h2 a {
	color:#0057A6;
	text-decoration:underline;
}



/* -- conbody内listタグ --*/
#conbody ul {
	list-style: disc;
	margin-left:20px;
}

#conbody ul.li01,#conbody ul.li02,#conbody ul.li03 {
	list-style: none;
	margin-left:0;
	min-height:1px;
}
/* float 回避 */
#conbody ul.li01:after,#conbody ul.li02:after,#conbody ul.li03:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

ul.li01 li {
	width:188px;
	height:31px;
	padding:0 0 0 9px;
	font-size:12px;
	line-height: 31px;
	background: url(images/li01.gif) left no-repeat;
	float:left;
	margin:0 8px 8px 0;
}

ul.li02 li {
	width:249px;
	height:12px;
	font-size:12px;
	padding:9px 0 10px 9px;
	background: url(images/li02.gif) left no-repeat;
	float:left;
	margin:0 4px 8px 0;
}

ul.li03 li {
	width:277px;
	height:12px;
	font-size:12px;
	padding:9px 0 10px 9px;
	background: url(images/li03.gif) left no-repeat;
	float:left;
	margin:0 0 8px 0;
}

#conbody ul.arrUL {
	list-style: none;
	margin-left:0;
}
#conbody li.arr {
	background: url(images/arr.gif) left 6px no-repeat;
	padding-left:11px;
}


/* -- conbody内行間 --*/
#conbody p,#conbody td {line-height: 1.5;}

/* -- 表組み --*/
.table {
	background-color:#D0CFCD;
	width:520px;
}

.table th {
	background-color:#F0F0EE;
	color:#333;
	padding:5px;
	text-align: left;
	vertical-align:top;
}

.table td {
	background-color:#fff;
	padding:5px;
	vertical-align:top;
}

.table td td {
	padding:0;
}

/* -- 所在地見出し --*/
.map_t {
	float:left;
	width:250px;
}
.map_t2 {
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif,Helvetica,Verdana;
	font-weight:normal;
	font-size:85%;
}


/* -- FAQ --*/
.faq {
	background-color:#F0F0EE;
	padding:7px 5px 6px 9px;
	border-bottom:1px solid #D3CEC8;
	margin-bottom:1px;
}
.faq a,.faq a:visited {color:#000}

#conbody h2.qh2 {color:#6B1D16;}

/* -- 経営方針 --*/
.managebox {
	background: url(images/manage_bg.jpg) top no-repeat;
	width:520px;
}
.managebox p {
	margin:10px;
	color:#5A412E;
}

/* -- サイトマップ --*/
#conbody .sitemap ul {
	list-style: none;
	margin-left:0;
}
#conbody .sitemap li {line-height: 180%;}


/* right ----------------- */
.menubox {
	background-color:#D3CEC8;
	padding:3px;
}

#rightmenu ul {border-top:1px solid #CBC4BA;}

#rightmenu li {
	font-size:12px;
	background: url(images/r_bg.gif) center repeat-x;
	border-bottom:1px solid #CBC4BA;
	border-left:1px solid #CBC4BA;
	border-right:1px solid #CBC4BA;
}

#rightmenu li a {
	display:block;
	background: url(images/arr.gif) 7px center no-repeat;
	padding:7px 0 7px 19px;
}

#rightmenu li a:hover,#rightmenu li.sub a:hover {background-color:#F6E2EB;}

#rightmenu li.sub a {
	display:block;
	background: url(images/arr.gif) 21px center no-repeat;
	padding:7px 0 7px 32px;
}

#rightmenu li.nonlink {
	display:block;
	font-weight:bold;
	background: #F6E2EB url(images/arr.gif) 7px center no-repeat;
	padding:4px 0 4px 4px;
}
