﻿@charset "utf-8";

html,body,div,ul,li,h1,h2,h3,h4,h5,h6,table,form,input,p{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,strong,th,td{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
	outline: none;
}

a:link,a:visited,a:hover,a:active{
	color: #FFF;
}


body {
    font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #FFF;
	background: #000;
}

.clearfix:after{
	content: url(../img/pixel.png);
	display: block;
	clear: both;
	height: 0;
}

.clearfix{display: inline-block;}

* html .clearfix{height: 1%;}

.clearfix{display: block;}

/* container */

#container{
	width: 630px;
	margin: 0 auto;
	margin-top: 100px;
}

#header{
	width: 630px;
}

#content{
	width: 630px;
	margin-bottom: 60px;
}

#footer{
	width: 630px;
	float: left;
}
/* header */

#header h1{
	width: 372px;
	margin: 0px 129px;
	height: 39px;
	background: url(../img/brandtop.png) no-repeat center center;
	text-indent: -9999px;
}

/* centent */

#brand1{
	width: 420px;
	margin: 50px auto;
	cursor: pointer;
}

#brand1 h2{
	width: 38px;
	height: 251px;
	background: url(../img/zenkashoin2.png) no-repeat center center;
	text-indent: -9999px;
	float: right;
}

#brand1 img{
	float: right;
	margin: 47px 78px 48px 0px;
	width: 304px;
	height: 152px;
}

#brand2{
	width: 275px;
	height: 140px;
	float: left;
	margin-right: 88px;
	cursor: pointer;
}

#brand2 h2{
	width: 53px;
	height: 113px;
	margin: 13px 0px 14px 0px;
	background: url(../img/quolofune2.png) no-repeat center center;
	text-indent: -9999px;
	float: right;
}

#brand2 img{
	float: right;
	width: 194px;
	height: 97px;
	margin: 21px 28px 21px 0;
}

#brand3{
	width: 267px;
	height: 140px;
	float: left;
	cursor: pointer;
}

#brand3 h2{
	width: 31px;
	height: 141px;
	background: url(../img/nagasakido2.png) no-repeat center center;
	text-indent: -9999px;
	float: right;
}

#brand3 img{
	float: right;
	width: 192px;
	height: 97px;
	margin: 21px 44px 21px 0px;
}
/* footer */

#footer {
	width:630px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/copyright.png) no-repeat center center;
	text-align: center;
}