@charset "Shift_JIS";


/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}


/* headline
----------------------------------- */

h2 {
background:url(../img/bg_h2.jpg) no-repeat;
width:645px;
height:50px;
text-align:left;
padding:13px 0 0 0;
	font-size:18px;
	font-weight:bold;
	clear:both;
	color:#fff;
	text-indent:20px;
	letter-spacing:2px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}


h3 {
background:url(../img/bg_h3.jpg) no-repeat;
margin-top:10px;
width:645px;
height:40px;
text-align:left;
padding:14px 0 0 0;
	font-size:16px;
	font-weight:bold;
	clear:both;
	color:#483C2A;
	text-indent:20px;
	letter-spacing:2px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}



h4 {
	background:url(../img/bg_h4.jpg) no-repeat;
	height:20px;
	font-size:12px;
	color:#086CB9;
	padding:10px 0 0 0px;
	text-indent:34px;
	clear:both;
	text-align:left;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	font-weight:bold;
	}

blockquote {
	margin:5px 20px 5px 30px;
	padding:10px;
	font-size:100%;
	border:1px solid #61B062;
	background-color:#f6f6f6;
	vertical-align:middle;
	clear:both;
	text-align:left;
	}
	
blockquote span {
	border:#ccc 1px solid;
	background-color:#FF3300;
	color:#FFFFFF;
	padding:3px;
	margin-right:10px;
	height:15px;
	font-size:11px;


}





/* body
----------------------------------- */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:80%;
	color:#444;
	margin:0;
	padding:0;
	line-height:14pt;
	background-color:#806E53;
}

a {	text-decoration:none; }
a:link {  color:#2580C9; }
a:hover {	color:#2580C9; }


input, select, textarea { 
	font-family: Verdana, Arial, sans-serif;
	color: #444; 	
}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.r1 {
	float:right;
	border:1px solid #ccc;
	margin:0px 0px 10px 10px;
}

.r {
	float:right;
	margin:0px 0px 10px 10px;
}

.l1 {
	float:left;
	border:1px solid #ccc;
	margin:0px 10px 10px 0px;
}

.l {
	float:left;
	margin:0px 10px 10px 0px;
}


.red {
	color:#E20000;

}

.reds {
	color:#E20000;
	font-size:10px;

}

.redb {
	color:#E20000;
	font-weight:bold;

}

.red15 {
	color:#E20000;
	font-size:15px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;

}

.red18 {
	color:#E20000;
	font-size:18px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

.red18b {
	color:#E20000;
	font-size:18px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

.red20b {
	color:#E20000;
	font-size:20px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

.gray20b {
	color:#444;
	font-size:20px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

.red24b {
	color:#E20000;
	font-size:24px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}


.bor {
border:1px solid #ccc;
}

.center {
text-align:center;
}



.green_b {
color:#108610;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	font-size:14px;
}


ul.list {
width:150px;
float:left;
text-align:left;
margin:15px 10px 15px 20px;
padding:0;
}


/* oowaku
----------------------------------- */

#all {
	text-align:center;
	background:url(../img/bg_all.jpg) repeat-x;
} 


#container {
	width:1200px;
	text-align:center;
	margin:0 auto;
	background:url(../img/bg_cont_out.jpg) repeat-y;
	clear:both;
}

#container-in1 {
	width:1200px;
	margin: 0 auto;
	position: relative;
	background:url(../img/bg_cont.jpg) no-repeat;
	text-align:center;
}

/* head
----------------------------------- */


#head {
background:url(../img/bg_header.jpg) no-repeat;
height:100px;
position:relative;
margin:0 auto;
width:940px;
}

#logo {
	background:none;
	display:block;
	height:66px;
	width:152px;
	position:absolute;
	top:23px;
	left:23px;
}

#logo span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

#head h1 {
	font-size:10px;
	text-align:right;
	position:absolute;
	top:-2px;
	left:404px;
	letter-spacing:2px;
	width: 525px;
	color:#C7C2BF;
}



