/* CSS Document */

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo,   sans-serif;	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color:#FFF6EF;
}


*{
	margin:0;
	padding:0;
}
img{
	vertical-align: middle;
}
a {
	color:#D96D83;
	font-weight:bold;
	text-decoration: none;
    border-bottom: 1px solid #D96D83;
    padding-bottom: 2px;
}
a img {
	border:none;
}
a:hover{
	color:#5B4404;
	border:none;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
li {
	list-style:none;
}
i {
	padding:0 5px;
}
p {
	text-align: left;
	font-size: 90%;
	line-height: 220%;
	max-height:100%;
}
.brown{
	color:#5B4404;
	font-weight:bold;
}
.wrap{
	overflow: hidden;
}
header {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.head_logo{
	float:left;
	margin-left: 10px;
}
header a{
	border:none;
}
header a:hover{
	position:relative; 
	top: 2px; 
	left:0px;
}

main {
	width: 1000px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;	
}

/*  ーーーーーーーーーー　 copy　 ーーーーーーーーーー  */

.copy{
	background-image:url(images/copy_back.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:20px 220px;	
}
.copy p{
	margin: 20px 0px 25px 25px;
}

/*  ーーーーーーーーーー　 intro　 ーーーーーーーーーー  */
#intro {
	padding: 30px 140px;
}

#intro p {
	display:inline-block;
	margin: 0px 0px 20px 0px;
}
#intro img{
	vertical-align:middle;
}



.img_l{
	float: left;
	margin-right: 30px;
}
.img_r{
	float: right;
	margin-left: 40px;
}
.img_c{
	text-align:center;
	margin-bottom:40px;
}



/*  ーーーーーーーーーー　 syukan　 ーーーーーーーーーー  */
#syukan{
	padding: 50px 110px;
	background-color:#F3E7D6;
	border-bottom:solid 1px #fff;
}

#syukan .box{
	background-image:url(images/sec2_back.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#syukan p{
	width: 520px;
	margin: 20px  0px 32px 60px;
}

/*  ーーーーーーーーーー　koshiyupack　 ーーーーーーーーーー  */

#koshiyupack{
	padding: 70px 110px 30px 110px;
	background-color:#F2CFD6;
}
#koshiyupack .box{
	background-image:url(images/sec3_back.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#koshiyupack p{
	width: 610px;
	margin: 20px  0px 32px 80px;
}

#sec3_1{
	background-image:url(images/sec3_img1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding: 20px;
}
#sec3_1 p{
	margin:10px 0px 10px 110px;
}
.chu_waku{
	margin:0px 0px 10px 160px;
	padding-bottom:120px;
	line-height:180%;
	font-size:80%;
	text-align:left;
}

#sec3_2{
	background-image:url(images/sec3_img2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding: 20px;
}
#sec3_2 p{
	margin:10px 0px 25px 110px;
}
.chu_waku2{
	margin:0px 0px 10px 220px;
	padding-bottom:20px;
	line-height:180%;
	font-size:80%;
	text-align:left;
}

	
#sec3_3{
	background-image:url(images/sec3_img3.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0;
	padding: 20px 20px 20px 20px;
}
#sec3_3 p{
	margin:10px 0px 130px 110px;
}




/*  ーーーーーーーーーー　 footer　 ーーーーーーーーーー  */


footer{
    width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	padding:10px 0px 0px 0px;
	background-image:url(images/foot_back.jpg);
	background-repeat:repeat-x;
}

footer ul {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
footer li{
	width: 25%;
	float: left;
	list-style: none;
	margin-bottom: 10px;
}
footer #bn_back{
	margin-bottom:30px;
}
footer #logo{
	padding:20px;
	background-color:#fff;
}
footer a{
	border:none;
}
footer a:hover{
	position:relative; 
	top: 2px; 
	left:0px;
}
