@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;
background-position:6px 10px;
width:729px;
height:50px;
text-align:left;
padding:22px 0 0 0;
	font-size:18px;
	font-weight:bold;
	clear:both;
	color:#555;
	text-indent:36px;
	letter-spacing:2px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

h2#wide {
background:url(../img/bg_h2w.jpg) no-repeat;
width:970px;
height:50px;
text-align:left;
padding:18px 0 0 0;
	font-size:18px;
	font-weight:bold;
	clear:both;
	color:#fff;
	text-indent:42px;
	letter-spacing:2px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}


h3 {
background:url(../img/bg_h3.jpg) no-repeat;
background-position:0px 0px;
height:30px;
text-align:left;
padding:11px 0 0 0;
	font-size:13px;
	clear:both;
	color:#296509;
	text-indent:30px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}


#faq h3 {
background:url(../img/bg_h3_faq.jpg) no-repeat;
background-position:-7px 0px;
height:30px;
text-align:left;
padding:11px 0 0 0;
	font-size:13px;
	clear:both;
	color:#BF2318;
	text-indent:30px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

h4 {
	background:url(../img/bg_h4.jpg) no-repeat;
	background-position:0px 0px;
	height:24px;
	margin-top:9px;
	font-size:13px;
	color:#3B771C;
	padding:0px 0 0 0px;
	text-indent:20px;
	clear:both;
	text-align:left;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	}
blockquote {
	margin:5px 20px 5px 30px;
	padding:10px;
	font-size:100%;
	border:1px solid #ED493F;
	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;


}


blockquote.bus {
	margin:5px 20px 5px 30px;
	padding:10px;
	font-size:100%;
	border:2px solid #66A643;
	background-color:#F3FDE5;
	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;


}

#green {
background-color:#ECFDE3;
border-top:#fff 1px solid;
border-left:#fff 1px solid;
}

#green02 {
text-align:center;
background-color:#ECFDE3;
border:1px solid #A1D0AD;
}



#blue {
background-color:#EAF7FF;
border-top:#fff 1px solid;
border-left:#fff 1px solid;
}


#blue02 {
text-align:center;
background-color:#EAF7FF;
border:1px solid #A1C1D0;
}


#yellow {
background-color:#FBFAE1;
border-top:#fff 1px solid;
border-left:#fff 1px solid;
}

#orange {
background-color:#FEF3E6;
border-top:#fff 1px solid;
border-left:#fff 1px solid;

}



/* body
----------------------------------- */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:60%;
	color:#444;
	margin:0;
	padding:0;
	line-height:14pt;
}

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;

}

.red15b {
	color:#E20000;
	font-size:15px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;

}

.red18 {
	color:#E20000;
	font-size:18px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

.gray18 {
	color:#444;
	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;
}

.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;
}



/* oowaku
----------------------------------- */

#all {
	text-align:center;
} 


#container {
	width:960px;
	text-align:center;
	margin:0 auto;
	background-color:#FFFFFF;
	clear:both;
}

#container-in1 {
	width:960px;
	margin: 0 auto;
	position: relative;
	text-align:center;
}

/* head
----------------------------------- */


#head {
	background:url(../img/head_r.jpg) no-repeat;
	height:102px;
	position:relative;
	margin:0 auto;
	width:960px;
}

#logo {
	background:none;
	display:block;
	height:70px;
	width:330px;
	position:absolute;
	top:23px;
	left:20px;
}

#head span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

#head li span {
	text-indent:-9999px;
	visibility:hidden;
}

#headmenu {
	position:absolute;
	top:23px;
	left:598px;
}

#headmenu li {
	float:left;
	margin-left:12px;
	}
#headmenu li a {
	background:url(../img/head.jpg) no-repeat;
	display:block;
	height:15px;
	}

#headmenu li.sitemap a { background-position:-610px -23px;	width:67px; }
#headmenu li.company a { background-position:-689px -23px;	width:50px; }
#headmenu li.privacy a { background-position:-751px -23px;	width:108px; }
#headmenu li.ask a { background-position:-871px -23px;	width:70px; }

#headmenu ul li a:hover{
	background:0;
	}


#fontsize {
	position:absolute;
	left:584px;
	top:59px;
}

#fontsize li {
	float:left;
}

#fontsize li a {
	display:block;
	width:18px;
	height:18px;
}

#fontsize span {
	text-indent:-9999px;
	visibility:hidden;
}

