@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.7em;
	}
	
P{
	color: #000000;
	letter-spacing: 0.17em;
	line-height: 2.0em;
	}

img {
    border-style:none;!important
}
a img {
    border-style:none;!important
}
a{
	border-style: none;!important
	}
	
a{/*リンクされた文字*/
	color:#5F5F5F;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color:#5F5F5F;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#5F5F5F;
	text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#5F5F5F;
	 font-style:normal;
	text-decoration:underline;
}
a:active {/*クリック中*/
	text-decoration:none;
}

a img.linkimg{
	background:none!important;
}

a:hover img.linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/* clearfix */
.clrfx:after{
	content:"";
	display:block;
	clear:both;
}
.clrfx{ zoom:1; }


.wrapper{
	background-image: url(../images/bk_img.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;}

.content_box{
	background-image: url(../images/waku.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;}
	
.hobo{
	width: 250px;
	margin: 0 auto;
	padding-top: 30px;}
	
.title{
	width: 495px;
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 50px;}
	
.honmon{
	width: 460px;
	margin: 0 auto;}
	
.photo{
	margin-top: 50px;}
	
p.cap{
	font-size: 12px;
	text-align: center;
	padding-top: -10px;
	}
	
p.date{
	font-size: 13px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;}
	
.link{
	text-align: center;
	padding-bottom: 50px;}
	
.footer{
	width: 690px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;}
	
.footer li{
	float: left;
	list-style-type: none;
	padding-left: -10px;
	padding-right: 20px;}
	
#copyright{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;}
	
#fb-btn{
	text-align: center;}
	
