@charset "UTF-8";
/* CSS Document */


body,h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
}

li{
	list-style-type:none;
}
img{
	vertical-align:bottom;
}

a { 
color:#DCDCDC;
text-decoration: none; 
}

a:hover {
color:#003779; 
}

p{
	line-height: 1.3;
}

h1{
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:27px;
}

h2{
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:22px;
}

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

body{
	background-image:url(images/back.png);
	background-color:#303030;
}


header{
	margin:0;
	padding:0;
	background-color:#0066ff;
}

footer{
	background-image:url(images/footer.png);
	background-color:#0066ff;
	padding-top:5px;
	padding-bottom:10px;
	clear:both;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#151515;
	color:#D6D6D6;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3" Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

#footer h2{
	text-align:center;
	
}

#footer li{
	text-align:left;
	display: inline-block;
	font-size:12px;
}

#menu{
	margin:0;
	padding:0;
}

#menu　ul{
	position:absolute;
	z-index:2;
}

.bxslider{
	position:absolute;
	z-index:1;
	text-align:center;
}

#contents{
	text-align:center;
}

#tweet{
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}


.BSQ{
	position:relative;
}

.bsq-link{
	position:absolute; top:470px; left:150px;
}

.horistore{
	position:absolute; top:470px; left:330px;
}


.contentswrapper{
	clear:both;
	width:940px;
	height:300px;
	text-align:center;
	margin-bottom:10px;
}

.contentswrapper p{
	color:#999;
}


.left_image{
	float:left;
	hight:400px;
	width:400px;
	margin-top:20px;
	margin-left:40px;
}

.right_text{
	width:450px;
	hight:400px;
	float:right;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
}

.left_text{
	width:400px;
	hight:400px;
	float:left;
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:50px;
}

.right_image{
	float:right;
	hight:400px;
	width:400px;
	margin-top:20px;
	margin-right:40px;
}


#left_text{
	width:425px;
	hight:400px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:60px;
}

#right_text{
	width:425px;
	hight:400px;
	float:right;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
}

#right_text p{
	color:#999;
}

#left_text p{
	color:#999;
}

#spec{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}

.table{
	width: 100%;
	border-collapse: separate;
	text-align:left;
	
}
.table th{
	width: 25%;
	padding: 6px;
	vertical-align: top;
	color: #333;
	border: 0;
}

.table td{
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
	border: 0;
}



.button{
  display: inline-block;
  padding: 10px 10px;
  border: solid 1px #0066ff;
  border-radius: 3px;
  background: rgba(0,0,0,0.2);
  color: #0066ff;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  transition: 0.5s;
}
.button:hover{
  color: #FFF;
  background: #0066ff;
}