@charset "UTF-8";

#wrapper #main {
	margin-top: 125px;
	padding-bottom:10px;
}
#main #box {
	margin-bottom: 60px;
}
#box #left {
	float: left;
	width: 215px;
}
#box #right {
	float: right;
	width: 710px;
}
#left h2{
	background-repeat: no-repeat;
	width: 215px;
	height: 22px;
	margin-bottom:50px;
	background-image: url(../img/about/title.gif);
}
#left #exp {
	margin-bottom: 20px;
}
#exp h3 {
	background-repeat: no-repeat;
	height: 16px;
	width: 215px;
	margin-bottom: 25px;
}
#exp .about {
	background-image: url(../img/about/tit-about.gif);
}
#exp .store {
	background-image: url(../img/about/tit-store.gif);
}
#exp p {
	font-size: 85%;
	line-height: 2em;
	margin-bottom: 15px;
}

/*ここからBOXGRID*/

.boxgrid{
	width: 710px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	border: 0;
}
.boxgrid h3{
	color:#000;
	font-weight:bold;
	font-size: 153.9%;
	line-height: 1.1em;
	width: 710px;
}
.boxgrid p{
	color:#000;
	font-weight:bold;
	font-size: 93%;
	line-height: 1.6em;
	padding-top:3px;
	width: 710px;
}
.boxcaption{
	position: absolute;
	background: #FFF;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.captionfull .boxcaption {
	width: 710px;
	padding: 20px;
	top: 400px;
	height: 400px;
}
/*ここからBOXGRID*/