#fontsize li.small a {
	background:url(../img/head_r.jpg) no-repeat;
	background-position:-584px -59px;
}
#fontsize li.midium a{
	background:url(../img/head.jpg) no-repeat;
	background-position:-602px -59px;
}

#fontsize li.large a{
	background:url(../img/head.jpg) no-repeat;
	background-position:-620px -59px;
}

#fontsize li a:hover {
	background:0;
}

#muryou {
	position:absolute;
	left:646px;
	top:41px;
	width: 140px;
}

#muryou span {
	text-indent:-9999px;
	visibility:hidden;
}

#muryou a {
	display:block;
	width:139px;
	height:53px;
	background:url(../img/head.jpg) no-repeat;
	background-position:-646px -41px;
}

#muryou a:hover {
	background:0;
}

/* navi
----------------------------------- */

#navi {
	height:65px;
	width:960px;
	background:url(../img/navi_r.jpg) no-repeat;
	margin:0 auto;
}


#navi ul li {
	float:left;	
}

#navi ul li a {
	background:url(../img/navi.jpg) no-repeat;
	display:block;
	height:65px;
	width:160px;
}

#navi ul li.on a{
	background:url(../img/navi_on.jpg) no-repeat;
	display:block;
	height:65px;
	width:160px;
}


#navi ul li a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

#navi ul li a:hover{
	background:0;
}

#navi ul li.menu01 a,#navi ul li.menu01.on a{	background-position:0px 0px; }
#navi ul li.menu02 a,#navi ul li.menu02.on a{	background-position:-160px 0px; }
#navi ul li.menu03 a,#navi ul li.menu03.on a{	background-position:-320px 0px; }
#navi ul li.menu04 a,#navi ul li.menu04.on a{ background-position:-480px 0px; }
#navi ul li.menu05 a,#navi ul li.menu05.on a{	background-position:-640px 0px; }
#navi ul li.menu06 a,#navi ul li.menu06.on a{ background-position:-800px 0px; }


/*----v_E̐ݒ----*/


#navi ul li.n_01 a,#navi ul li.n_01_on a{ background-position:-480px 0px; }

#navi ul li.n_01_on ul.sub {
	position:absolute;
	width:180px;
	height:30px;
	top:156px;
	left:481px;
	z-index:10px;
	background:none;
}

#navi ul li.n_01 ul.sub {
	display:none;
}

#navi ul li ul.sub li a {
	padding:0px 0 0 0;
	height:23px;
	display:block;
	z-index:10px;
	width:157px;
}

#navi ul li ul.sub li.sub01 a {
	background:url(../img/bg_sub.jpg) no-repeat;
}
	
#navi ul li ul.sub li.sub01 a:hover {
	background:url(../img/bg_sub_r.jpg) no-repeat;
	background-position:0px 0px;
}

#navi ul li ul.sub li.sub02 a {
	background:url(../img/bg_sub.jpg) no-repeat;
		background-position:0px -26px;
		height:22px;
}
	
#navi ul li ul.sub li.sub02 a:hover {
	background:url(../img/bg_sub_r.jpg) no-repeat;
	background-position:0px -26px;
}


#navi ul li ul.sub li.sub03 a {
	background:url(../img/bg_sub.jpg) no-repeat;
		background-position:0px -48px;
		height:23px;
}
	
#navi ul li ul.sub li.sub03 a:hover {
	background:url(../img/bg_sub_r.jpg) no-repeat;
	background-position:0px -48px;
}


#navi ul li ul.sub li.sub04 a {
	background:url(../img/bg_sub.jpg) no-repeat;
		background-position:0px -71px;
		height:30px;
}
	
#navi ul li ul.sub li.sub04 a:hover {
	background:url(../img/bg_sub_r.jpg) no-repeat;
	background-position:0px -71px;
}

/*----v_E̐ݒ02----*/


#navi ul li.n_02 a,#navi ul li.n_02_on a{ background-position:-640px 0px; }

#navi ul li.n_02_on ul.sub02 {
	position:absolute;
	width:180px;
	height:30px;
	top:156px;
	left:641px;
	z-index:10px;
	background:none;
}

#navi ul li.n_02 ul.sub02 {
	display:none;
}

#navi ul li ul.sub02 li a {
	padding:0px 0 0 0;
	height:26px;
	display:block;
	z-index:10px;
	width:157px;
}

