/*-------------------------------------------------------共通--------------------------------------------------------*/

body {
	color: #666;
	font-family: 'Times New Roman',Times,'ＭＳ 明朝','ＭＳ Ｐ明朝',serif;
	text-decoration: none;
	font-size:10px;
	line-height:16px;
	border:none;
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #fff;
}

a{text-decoration: none;}
a:link {color: #97A295;text-decoration: none;}
a:visited {color: #97A295;text-decoration: none;}
a:hover {color: #777F75;text-decoration: underline;}

h1 { display:none; }

/*--黒--*/
.Black {
	color: #000;
}

/*--クリア--*/
.clears{
	clear:both;
}

/*--非表示--*/
.disphide{
	display:none;
}

/*--ショップ--*/
.shop{
	font-size:11px;
	line-height:16px;
}


/*-------------------container--------------------*/

#Container{
	margin:0px auto 0px auto;
	width:800px;
	background: #fff;
}

/*------------------エリア--------------------*/
#Area{
	padding:20px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	background: #fff;
	width:800px;
}
#LEFT{
	position: relative;
	float:left;
	width:440px;
	height:530px;
	background-image:url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#IMAGES{
	margin:2px 0px 0px 2px;
	width:356px;
	height:526px;
	background-image:url("../images/despres_s.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#RIGHT{
	position: relative;
	float:right;
	width:360px;
	height:530px;
	font-size:10px;
	text-align:center;
	background-image:url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
#TEXTS{
	margin:2px 0px 0px 2px;
	width:356px;
	height:526px;
}

#box4{
	position:absolute;
	color: #444;
}
#box4 div{
	width:356px;
	height:526px;
	float:left;
	background:#f1f6f4;
}

#box4 h3{
	padding:15px 0 10px 0;
	font-size:14px;
}

#box4 h4{
	font-size:12px;
}

.mask3{
	position:relative;
	width:356px;
	height:526px;
	overflow:hidden;
}

.buttons span{color:#fff;background:#999e9b;padding:0 5px;margin:1px;border:1px solid #ccc;cursor:pointer;text-decoration: none;font-size:10px;line-height:14px;}
.buttons span.active, .buttons span:hover{background:#f1f6f4;color:#111;border:1px solid #ccc;}


/*-------------------キャプション--------------------*/
#CapArea{
	clear:both;
	margin:0px 0px 0px 0px;
	width:800px;
	background: #fff;
}
.caption{
	padding:30px 0px 15px 0px;
	margin:0px auto 0px auto;
	width:800px;
	font-size:10px;
	line-height:14px;
}
.caption_top{
	padding:10px 0px 15px 0px;
	margin:0px auto 0px auto;
	width:800px;
	font-size:10px;
	line-height:14px;
}

/*-------------------フッタ--------------------*/
#Foot{
	clear:both;
	margin:0px 0px 0px 0px;
	width:800px;
	height:75px;
	background: #fff;
}