#mq {
background:url(../img/bg_mq.jpg) no-repeat;
background-position:15px 0px;
padding:7px 40px 8px 136px;
margin:0 auto;
}

#mq marquee {
color:#fff;
}

 
/* navi
----------------------------------- */

#navi {
	height:36px;
	width:940px;
	background:url(../img/navi_r.jpg) no-repeat;
	margin:0 auto;
}


#navi ul li {
	float:left;	
}

#navi ul li a {
	display:block;
	height:45px;
	width:188px;
}

#navi ul li a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

#navi ul li.home a{
	background:url(../img/navi.jpg) no-repeat;
	background-position:0px 0px;

}

#navi ul li.company a{
	background:url(../img/navi.jpg) no-repeat;
	background-position:-188px 0px;

}

#navi ul li.map a{
	background:url(../img/navi.jpg) no-repeat;
	background-position:-376px 0px;
}

#navi ul li.link a{
	background:url(../img/navi.jpg) no-repeat;
	background-position:-564px 0px;
}

#navi ul li.contact a{
	background:url(../img/navi.jpg) no-repeat;
	background-position:-752px 0px;

}

#navi ul li a:hover{
	background:0;

}


/* key 
----------------------------------- */

#key {

}


/* main 
----------------------------------- */


#main {
width:940px;
margin:0 auto;
background:url(../img/bg_main.jpg) repeat-x;

}





/* side
----------------------------------- */

#side {
margin:20px 10px 0 16px;
	float:left;
	width:250px;
	text-align:left;
	background-color:#E0E0E0;
	padding-bottom:30px;

}


#side ul, li {
margin:0;
padding:0;
}

#side ul li {
	background:url(../img/bg_side_r.jpg) no-repeat;
}

#side ul li a {
	display:block;
	height:30px;
	background:url(../img/bg_side.jpg) no-repeat;
	padding:7px 10px 0px 30px;
	text-decoration:underline;
	color:#444;
}


#side ul#menu01 {
background:url(../img/bg_menu01.jpg) no-repeat;
margin:10px;
padding-top:43px;
}

#side ul#menu02 {
background:url(../img/bg_menu02.jpg) no-repeat;
margin:10px;
padding-top:43px;
}

#side ul#menu03 {
background:url(../img/bg_menu03.jpg) no-repeat;
margin:10px;
padding-top:43px;
}


#side ul li a span {
	text-indent:-9999px;
	visibility:hidden;
}

#side ul li a:hover {
background:0;
}




#side ul li a:hover {
background:0;
color:#3399FF;
}






/* contents
----------------------------------- */


#contents {
float:right;
text-align:left;
width:660px;
padding:20px 0px 0 0px;
}

#contents p {
text-align:left;
padding:5px 20px;
font-size:14px;
line-height:22px;
}

#contents p strong {
font-weight:bold;
}

/* news
----------------------------------- */

#news {
float:right;
width:204px;
background:url(../img/bg_news.jpg) repeat-y;
margin-right:-7px;

}


#news a {
color:#1F9CF9;
text-decoration:underline;
}

#news span {
color:#FE4703;
font-weight:bold;
}

#news p {
padding:0px 15px;
text-align:left;

}

#news hr {
border-bottom:1px dashed #ccc;
width:160px;
height:0px;
margin-right:15px;

}

#news h2 {
background:url(../img/bg_news.jpg) no-repeat;
width:572px;
height:25px;
}

#news h2 span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

#newstable th {
font-size:12px;
padding:5px 3px 3px 3px;
text-align:left;
color:#E77608;
font-weight:bold;
width:40px;
vertical-align:top;

}

#newstable td {
font-size:12px;
padding:5px 3px 3px 3px;
text-align:left;

}

#dod {
border-bottom:1px dashed #ccc;
width:640px;
height:5px;
}

*:first-child+html #dod {
margin-top:10px;
}

/* copy & footer
----------------------------------- */

