@charset "utf-8";

header, hgroup, section, footer, aside, nav, article { 
	display: block;   
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust:100%;
}

img{
	border: 0;
}

#container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 80%;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	overflow: hidden;
}

/* トップページ　ナビ */
nav {
	width: 300px;
	padding: 0;
	float: left;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
}
	nav h1 {
		float:left;
		width: 245px;
		height: 65px;
		margin: 0 0 10px 0;
		padding: 0;
		text-indent: -9999px;
		line-height: 0;
		font-size: 1px;
	}
		nav h1 a{
	display: block;
	width: 350px;
	height: 65px;
	text-decoration: none;
	text-indent: -9999px;
	background-image: url(../images/logo_4.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
	nav h2{
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		line-height: 0;
		font-size: 1px;
	}
	
nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav li{
	display: block;
	margin:0;
	padding:0;
}
	
/* フッター */
footer{
	width: 1024px;
	height: auto;
	margin: 20px auto 0 auto;
}

footer #footer_info{
	margin-top:15px;
	margin-left:180px;
}

footer #copyright{
	float: left;
	width: 280px;
	margin-left: 35px;
}

footer #privacy{
	float: right;
	width: 150px;
}

/* 背景 */
.bgstretcher-area {
	text-align: left;
	background: #fff;
}

.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
	position: absolute;
	top: 0;
	left: 0;
}

.bgstretcher ul,
.bgstretcher ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
#twitter_w {
	float: left;
	width: 250px;
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
	vertical-align: top;
}
#face_w {
	float: left;
	width: 250px;
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}
#insta_w {
	float: left;
	width: 250px;
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}
#twitter_w img {
	margin-right: 10px;
	vertical-align: top;
	padding-top: 0px;
}
#face_w img {
	margin-right: 10px;
}
#insta_w img {
	margin-right: 10px;
}