@charset "utf-8";
/* 

全体部分
**********************************************************/
body{
	font-size:14px;
	line-height:1.8;
	color:#333333;
	background:url(../../facebook/img/bg_body.gif) repeat left top;
}

#wrap{
	width:960px;
	margin:0 auto;
	min-height:400px;
}

.mr_15{
	margin-right:15px;
}

/* 

ヘッダー部分
**********************************************************/
#header{
	background:url(../../facebook/img/bg_header.png) repeat-x left top;
	height:191px;
}
	#header_inner{
		width:960px;
		margin:0 auto;
	}
	.site_ttl{
		padding-top:27px;
		text-align:center;
	}



/* 

コンテンツ部分
**********************************************************/

#container{
	position:relative;
}

.txt_lead{
	position:relative;
	z-index:2;
	margin:30px 0 30px 140px;
}

.club_img{
	position:absolute;
	right:25px;
	top:-65px;
}


.list_fbclub {
  margin: 0 0 0 160px;
}
.list_fbclub li {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../../facebook/img/icon_circle.png) no-repeat left 45%;
}
.list_fbclub li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #888;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.list_fbclub li a:hover {
  text-decoration: underline;
}

.sns-link_box {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.sns-link_box .link_box {
  width: 50%;
  float: left;
}
.sns-link_box .link_box .icon_sns {
  margin-bottom: 20px;
}
.link-list {
  margin-left: 14px;
}
.link-list .list__item {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../../facebook/img/icon_circle.png) no-repeat left 45%;
}
.link-list .list__item .list__item_link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #888;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}


/* 

フッター部分
**********************************************************/
#footer {
	width:100%;
	padding-top:25px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
	#footer_inner{
		width:960px;
		margin:0 auto;
	}
		#footer_inner #f_contents {
			width:960px;
			margin:0 auto;
			padding:0;
			margin-bottom:25px;
		}

		#footer_inner #f_logo {
			float:left;
			height:3.5em;
			padding-right:20px;
			border-right:1px dotted #333;
		}
			#footer_inner #f_logo img{
				padding-top:0.65em;
			}

		#footer_inner #ad{
			float:left;
			margin-left:15px;
		}

		#footer_inner #f_menu {
			width:960px;
			margin-bottom:13px;
		}
			#footer_inner #f_menu li{
				float:left;
				margin-right:10px;
				font-size:12px;
			}

		#footer_inner #f_menu02 p a{
			float:left;
			color:#fff;
			font-size:12px;
		}

		#footer div#footer_inner div#f_menu02 address{
			float:right;
			font-style:normal;
			font-weight:bold;
			color:#fff;
			font-size:12px;
		}

