@charset "utf-8";

#mainContents #pageTitle {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 600px;
	padding-bottom: 5px;
}
#mainContents #pageTitle h1 {
	font-size: 140%;
	font-weight: bold;
}#mainContents h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
}

#mainContents #inform {
	width: 580px;
	margin-bottom: 20px;
}
#mainContents #inform p {
	color: #F00;
}
#mainContents #inform p span {
	font-size: 90%;
	line-height: 1.2em;
}
#mainContents #storeImg {
	width: 590px;
	margin-left: 10px;
}
#announce {
	margin-bottom: 15px;
	line-height: 1.4em;
	text-align: center;
	color: #060;
	padding-left: 20px;
	font-size: 110%;
}
#mainContents #storeGuide {
	width: 600px;
	margin-top: 10px;
}
#mainContents #storeGuideLeft {
	width: 250px;
	float: left;
}
#mainContents #storeGuideLeft h3 {
	text-align: left;
	margin-left: 15px;
	color: #333;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 3px;
}
#mainContents #storeGuideLeft p {
	text-align: left;
	margin-left: 50px;
	padding-top: 3px;
	margin-bottom: 5px;
}


#mainContents #storeGuideRight {
	width: 350px;
	float: right;
	height: 300px;
}
#storeGuideRight ul {
	margin-top: 10px;
}
#storeGuideRight a {
	text-decoration: none;
}
#storeGuideRight a:hover {
	text-decoration: underline;
}
