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


/* CSS Document */

html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	color:#000;
	font-size:12px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

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

.fr{ float:right;}
.fl{ float:left;}

h1{ float:left;}
h2{ padding:157px 0 30px 0;}
h3{ margin:0 0 0 0;}
h4{ margin:20px 0 30px 0;}
h5{ margin:0 0 10px 0;}

#wrapper{
	width:1056px;
	margin:30px auto;
}

#header{
	width:1050px;
	padding:0;
	text-align:left;
}


.bland{
	width:1005px;
	background-color:#ECEBE4;
	text-align:left;
	margin-top:5px;
	padding-top:25px;
	padding-left:45px;
	padding-bottom:40px;
}


.bland ul{
	width:1005px;
	list-style:none;
	float:left;
	margin-top:10px;
}

.bland li.item{
	width:155px;
	height:200px;
	text-align:center;
	border:none;
	position:relative;
	float:left;
	font-size:0.8em;
	line-height:1.4em;
	margin-right:5px;
	margin-top:5px;
	background-color:#FFFFFF;
}

.bland li.item img{
	margin:10px 0 0 0;
}

.bland li.item .itemname{
	margin:10px 0 0 0;
}

.bland li.item a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:#DCDBCE solid 0px;
}
.wrapping{
	width:1050px;
	background-color:#ECEBE4;
	text-align:center;
	margin-top:5px;
	padding-top:25px;
	padding-bottom:40px;
}

.A-harf{
	width:423px;
	float:left;
	margin:0 45px 0 45px;
	}
.B-harf{
	width:480px;
	float:left;
	}

.info_btn{
	width:90px;
	float:right;
	margin-right:60px;
	padding-top:20px;
}


/*============================ clearfix =============================*/



.clearfix {
	clear:both;
	float:none;
}



img{ border:none; }
a{ outline:none;}





/*============================ Footer =============================*/
#footer {
	width: 1050px;
	height: 65px;
	text-align: center;
	margin:5px auto 0;
	padding-top:20px;
}
.footText {
	font-size: 10px;
	line-height: 180%;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}