#navi ul li ul.sub02 li.sub05 a {
	background:url(../img/bg_sub02.jpg) no-repeat;
}
	
#navi ul li ul.sub02 li.sub05 a:hover {
	background:url(../img/bg_sub02_r.jpg) no-repeat;
	background-position:0px 0px;
}

#navi ul li ul.sub02 li.sub06 a {
	background:url(../img/bg_sub02.jpg) no-repeat;
		background-position:0px -26px;
		height:28px;
}
	
#navi ul li ul.sub02 li.sub06 a:hover {
	background:url(../img/bg_sub02_r.jpg) no-repeat;
	background-position:0px -26px;
}



/* key 
----------------------------------- */

#key {

}

#fla {
float:left;
}

#main_img{
	margin-bottom:10px;
}

/* main 
----------------------------------- */

#main {
width:960px;
margin:0 auto 20px;
}


/* side
----------------------------------- */

#side {
	margin:0;
	float:right;
	width:320px;
	text-align:left;
	background:url(../img/side_r.jpg) no-repeat;
/*	padding-bottom:40px;*/
}

#side p.mitsumori a {
	display:block;
	height:168px;
	background:url(../img/side.jpg) no-repeat 0px 0px;
}

#side p.mitsumori a:hover {
	background:0;
}

#side p.miryoku {	height:190px;}
#side p.youto {	height:195px;}

#side p.mitsumori span,
#side p.miryoku span,
#side p.youto span {
	text-indent:-9999px;
	visibility:hidden;
}


#side ul li a {
	display:block;
	height:80px;
}

#side ul li a:hover {
	background:0;
}

#side ul li a span {
	text-indent:-9999px;
	visibility:hidden;
}



/* menu01 ----------------------- */

#side ul li.menu01 a {
	background:url(../img/side.jpg) no-repeat;
	background-position:0px -553px;
}

/* menu02 ----------------------- */

#side ul li.menu02 a {
	background:url(../img/side.jpg) no-repeat;
	background-position:0px -633px;
}

/* menu03 ----------------------- */

#side ul li.menu03 a {
	background:url(../img/side.jpg) no-repeat;
	background-position:0px -713px;
}

/* menu04 ----------------------- */

#side ul li.menu04 a {
	background:url(../img/side.jpg) no-repeat;
	background-position:0px -793px;
}

/* menu05 ----------------------- */

#side ul li.menu05 a {
	background:url(../img/side.jpg) no-repeat;
	background-position:0px -873px;
}



#side ul li a:hover {
background:0;
}



/* #right
----------------------------------- */

#right ul, li {
margin:0;
padding:0;
}

#right ul li {
margin:0;
padding:0;
background:url(../img/bg_li02_r.jpg) no-repeat;
}

#right ul li a {
	display:block;
	height:24px;
	background:url(../img/bg_li02.jpg) no-repeat;
	padding-top:7px;
	text-indent:24px;
	color:#555;
	text-align:left;
}

#right ul li a:hover {
	background:0;
}

#right ul li a span {
	text-indent:-9999px;
	visibility:hidden;
}



/* contents
----------------------------------- */


#contents {
float:left;
text-align:left;
width:690px;
}

#contents p {
text-align:left;
padding:5px 30px;
}


#contents_top {
	float:left;
	text-align:left;
	width:630px;
}

#contents_top p {
/*	text-align:left;
	padding:5px 30px;
*/}


/* news
----------------------------------- */

#news {
}


/* 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;
text-align:left;
padding-left:30px;
}


#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;
width:970px;
background:url(../img/bg_foot.jpg) no-repeat;
position:relative;
}


#footer a {
text-decoration:underline;
}

#cp {
	position:absolute;
	top:25px;
	left:629px;
	font-size:10px;
}

#foot_menu {
	position:absolute;
	top:16px;
	left:12px;

}


#footer p {
color:#444;
padding:10px 30px;
text-align:center;
}



/* contact
----------------------------------- */

.form {
	font-size:12px;
	background:#ccc;
	margin:20px;
}

.form th {
	background-color:#E6F8FC;
	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 20px;
	font-size:12px;

}

#link td {
	padding:3px 3px 3px 10px;


}

/* sitemap
----------------------------------- */

#sitem {
text-align:left;

}

#sitem a {
text-decoration:underline;
}

#sitem ul {
	margin:10px 10px 10px 40px;

}

#sitem 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:#999;
}

