@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	color:#333333;
}
body{
	background-color:#FFE;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	width:962px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	/* background-image: url("images/rakkun.png");
	background-repeat: no-repeat;
	background-position: right center; */

}

img{
	border:none
	}

#main{
	height:500px;
	margin-bottom:20px;
	
}
.main_text{
	font-size:16px;
	
}
#right_part{
	
}
#header{
	width:962px;
	height:110px;
	margin-bottom:20px;
}
.address{
	
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.map{
	float:right;
}
.faq{
	color:#F00;
	margin-left:10px;
	margin-top:10px;
}
.answer{
	color:#333;
	margin-left:50px;
	text-align: left;
}
.clear{
	float:none;
}
.lefty{
	float:left;
	margin-right:20px;
	
}
.right{
	float:right;

}
a{
text-decoration: none;
}
a:hover {
background-color: #ffd78c;
color: #2b2b2b;
}

.footer{
	margin-top:10px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}
h2{
	color:#C96;
	font-size:36px;
	text-decoration:underline;
	margin-bottom:20px;
}
h4 {
	color: #F00;
	font-size:30px;
}
h3{
	color: #666;
	font-size:24px;
}
