@charset "euc-jp";

/*floatの解除、ここがポイント*/

.clear {  

     clear:both;} 
	 
/*ボーダー*/

.border{
	width:340px;
	height:10px;
	border-bottom:dotted 1px #666;

     } 
.border2{
	width:690px;
	height:10px;
	border-bottom:dotted 1px #666;

     } 


/*トップへ戻る*/

.toppage{
	padding:5px;
	background-image:url(images/basic/top.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.toppage a{
	display:block;
	width:145px;
	height:20px;
}

/*背景設定*/

#bg {
	width:100%;
	height:100%;
	margin:0 auto;
	background-image:url(images/basic/bg-brown.jpg);

}

#bg2-2{
	background-image:url(images/basic/flower1.png);
	background-repeat:no-repeat;
	
}
#bg2-3{
	background-image:url(images/basic/flower2.png);
	background-repeat:no-repeat;
	background-position:right top;
	
	
}

#bg2 {
	width: 990px;
	margin:0 auto;
	background-image:url(images/basic/bg-brown-right.jpg);
	background-repeat:repeat-y;
	background-position:right;

	
}


#bg3 {
	width: 990px;
	margin:0 auto;
	background-image:url(images/basic/bg-brown-left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	
}

/*全体（背景以外）*/

#contents {
	width: 950px;
	
	background-color:#FFF;
	margin:0 auto;
	
	
}

/*ヘッダー*/

#header {
	
	height:110px;}

/*メニュー*/

#navi {
	width:634px;
	height:75px;
	float:right;
	margin-top:10px;
	
	
}

/*タイトル設定*/

#title {
	width:297px;
}
	

h1 a{
	
	background-image:url(images/basic/title-uemura.jpg);
	width:283px;
	height:56px;
	display:block;
	text-indent:-9999px;
	margin-left:14px;
	}

/*メニュー上段*/

#bottonA {
	width:634px;
	height:30px;
	float:right;
	margin-right:10px;
}

#bottonA ul{
	
	list-style:none;

	
}

#bottonA li{
	float:left;
}

#bottonA li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
		
}

.question{
	background-image:url(images/basic/bottonA-question.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:21px;
	margin-right:12px;
	}

.question:hover {
	background-image:url(images/basic/bottonA-question-hover.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:21px;
	margin-right:12px;
	}
	
.time{
	background-image:url(images/basic/bottonA-time.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:21px;
	margin-right:12px;}
	
.time:hover{
	background-image:url(images/basic/bottonA-time-hover.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:21px;
	margin-right:12px;
	}

.map{
	background-image:url(images/basic/bottonA-map.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:21px;
	margin-right:87px;
}



.map:hover{
	background-image:url(images/basic/bottonA-map-hover.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:21px;
	margin-right:87px;
	}

	
.contact{
	background-image:url(images/basic/tel.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:30px;
	}

	
/*メニュー下段*/

#bottonB {
	width:613px;
	height:29px;
	float:right;
	margin-top:2px;
	margin-right:31px;
}


#bottonB ul{
	
	list-style:none;

	
}

#bottonB li{
	float:left;
}

#bottonB li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
		
}

.top{
	background-image:url(images/basic/bottonB-top.jpg);
	background-repeat:no-repeat;
	width:112px;
	height:29px;
	}
	
.first{
	background-image:url(images/basic/bottonB-first.jpg);
	background-repeat:no-repeat;
	width:99px;
	height:29px;
	
	}

.uemura{
	background-image:url(images/basic/bottonB-uemura.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:29px;
	
	}
	
.menu{
	background-image:url(images/basic/bottonB-menu.jpg);
	background-repeat:no-repeat;
	width:114px;
	height:29px;
	
	}
.guide{
	background-image:url(images/basic/bottonB-staff.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:29px;
	
	}

.question2{
	background-image:url(images/basic/bottonB-contact.jpg);
	background-repeat:no-repeat;
	width:87px;
	height:29px;
	
	}
	
/*メニュー下段 案内テキスト*/

#bottonc {
	width:500px;
	height:29px;
	float:right;
	margin-top:10px;
	
}
	
#bottonc p{
	font-size:14px;
	color: #ff6633;
	font-weight:600;
	font-weight:bold;
	
	
}
	

/*メイン画像設定*/
#main
{
	background-image:url(images/main/main-img.jpg);
	width:950px;
	height:330px;
	text-indent:-9999px;
}


#center{
	width:950px;
	height:1500px;
	font-weight: bold;
	
	}
#left{
	
	width:690px;
	height:1485px;
	margin-left:10px;
	float:left;}
	



#right{
	width:230px;
	height:1485px;
	margin-right:10px;
	float:right;
}


/*フッター背景*/

#bg4{
	width: 100%;
	height:360px;
	background-image:url(images/footer/bg-brown-footer.jpg);
	margin:0 auto;

}
#bg5{
	width: 1000px;
	height:360px;
	margin:0 auto;
	background-image:url(images/footer/bg-brown-footer-right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}

#bg6{
	width: 1000px;
	height:360px;
	margin:0 auto;
	background-image:url(images/footer/bg-brown-footer-left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	
}

