/* ******************************************************************************
	Style001 - TopNavigationStyle - TopPage
		(c) 2007 foryousystem.co.,ltd
****************************************************************************** */
/* ==============================================================================
	Logotitle Area Settings
============================================================================== */
.LogotitleArea {
	float:					left;
	width:					750px;
	height:					30px;
	margin-top:				0px;
	background-image:		url(img/shop_logo.gif);
	background-repeat:		no-repeat;
}
/* ==============================================================================
	ShopArea Settings
============================================================================== */
.ShopArea {
	float:					left;
	padding-top:			5px;
	width:					750px;
	background-color: 		#ffffff;
}
.ShopArea .Block {
	float:					left;
	width:					230px;
	padding-right:			30px;
	padding-bottom:			20px;
}
.ShopArea .Block .header {
	width:					230px;
	height:					18px;
	background-image:		url(img/shop_block_header.gif);
	background-repeat:		no-repeat;
}
.ShopArea .Block .contents {
	width:					170px;
	padding-left:			30px;
	padding-right:			30px;
	background-image:		url(img/shop_block_middle.gif);
	background-repeat:		repeat-y;
}
.ShopArea .Block .contents h1 {
	color:					#009999;
	padding-bottom:			5px;
	font-weight: 			bold;
	font-size:				14px;
	/*letter-spacing:			0.1em;*/
	text-align:				center;
}
.ShopArea .Block .contents p {
	padding-top:			10px;
	padding-bottom:			5px;
	color:					#452500;
	font-weight: 			normal;
	font-size:				13px;
	line-height: 			100%;
}
.ShopArea .Block .footer {
	width:					230px;
	height:					10px;
	background-image:		url(img/shop_block_footer.gif);
	background-repeat:		no-repeat;
}