#copy_out {
height:40px;
background:url(../img/copy_out.jpg) no-repeat;
}


#copy {
height:30px;
background:url(../img/copy.jpg) no-repeat;
width:760px;
}

#copy address {
color:#FFFFFF;
display:block;
float:left;
width:500px;
font-size:85%;
text-align:left;
padding:4px 0 0 10px;
}


#copy a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

#sitemap a {
float:right;
width:100px;
height:30px;
display:block;
}

#privacy a {
float:right;
width:150px;
height:30px;
display:block;
}

#footer {
height:90px;
margin-top:50px;
border-top:2px solid #4E402C;
width:940px;
background-color:#fff;
}

#footer p {
color:#444;
padding:10px 30px;
text-align:left;
}



/* contact
----------------------------------- */

.form {
	font-size:12px;
	background:#ccc;
	margin:20px;

}

.form th {
	background-color:#f6f6f6;
	text-align:left;
	padding-left:20px;
	border:1px #fff solid;

}

.form td {
	padding:10px;
	background-color:#fff;
	text-align:left;
}

#submit {
	margin:10px;
}


/* link
----------------------------------- */

#link {
	margin:10px 0px 0px 0px;
	font-size:12px;

}

#link td {
	padding:3px 3px 3px 3px;

}

#link p {
padding:10px 15px;

}

/* sitemap
----------------------------------- */

#st_list {
text-align:left;

}

#st_list ul {
	margin:10px 10px 10px 40px;

}

#st_list ul li {
	margin:5px 10px;
	list-style:disc;
}


/* ----------------
	table
---------------- */


.table01{
	font-size:12px;
	background:#ccc;
	margin:10px 20px 20px 20px;

}

.table01 th {
	background-color:#f6f6f6;
	text-align:left;
	padding-left:20px;
	border:1px #fff solid;

}

.table01 td {
	padding:5px;
	background-color:#fff;
	text-align:left;

}

.table02{
	font-size:12px;
	background:#ccc;
}

.table02 th {
	background-color:#f6f6f6;
	text-align:left;
	padding:10px;
	border:1px #fff solid;
}

.table02 td {
	padding:10px;
	background-color:#fff;
	text-align:left;
}

.table03{
	font-size:12px;
	background:#ccc;
}

.table03 td {
	background-color:#E0E0FF;
	text-align:center;
	padding:10px;
	border:1px #fff solid;
	color:#040095;
	font-weight:bold;
}

.table03 th {
	padding:10px;
	background-color:#fff;
	text-align:left;
}

.jisseki{
	font-size:12px;
	background:#ddd;
}

.jisseki th {
	background-color:#f6f6f6;
	text-align:left;
	padding:7px;
	border:1px #fff solid;
	font-weight:bold;
}

.jisseki td {
	padding:7px;
	background-color:#fff;
	text-align:left;
}


/* ----------------
	kensaku
---------------- */

#waku_out01 {
padding:2px;
border:1px #ccc solid;
width:680px;
margin:10px 0px 20px 0;
}

#waku_out {
border:2px #53B439 solid;
padding:20px 10px;
width:656px;
background-color:#f6f6f6;
}


#waku_out_c {
border:2px #317FC7 solid;
padding:20px 10px;
width:670px;
background-color:#f6f6f6;
text-align:center;
}


*:first-child+html #waku_out_c {
border:2px #317FC7 solid;
padding:20px 10px;
width:656px;
background-color:#f6f6f6;
}

#waku_out_b {
border:2px #27A732 solid;
padding:20px 10px;
width:670px;
background-color:#f6f6f6;
text-align:center;
}


*:first-child+html #waku_out_b {
border:2px #27A732 solid;
padding:20px 10px;
width:656px;
background-color:#f6f6f6;
}

.waku_b th,td {
font-size:12px;
color:#444;
padding:0px;
text-align:left;
padding-left:5px;

}

.waku_c th,td {
font-size:12px;
color:#444;
padding:0px;
text-align:left;
padding-left:5px;

}

