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


/* CSS Document */

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

body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	text-align:center;
	color:#FFF;
	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:960px;
	margin:0 auto;
	background-image:url(../imgs/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header{
	width:960px;
	padding:30px 0 0;
	float:right;
	text-align:right;
}


#title{
	width:960px;
	text-align:right;
}

#products{
	padding-top:175px;
}

#products p{
	padding-bottom:5px;
}

/*============================ 3 column =============================*/
.first-column{
	width:280px;
	float:left;
	padding:0 30px 0 30px;
}

.second-column{
	width:280px;
	float:left;
}

.third-column{
	width:280px;
	float:left;
	padding:0 30px 0 30px;
}

	


#campaign{
	width:960px;
	text-align:left;
	padding-top:60px;
}
.strong{
	color:#FFF;
	font-size:12px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
}


#campaign ul{
	width:960px;
	list-style:none;
	padding-bottom:1px;
	float:left;
}

#campaign li.item{
	width:191px;
	height:235px;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
	font-size:0.85em;
	line-height:1.4em;
	margin-left:1px;
}

#campaign li.item img{
	padding:13px 0 0 0;	
}

#campaign li.item .itemname{
	margin:10px 0 0 0;
	color:#000000;
}

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

.title{
	padding:50px 0 10px 5px;
}

.to-top{
	width:100%;
	float:right;
	text-align:right;
	padding-top:10px;
}




/*============================ 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: #FFF;
	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:#FFF;
}
