@charset "UTF-8";
/*
 * style.css
 *
 */


/*=====================================================================
about
=====================================================================*/
#about #wrapper main{
	width:585px;
	height:740px;
	padding:30px;
	background:#f7f7f7;
}

/*=====================================================================
description01
=====================================================================*/
#description01 #wrapper main{
	width:585px;
	height:740px;
	padding:30px;
	background:#f7f7f7;
}

#description01 #wrapper main section{
	width:530px;
	margin:0 auto;
}

#description01 #wrapper main section p{
	padding:10px;
	background:#fff;
}

/*=====================================================================
description02
=====================================================================*/
#description02 #wrapper main{
	width:645px;
	height:800px;
	background:url(../image/pic_description02_01.jpg) no-repeat;
	position:relative;
}

#description02 #wrapper main section.box01{
	position:absolute;
	top:620px;
	left:15px;
}

#description02 #wrapper main section.box01 p{
	width:506px;
	padding:10px;
	background:rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff);/*IE8以下用*/
	color:#fff;
}

/*=====================================================================
description03
=====================================================================*/
#description03 #wrapper main{
	width:645px;
	height:800px;
	background:url(../image/pic_description03_01.jpg) no-repeat;
	position:relative;
}

#description03 #wrapper main section.box01{
	position:absolute;
	top:520px;
	left:15px;
}

#description03 #wrapper main section.box01 p{
	width:506px;
	padding:10px;
	background:rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff);/*IE8以下用*/
	color:#fff;
}

/*=====================================================================
description04
=====================================================================*/
#description04 #wrapper main{
	width:645px;
	height:800px;
	background:url(../image/pic_description04_01.jpg) no-repeat;
	position:relative;
}

#description04 #wrapper main section.box01{
	position:absolute;
	top:350px;
	left:15px;
}

#description04 #wrapper main section.box01 p{
	width:506px;
	padding:10px;
	background:rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff);/*IE8以下用*/
	color:#fff;
}

/*=====================================================================
items
=====================================================================*/
#items #wrapper main{
	width:645px;
	height:800px;
}

#items #wrapper main section table{
	width:100%;
	height:800px;
}

#items #wrapper main section table tr td{
	border:1px solid #cccdd0;
	text-align:center;
	vertical-align:middle;
}

/*=====================================================================
contact
=====================================================================*/
#contact #wrapper main{
	width:585px;
	height:740px;
	padding:30px;
	background:#f7f7f7;
}
