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



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

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

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

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

h1{font-size:19px;
	font-weight:700;
	line-height:1.5em;
	padding:35px 0 0 0;}
h2{ font-size:20px;
	font-weight:700;
	line-height:1.5em;
	padding:40px 0 10px 0;}
h3{ margin:0 0 0 0;}
h4{ margin:20px 0 40px 0;
	font-size:14px;
	line-height:1.8em;
	font-weight:normal;}
h5{ margin:0 0 10px 0;}

#wrapper{
	width:860px;
	padding:40px 0;
	margin:0 auto;
}

#header{
	width:860px;
	padding:0;
}


.strong{
	color:#000;
	font-size:14px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
}
.caption {
	color:#000;
	font-size:10px;
	line-height:1.2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top:20px;
}


#photo ul{
	width:360px;
	list-style:none;
	padding-bottom:15px;
	padding-top:30px;
	float:left;
}

#photo li{
	width:55px;
	height:55px;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
	margin-right:10px;
	padding-bottom:15px;
}


#photo li. a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:#CCC solid 0px;
}

#photo2 ul{
	width:260px;
	list-style:none;
	padding-bottom:15px;
	padding-top:30px;
	float:left;
}

#photo2 li{
	width:55px;
	height:55px;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
	margin-right:10px;
	padding-bottom:15px;
}


#photo2 li. a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:#CCC solid 0px;
}


.buybtn {
	display: block;
	padding:20px 0;
}

.title{
	padding:40px 0 40px 0;
}

.quote{
	display:block;
	width:240px;
	padding:15px 40px;
	border:5px solid #ff0000;
	font-size:15px;
	font-weight:600;
	line-height:1.4em;
	color:#FF0000;
	margin-top:10px;
}

.blockA{
	float:left;
	width:362px;
	}
.blockB{
	float:left;
	width:460px;
	padding-left:20px;
	}



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



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



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





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