.table02 th {
	background-color:#E0EECB;
	text-align:left;
	font-weight:bold;
	padding:10px;
	border:1px #fff solid;
}

.table02 td {
	text-align:left;
	padding:10px;
	background-color:#fff;
	font-size:12px;
}
.table03{
	font-size:12px;
	background:#999;
	margin-top:10px;
}

.table03 th {
	background-color:#f6f6f6;
	text-align:left;
	padding:5px;
	border:1px #fff solid;
}

.table03 td {
	padding:5px;
	background-color:#fff;
	text-align:left;
}


.table04{
	font-size:12px;
	background:#999;
}

.table04 th {
	background-color:#f6f6f6;
	text-align:left;
	padding:10px;
	border:1px #fff solid;
	font-weight:bold;
}

.table04 td {
	padding:10px;
	background-color:#fff;
	text-align:left;
}

.table04 td#red {
	padding:10px;
	background:#CC3300;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

.table04 td#red_a {
	padding:10px;
	background-color:#FF9900;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

.table_y {
	font-size:12px;
	background:#999;
}

.table_y th {
	background-color:#f6f6f6;
	text-align:left;
	padding:3px;
	border:1px #fff solid;
	font-weight:bold;
}

.table_y td {
	padding:3px;
	background-color:#fff;
	text-align:left;
}

.price {
background:url(../img/bg_price.jpg) no-repeat;
height:183px;
margin-bottom:20px;
}
.price td {
text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	color:#CC3300;
}


#cam {
background:url(../img/bg_cam.jpg) no-repeat;
margin-bottom:10px;
}

#cam th {
text-align:left;
color:#fff;
padding:1px 20px;
	font-weight:bold;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
}

#cam td {
padding:10px 20px;
vertical-align:top;
}


/* ----------------
	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;
}




#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;

}


.table_yoyaku {
	font-size:12px;
	background:#ccc;
	border:1px solid #999;
	margin:0 auto;
	margin-bottom:5px;
}

.table_yoyaku th {
	background-color:#EDF3E3;
	text-align:left;
	padding:5px;
	border:1px #fff solid;
	width:120px;
	font-size:12px;
}

.table_yoyaku th#title {
width:100%;
background-color:#67AA44;
color:#fff;
}

.table_yoyaku td {
	padding:5px;
	background-color:#fff;
	text-align:left;
	font-size:12px;
}

.table_yoyaku td table td {
	padding:0px;
	background-color:#fff;
	text-align:left;
	font-size:12px;
}




#kiyaku {
text-align:left;
padding:10px;
background-color:#f1f1f1;
margin:0px 10px 20px 20px;
overflow:auto;
height:400px;
width:640px;
}

.page_top a {
display:block;
float:right;
height:30px;
width:560px;
background:url(../img/pt.jpg) no-repeat;
clear:both;
margin-right:20px;
}

.page_top a:hover {
background:url(../img/pt_r.jpg) no-repeat;
}


.page_top a span {
	text-indent:-9999px;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}



#bus_kind {
background-color:#ccc;
}


#bus_kind th {
background-color:#00B8D9;
padding:5px 20px;
color:#fff;
font-weight:bold;
}

#bus_kind td {
background-color:#fff;
padding:10px;
}

#bus_kind td img {
width:300px;
}

#bus_gal td {
text-align:center;
vertical-align:middle;
font-size:12px;
vertical-align:top;
}

#bus_gal img {
width:220px;
}

/* ----------------
	flow
---------------- */

#flow {
	margin-bottom:13px;
	padding-bottom:4px;
	width:629px;
	background:url(../img/bot_contents.jpg) bottom center no-repeat;
}

.sideline{
	padding:0 0 10px;
	width:627px;
	text-align:center;
	border-left:#E4DCCA solid 1px;
	border-right:#E4DCCA solid 1px;
}


/* ----------------
	pricelist
---------------- */

#pricelist {
	margin-bottom:13px;
	padding-bottom:4px;
	width:629px;
	background:url(../img/bot_contents.jpg) bottom center no-repeat;
}

#pricelist table {
	margin:0 auto 8px;
	padding:0;
	width:627px;
	height:190px;
	background:url(../img/pricelist_table.gif) top center no-repeat;
}

#pricelist table th {
	text-indent:-9999px;
	visibility:hidden;
	height:42px;
	width:200px;
}

#pricelist table td {
	padding-top:8px;
	text-align:center;
	vertical-align:top;
	color:#CC3300;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	font-size:130%;
	font-weight:bold;
}