.waku_b {
margin:0px;
width:660px;
}

.waku_b td {
padding:5px 5px 0 5px;
}


#sta {
border:1px solid #999;
background-color:#FFF;
margin-bottom:0px;
width:640px;
margin:0 auto;
}

#sta td {
width:17%;
white-space:nowrap;
padding:3px;
text-align:left;
}


/* menu01 ----------------------- */

#b_side ul li.menu01 a {
	background:url(../img/b_side.jpg) no-repeat;
	background-position:0px -42px;
	height:55px;
}

#b_side ul li.menu01 a:hover {
	background:url(../img/b_side_r.jpg) no-repeat;
	background-position:0px -42px;
	height:55px;
}

/* menu02 ----------------------- */

#b_side ul li.menu02 a {
	background:url(../img/b_side.jpg) no-repeat;
	background-position:0px -96px;
}

#b_side ul li.menu02 a:hover {
	background:url(../img/b_side_r.jpg) no-repeat;
	background-position:0px -96px;
}

/* menu03 ----------------------- */

#b_side ul li.menu03 a {
	background:url(../img/b_side.jpg) no-repeat;
	background-position:0px -138px;
}

#b_side ul li.menu03 a:hover {
	background:url(../img/b_side_r.jpg) no-repeat;
	background-position:0px -138px;
}

/* menu04 ----------------------- */

#b_side ul li.menu04 a {
	background:url(../img/b_side.jpg) no-repeat;
	background-position:0px -180px;
}

#b_side ul li.menu04 a:hover {
	background:url(../img/b_side_r.jpg) no-repeat;
	background-position:0px -180px;
}

/* menu05 ----------------------- */

#b_side ul li.menu05 a {
	background:url(../img/b_side.jpg) no-repeat;
	background-position:0px -222px;
	height:48px;
}

#b_side ul li.menu05 a:hover {
	background:url(../img/b_side_r.jpg) no-repeat;
	background-position:0px -222px;
}


#bukken_main {
text-align:center;
padding:4px;
background-color:#F2F2F2;
border:1px solid #ccc;
margin-bottom:10px;
}

#bukken_main img {
width:538px;
border:1px solid #ccc;
}



#about {
border:1px solid #ccc;
width:198px;
float:right;
text-align:center;
padding:10px 0;
}

#about p {
text-align:left;
padding:5px 10px;

}



/*@album ----------------------- */


#album {
background-color:#f2f2f2;
border:1px #ccc solid;

}

table#album td {
width:170px;
padding:0px;
vertical-align:top;
}

table#album td table td {
padding:5px;
}

#album_in {
background-color:#FFFFFF;
border:1px #ccc solid;
margin:5px 5px 5px 0;

}

#album_in td {
font-size:85%;
padding:5px;

}

#album_in td img {
width:160px;
border:1px #ccc solid;
}


/* ----------------
	2. faq
---------------- */



dl {
	margin:0 0px 15px 0px;
	text-align:left;
}

dt {
	background:url(../img/bg_q.jpg) no-repeat;
	padding:30px 0 20px 120px;
	height:50px;
	vertical-align:middle;
	color:#333;
	font-size:15px;
	margin-bottom:5px;
	font-weight:bold;
	clear:both;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}


dd {
padding:0;
margin:0;
}

dd table {
padding:0;
margin:0;

}
dd table td {
background:url(../img/bg_a.jpg) no-repeat;
padding-top:20px;
}
dd table td p {
padding:60px 30px 20px 20px;
}



#jirei {
text-align:center;
width:500px;
padding:2px;
border:2px solid #FB6D09;
}

#jirei table {
border:1px solid #ccc;
width:500px;
}

#jirei table td {
vertical-align:top;
text-align:center;
padding:5px;
background-color:#f1f1f1;
}

#jirei table div {
padding:3px 3px 0 3px;
border:1px solid #ccc;
width:10px;
height:10px;
background-color:#fff;
}

#jirei table div img {
width:200px;
margin:0;
border:1px solid #ccc;

}



