/*　基本構造　*/

body {
	background-color: #f9f6d6;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	}
	
div#wrapper{
	width: 100%;
	margin: 20px auto;
	padding: 0;
	}
	

	

.title{
    color:#22aa59;
    font-size: 16px;
    font-weight: bold;
}
.btn{
    cursor:pointer;
}
img.photo{
    margin-bottom:16px;
}

/*　FAQ　*/

div#faq{
	margin: 40px auto;
	}

/*　フッタ　*/

div#foot{
	width: 100%;
	height: 450px;
	background: url(../images/foot_bg02.gif)
	}
	
div#foot_navi{
	background: url(../images/foot_bg.gif) no-repeat center top;
	height: 49px;
	padding-top: 10px;
	}
	
/*　リンク　*/

a:link{ color: #30c45e; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }

div#faq a:link{ color: #000000; text-decoration: none; }
	 
div#faq a:visited{ color: #80a0ad; text-decoration: none; }
	 
div#faq a:hover{ color: #eb660f; text-decoration: none; }

.title{
    color:#22aa59;
    font-size: 16px;
    font-weight: bold;
}
.btn{
    cursor:pointer;
}
img.photo{
    margin-bottom:16px;
}
