@charset "utf-8";
/* 共通 */

*, html, body, img, a, p {
	margin: 0px;
	padding: 0px;
	border: 0px;}

body { font-family: "Meiryo UI", "ＭＳ ゴシック", "Osaka－等幅";}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;}
	
a {
	text-decoration: none;
	color: #000;}

a:hover {
	color: #FF0000;
	text-decoration: none;}

/* ヘッダー トップ メニュー */

h1 {
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 5px 0 0;}
	
h2 {
	margin: 20px 0;
	text-align: center;}
	
#top .left {
	width: 525px;
	height: 350px;
	float: left;
	margin: 0;
	padding: 0;}
	
#top .left p {
	margin: 10px 0 0 50px;
	padding: 0;}
	
#top .left .center {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;}
	
a.btn-1 {
	display: block;
	width: 304px;
	height: 34px;
	background-image: url(img/top-btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 auto;}
	
a:hover.btn-1 {
	background-image: url(img/top-btn_on.gif);}
		
#top .right {
	float: right;
	margin: 0 50px 0 0;}
	
#menu ul {
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 50px;}

#menu li {
	float: left;
	margin: 10px 10px 0;}
	
/* メインコンテンツ */

.bunner {
	width: 468px;
	height: 60px;
	margin: 20px auto 30px;}
	
#main .box, .box2, .box3 {
	width: 650px;
	margin: 0 auto 20px;}
	
#main .box p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;}

#main .box p {
	width: 600px;
	margin: 0 0 0 25px;}
	
#main .box2 div {
	width: 650px;
	height: 250px;
	background-image: url(img/kuchikomi-boad.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0;
	font-size: 14px;}
	
/* 口コミ */
#main .box2 div h4 {
	font-size: 16px;
	letter-spacing: 1px;
	width: 350px;
	position: relative;
	top: 15px;
	left: 160px;}
	
#main .box2 div p {
	letter-spacing: 1px;
	position: relative;}
	
#main .box2 div p span {
	font-weight: bold;}
	
#main .box2 div .txt01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 2px;
	color: #c00;
	width: 200px;
	text-decoration:underline;
	top: 35px;
	left: 225px;}
	
#main .box2 div .txt02 {
	font-size: 14px;
	line-height: 20px;
	width: 600px;
	top: 35px;
	left: 25px;}

a.btn-2 {
	display: block;
	width: 310px;
	height: 50px;
	background-image: url(img/official-btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 10px auto 0;}
	
a:hover.btn-2 {
	background-image: url(img/official-btn_on.gif);}
	
/* Q&A */
#main .box3 h4 {
	height: 20px;
	background-image:url(img/q&a.gif);
	background-repeat:no-repeat;
	margin: 20px 0 0 35px;
	padding: 0 0 0 60px;
	font-size: 20px;
	font-family: "HGS行書体";}
	
#main .box3 p {
	margin: 5px 0 0 100px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;}
	
/* リンクページ */

.link {
	width: 700px;
	margin: 30px auto;}
	
.link p {
	font-size: 14px;
	margin: 0;
	text-align: center;
	line-height: 30px;}
	
/* フッター */

#fotter ul {
	width: 300px;
	height: 25px;
	font-size: 12px;
	float: left;}

#fotter li {
	float: left;
	margin: 5px 10px 0;}
	
address {
	font-size: 12px;
	float: right;
	margin: 5px 20px 0 0;}


/* 段組み */

#warpper {
	width: 800px;
	margin: 0 auto;
	background-image: url(img/body-bg.gif);
	background-repeat:no-repeat;}
	
#header {
	width: 780px;
	height: 25px;
	margin: 0 10px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;}
	
#top {
	width: 780px;
	height: 350px;
	background-image: url(img/top-bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;}
	
#menu {
	width: 780px;
	height: 25px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	clear: both;}
	
#main {
	width: 780px;
	margin: 0 auto;}
	
#fotter {
	width: 780px;
	height: 25px;
	background-image: url(img/fotter-bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;}