/*フッター設定*/
#footer{
	
	width:950px;
	height:360px;
	margin:0 auto;
	background-image:url(images/footer/bg-gray-footer.jpg);}
	
	
#right-footer{
	width:461px;
	height:360px;
	margin-left:10px;
	float:left;
	
}

#time{
	padding-top:10px;
	
	}
.time{
	
	
	
}
.time2{
	padding-top:20px;
	
}

#staffblog{
	padding-top:20px;
	}
.staffblog2{
	width:460px;
	height:80px;
}
	
#left-footer{
	width:460px;
	height:360px;
	float:right;
	
}
	
#access{
	padding-top:10px;
	height:350px;

	}
	
.map3{
	
	width:440px;
	height:70px;
	background-image:url(images/footer/white2.png);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-right:10px;
	padding-top:10px;
	padding-left:15px;
	font-size:12px;}
.map2{
	width:440px;
	height:190px;
	margin-top:20px;
	
	}
	
/*その他フォント*/

p {
	color: #666;
	font-size:12px;
}
li {
	color: #666;
	font-size:12px;
}
.orenge {
	color: #ffcc66;
	font-weight:bold;
}

a{ font-size:12px;}


/*レフト２カラム*/
#left-1{
	
	width:650px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
	
	}

#left-2{
	
	width:690px;
	
	}


#left-3{
	
	width:340px;
	float:left;}

#left-4{
	
	width:340px;
	margin-left:10px;
	float:left;}


#left-5{
	
	width:690px;}

#left-6{
	
	width:650px;
	margin-top:10px;
	margin-left:30px;
	
	}



#left-1 .center-title {
	color: #ff6633;
	padding-bottom:10px;
	font-weight: bold;
	font-size: 18px;
	font-weight:600;
}


#left-1 p{
	line-height:2;
	color: #666;
	font-size: 14px;
	
}

#left-6 .center-title {
	color: #ff6633;
	padding-bottom:20px;
	font-weight: bold;
	font-size: 16px;
}

#left-6 li {
	line-height:2;
	border-bottom:dotted 1px #666;
}


#left-6 li span{
	color: #ff6633;
	padding-right:10px;
	
	
}


/*メニューの設定*/

div.top-menu{
	margin-top:10px;
	height:200px;
	
}


div.top-menu h6{
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	background-image:url(images/main/chip.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 20px;
	font-size:12px;
}



.menu-title{
	width:650px;
	height:35px;
	margin-top:10px;
	background-image:url(images/main/top-menu-title.jpg);
	background-repeat:repeat-x;
	padding:5px 20px;
	color:#FFF;
	font-size:14px;
	
}

.menu-font{
	padding-top:10px;
	line-height:1.6;
	
}

.menu-img{
	padding-top:5px;
	float:right;
}
/*ライトの設定*/

#right-1{
	
	width:230px;
	
	}


#right-1 .menu-title2 {
	width:190px;
	height:35px;
	
	background-image:url(images/main/top-menu-title.jpg);
	background-repeat:repeat-x;
	padding:5px 20px;
	color:#FFF;
	font-size:14px;}

#right-2{
	
	width:230px;
	
	}
#right-news{
	
	margin-top:5px;
	border-bottom:solid 1px #666;
	border-top:solid 1px #666;}

#right-2 .news-date{
	font-size:12px;
	color:#006;
	text-align:right;
	padding:5px 10px;
	font-weight: bold;
	
}

#right-2 .new-txt{
	font-size:12px;
	line-height:1.6;
	padding:5px 10px;
	border-bottom:dotted 1px #666;}

#right-2 .new-txt a{
	font-size:12px;
	line-height:1.6;
	border-bottom:dotted 1px #666;}




#right-3{
	margin-top:20px;
	width:230px;
	
	}
	

#right-3 .menu-title2 {
	width:190px;
	height:35px;
	
	background-image:url(images/main/top-menu-title.jpg);
	background-repeat:repeat-x;
	padding:5px 20px;
	color:#FFF;
	font-size:14px;}

#right-4 .right-banner1{
	margin-top:0px;
	width:230px;
	text-align:center;
	
	}
	
#right-4 .right-banner2{
	margin-top:5px;
	width:230px;
	text-align:center;
	
	}
#right-4 .right-banner3{
	background-color:#ff6633;
	border-radius: 10px;
	margin-top:30px;
	padding-top:20px;
	width:230px;
	height:45px;
	text-align:center;
	color:#FFF;
	
	}
#right-4 .right-banner3 a{
	color:#FFF;
	padding-bottom:5px;
	border-bottom:dotted 1px #FFF;
	}
	
#right-4 .right-banner4{
	background-color:#ff6633;
	border-radius: 10px;
	margin-top:5px;
	padding-top:20px;
	width:230px;
	height:45px;
	text-align:center;
	color:#FFF;
	
	}
#right-4 .right-banner4 a{
	color:#FFF;
	padding-bottom:5px;
	border-bottom:dotted 1px #FFF;
	}
	
#right-info{
	margin-top:10px;
	}

#right-info .info-txt{
	padding:10px 10px;
}
	
#right-info .info-txt span{
	font:14px;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:dotted 1px #666;
}


#flash{
	width:950px;
	height:330px;
	
	
}