/* ----------------
	kensaku
---------------- */

#bu_kensaku {
width:580px;
height:95px;
background:url(../img/bu_kensaku_r.jpg) no-repeat;
display:block;
}

#kenskau_chi {
width:290px;
height:95px;
display:block;
float:left;
background:url(../img/bu_kensaku.jpg) no-repeat;
}

#kenskau_bai {
width:290px;
height:95px;
display:block;
float:right;
background:url(../img/bu_kensaku.jpg) no-repeat;
background-position:-290px 0;
}

#bu_kensaku a:hover {
background:0;

}

#bu_kensaku a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}





/* ----------------
	osusume
---------------- */


#bg_osu {
background:url(../img/bg_osu.jpg) no-repeat;
padding:50px 100px 10px 20px;

}

#osusume {
float:left;
width:500px;
background-color:#F2EFEA;
text-align:left;
padding-bottom:20px;
}

#osu_bu {
width:150px;
border:1px solid #ccc;
background-color:#fff;
float:left;
margin-left:6px;
margin-top:7px;

}

#osu_bu img {
width:138px;
height:103px;
border:1px solid #ccc;
margin:5px 5px 0px 5px;
}

#osu_bu p {
padding:0px 10px;
text-align:left;
}


#osu_bu p span {
font-size:15px;
font-weight:bold;
color:#CC3300;
}

#kind {
color:#fff;
background-color:#65B820;
margin:0 5px;
padding:0 5px;
font-size:10px;
}




#bu_detail {
background:url(../img/bu_detail_r.jpg) no-repeat;
height:40px;
}

#bu_detail a{
display:block;
background:url(../img/bu_detail.jpg) no-repeat;
height:40px;
}

#bu_detail a:hover{
background:0;
}

#bu_detail a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}



#foot_menu {
text-align:left;
padding:10px;
}

#page_top a {
float:right;
height:30px;
width:90px;
background:url(../img/bu_pt.jpg) no-repeat;
}

#page_top a:hover {
background:url(../img/bu_pt_r.jpg) no-repeat;
}


#page_top a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}


#area {
background:#CBE4B7;
text-align:center;

}

#area_in {
width:680px;
margin:0 auto;
background:url(../img/bg_area.jpg) no-repeat;
}

#area_in p {
padding:0px 50px 20px 50px;


}

#area_in h4 {
margin:50px 50px 0 30px;
font-size:20px;

}









/* top_box
----------------------------------- */


#top {
background:url(../img/bg_top.jpg) no-repeat;
padding:20px; 
width:606px; 
height:173px; 
margin-bottom:10px;
}



#top p {
margin:43px 0 0 -18px;
line-height:18px;
}

#top span {
font-size:18px;
font-weight:bold;
letter-spacing:2px;
}


#box01 {
float:left;
background:url(../img/bg_box01.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 10px 9px 0;
font-size:12px;
} 

#box_in {
margin:5px;
} 

#box_in img {
margin-right:9px;
} 
 
.b_link {
position:absolute;
bottom:5px;
right:10px;
}
 
 
#box02 {
float:left;
background:url(../img/bg_box02.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 0px 9px 0;
font-size:12px;
} 
 
 
#box03 {
float:left;
background:url(../img/bg_box03.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 10px 9px 0;
font-size:12px;
} 
 
 
#box04 {
float:left;
background:url(../img/bg_box03.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 0px 9px 0;
font-size:12px;
} 
 
 
#box05 {
float:left;
background:url(../img/bg_box04.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 10px 9px 0;
font-size:12px;
} 
 
 
#box06 {
float:left;
background:url(../img/bg_box04.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 0px 9px 0;
font-size:12px;
} 
 
 
#box07 {
float:left;
background:url(../img/bg_box04.jpg) no-repeat; 
width:310px; 
height:138px; 
padding:4px; 
position:relative;
margin:0 0px 9px 0;
font-size:12px;
} 
 
 
 
 
 