@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] storeMain.css
	[ Last UpDate ] 24 Nov 2011
	[ Version     ] 2.0 
--------------------------------------------------------------
	[ Author       ] fromfirst Inc.
	
	[ Cord Making  ] Kiyoo Ishida 
--------------------------------------------------------------
*/


.articleTop{
display: block;
height: 36px;
width: 592px;
background: url(../../commonRes/images/main/mainBgTop.png) no-repeat top center;
}

.articleBody{
display: block;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	width: 592px;
	background: url(../../commonRes/images/main/mainBgMid.png) repeat-y bottom center;
	padding-bottom: 36px;
	text-align: center;
	margin-top: 0px;
	}


.articleBottom{
display: block;
height: 36px;
width: 592px;
background: url(../../commonRes/images/main/mainBgBottom.png) no-repeat bottom center;
}


.articleBody h2{
display: block;
width: 502px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
margin: 0 auto;
}




.articleBody div.caption{
width: 502px;
margin:0 auto;
line-height: 1.8;
font-size: 1.2em;
padding-top: 24px;
text-align: left;
}


