@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	text-align:center;
	background-color:#000000;
	color:#666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Ｍ		Ｓ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 2em;
}


#wrapper{
	width:842px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
}

a:link {
	color: #999999;
	text-decoration:none;
}

a:visited {
	color : #CCC;
	text-decoration:none;
}
a:active {
	color : #000 ;
	text-decoration:none;
}

a:hover {
	color: #ffcccc ;
	text-decoration:underline;
}

#header{
	height:90px;
	width:auto;
	border-bottom:#000 solid 8px;
	border-top: #999 solid 20px;
	background-image:url(img/logo.jpg);/* ←ﾗｸﾞﾗﾄﾞロゴバナ画像(imgフォルダ内の画像を必ず使用)=======*/
	background-position:left;
	background-repeat:no-repeat;
	}

h1{
	font-size:16px;
	padding-right:10px;
	color:#333;
	line-height:0.5em;
	margin-top:30px;
	font-weight:400;
	margin-bottom:15px;
	text-align:right;
	}
	
.h1sub{
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	background-color:#F00;
	width:43%;
	height:30px;
	padding-top:0px;
	padding-right:10px;
	text-align:right;
	margin-left:450px;
	margin-bottom:20px;
	margin-top:0px;
	}


.h2toplogo{
	text-align:right;
	font-size:45px;
	line-height:1em;
	margin-top:20px;
	margin-right:20px;
	color:#66cccc;
	margin-bottom:5px;
	}

.h2sub{
	text-align:right;
	font-size:20px;
	line-height:1em;
	margin-top:0px;
	margin-right:20px;
	color:#666;
	}

#banner {
	height: 270px;
	width: 842px;
	margin:0 auto;
	background-image:url(img/tittle_banner.jpg);/* ←タイトルバナー（2011 SUMMER STYLE）の背景画像=======*/
	clear:both;
}



#btn a{
margin:100px 30px 10px 550px;
display:block;
width:250px;
color:#ff66cc;
font-weight:bold;
font-size:18px;
background:#666;/*画像使用の場合url(../images/bottan.jpg) no-repeat;*/
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#btn a:hover{
color:orange; 
background:#333;/*画像使用の場合url(../images/bottan2.jpg) no-repeat;*/
}


#mainbox {
	vertical-align:top;
	height: auto;
	width: 842px;
}


#box001 {
	background-image:url(http://lagrad.com/img/item/item_color_m12997.jpeg);/*======アイテム001の画像=======*/
	width: 280px;
	height: 420px;
	border-top: solid #ffcccc 1px;
	border-right: solid #ffcccc 1px;
	border-bottom: solid #ffcccc 1px;
	text-align: left;
	float: left;
}

#box002 {
	background-image:url(http://lagrad.com/img/item/item_color_m13465.jpeg);/*======アイテム002の画像=======*/
	width: 280px;
	height: 420px;
	border-top: solid #ffcccc 1px;
	border-right: solid #ffcccc 1px;
	border-bottom: solid #ffcccc 1px;
	text-align: left;
	float: left;
}

#box003 {
	background-image:url(http://lagrad.com/img/item/item_color_m13225.jpeg);/*======アイテム003の画像=======*/
	width: 280px;
	height: 420px;
	border-top: solid #ffcccc 1px;
	border-bottom: solid #ffcccc 1px;
	text-align: left;
	float:right;
}



.h3text{
	text-align:right;
	color:#F00;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	line-height:1em;
	}


.textbg {
	margin-top:260px;
	width: 280px;
	background-image:url(img/textbg-f30.png);/*======透明背景の画像=======*/
/*	background:#FFF;
	filter: alpha(opacity=30);  -moz-opacity:0.30;  opacity:0.30;
透明度の指定　全部透明になるので中止*/
}


.text {
	padding:5px 20px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	text-align:right;
	margin:0px;
}



.banner_table01 {
	width:auto;
	margin:0px 0px 20px 30px;
	float:left;
	/*border:1px solid #CCCCCC;*/
	width:307px;
	height:159px;
}

.banner_table02 {
	margin:0px 50px 20px 0px;
	line-height	: 14px;
	font-size	: 10px;
	float:right;
	width:435px;
	height:159px;
	background-color:#ff33cc;
	text-align:center;
	color:#000;
	font-size:36px;
	font-weight:bolder;
	line-height:1.5em;
	vertical-align:middle;
	}

.banner-box{
	margin:0 auto;
	width:840px;
	height:auto;
	clear:both;
	padding:20px 10px;
}


#footer {
	height: 30px;
	width: auto;
	clear: both;
	margin:0px auto 0px;
	background-color:#999;
}

.footertext{
	text-align:left;
	margin-top:10px;
	font-size:11px;
	padding-left:10px;
	color:#FFFFFF;
	}
	