#pricelist table td span {
	text-indent:-9999px;
	visibility:hidden;
}


#pricelist ul {
	margin-left:17px;
	color:#EC6450;
	text-align:left;
	font-size:79%/*10px*/;
}



/* ----------------
	read
---------------- */
#read {
	margin-bottom:13px;
	text-align:center;
}

#read p {
	background:url(../img/read_img_r.jpg) bottom center no-repeat;
	padding-left:361px;
	height:134px;
}

#read p span{
	text-indent:-9999px;
	visibility:hidden;
}

#read p a {
	display:block;
	height:134px;

	background:url(../img/read_img.jpg) bottom center no-repeat;
	background-position:-360px 0px;
}

#read p a:hover {
	background:0;
}

/* ----------------
	kindofbus
---------------- */

#kindofbus {
	margin-bottom:13px;
	padding-bottom:4px;
	width:629px;
	background:url(../img/bot_contents.jpg) bottom center no-repeat;
}

#kindofbus_table {
	margin:0 auto;
	width:627px;
	height:194px;
	background:url(../img/kind_table_r.jpg) top center no-repeat;
	font-size:79%;
	line-height:18pt;
}

#kindofbus_table p {
	float:left;
	width:193px;
	height:93px;
	padding:6px 0px 0px 120px;
	text-align:left;
}
#kindofbus_table p a {
	background:url(../img/kind_table.jpg) top center no-repeat;
	float:left;
	padding-left:4px;
	display:block;
	width:187px;
	height:87px;
	color:#323232;
}
#kindofbus_table p.kind01 a{	background-position:-120px -6px; }
#kindofbus_table p.kind02 a{	background-position:-433px -6px; }
#kindofbus_table p.kind03 a{	background-position:-120px -105px; }
#kindofbus_table p.kind04 a{	background-position:-433px -105px; }

#kindofbus_table p a:hover {
	background:0;
}
	
#kindofbus_table p span {
	color:#00227d;
	font-size:120%/*12px*/;
	font-weight:bold;
}

#bentou {
border:1px solid #ccc;
background:#FFFFFF;
width:190px;
margin:5px 0;
}

#bentou img {
width:175px;
margin:8px;
border:1px solid #ccc;
}

#bentou td {
padding:0px 10px 10px 10px;
text-align:center;
font-size:12px;

}

#season {
border:1px solid #ccc;
background-color:#D4EBFD;
margin:5px 0;
}


#season td {
text-align:center;
vertical-align:top;

}

#season th {
font-size:14px;
font-weight:bold;
	letter-spacing:2px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	padding-top:8px;
	color:#0873C7;

}



#season_l {
border:1px solid #ccc;
background-color:#E0EECB;
margin:10px 0;
}


#season_l td {
text-align:center;
vertical-align:top;

}

#season_l th {
font-size:14px;
font-weight:bold;
	letter-spacing:2px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	padding-top:8px;
	color:#427F22;

}



/* ----------------
	faq
---------------- */

#faq {
text-align:center;
background:url(../img/bg_faq.jpg) repeat-y;
width:640px;
margin:10px auto;

}



ul.acc {
	width: 640px;
	margin:0 auto;
}

ul.acc li div ul {
	height: 120px;
}

ul.acc, ul.acc li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}

ul.acc a{
	color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-decoration: none;
	outline: none;
}

ul.acc li a {
background:url(../img/bg_q.jpg) no-repeat;
display:block;
height:52px;
padding:18px 30px 0 110px;
	font-family:"qMmpS Pro W3" , "lr oSVbN", Osaka;
	font-size:15px;
	color:#3C8218;
}

ul.acc li div ul li { 
background:url(../img/bg_a.jpg) no-repeat;
display:block;
height:52px;
padding:18px 30px 0 120px;
	font-size:12px;
	color:#666;
}

ul.acc li div ul li a:hover { 
}

ul.acc li div ul,
ul.acc li div div.notlast {
}

ul.acc li div div {
	height: 10px;
}

ul.acc li div div.last {
	background: transparent url(acc_menu_last.png) left bottom no-repeat;
}




#voice_out {
background:url(../img/voice_woman.jpg) no-repeat;
margin-bottom:20px;
}

#voice {
width:570px;
margin-left:120px;
background:url(../img/bg_voice.jpg) no-repeat;
}

#voice p {
padding:20px 20px 10px 40px;
}













