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

html {
    font-family: sans-serif;
}

body{
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#626262;
	padding:0px;
	margin:0px;
	background-color:#E6E6E6;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	 /* display: inline-block;*/
} 

.cover {
	line-height: 1.5;
	 /* 古いIE向け */
	color: #333;
	background-color:#E6E6E6;
}

.cover .container {
	width:1010px;
	height:auto;
	margin: 0px auto; /* モダンブラウザ向け */
	padding:0;
	background-color:#E6E6E6;
	background-image:url(../images/bg.png);
}
.cover .container a {
	color: #0199c8;
	text-decoration: none;
}
.container img,
.container a:img,
.container a:hover img {
    border:none;
}  

#head{
	margin:0 auto; 
	padding:0;
	width:1010px;
	height:779px;
}

.title{
	margin:80px 0 30px 0;
	text-align:center;
}

.slid{
	margin:0 auto;
	margin-bottom:60px;
}

#point{
	margin:0 15px;
	width:980px;
	margin-bottom:30px;
}

#point .left{
	float:left;
	width:450px;
}

#point .right{
	float:right;
	width:450px;
}

#point h3{
	font-size:23px; 
	font-weight:700;
	text-align:center;
	margin:10px 0;
}

#point p{
	font-size:15px;
	font-weight:700;
	line-height:180%;
	text-align:left;
}

#blaster{
	margin:0x auto;
	margin-bottom:30px;
}

#baku{
	margin:0x auto;
	margin-bottom:30px;
}

#baku p{
	font-size:15px;
	font-weight:700;
	line-height:180%;
	margin:10px 20px 20px 20px;
	text-align:left;
}

#profile{
	margin:30px 15px;
}

#profile .left{
	float:left;
}

#profile .right{
	margin-left:20px;
	float:right;
	width:690px;
	text-align:left;
}

#profile img{
	float:left;
	margin-right:20px;
}

#profile h3{
	font-size:23px; 
	font-weight:700;
	margin:0 0 15px 0;
}

#profile p{
	font-size:15px;
	font-weight:700;
	line-height:180%;
	text-align:left;
	margin-bottom:30px;
}


#profile span{
	font-size:12px;
	font-weight:700;
	line-height:180%;
	text-align:left;
	float:left;
}

#setup{
	margin:0 15px;
	width:980px;
}

#setup .box{
	width:320px;
	float:left;
	margin-right:10px;
}

#setup .box1{
	width:320px;
	float:right;
}

#setup p{
	font-size:15px;
	font-weight:700;
	line-height:180%;
	text-align:left;
	padding:10px;
}

#item{
	margin:0 15px;
	width:980px;
}

#item .box{
	width:236px;
	float:left;
	margin-right:9px;
}

#item .box1{
	width:236px;
	float:left;
}

#item h3{
	font-size:23px; 
	text-align:center;
	font-weight:700;
	margin:10px 0;
}

#item p{
	font-size:15px;
	font-weight:700;
	line-height:180%;
	text-align:left;
	padding:10px;
	padding-top:0;
}




