﻿@charset "utf-8";
/* CSS Document */

.small-1 {
	font-size: smaller;
}

/* コンテンツ（各ページ）のヘッダー */



#store-header {
	height: 50px;
	width: 100%;
	position: relative;
}

#store-header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 20px;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #000000;
}



/* コンテンツ（各ページ）のヘッダー ここまで */


/* コンテンツ上部　 */

#content-inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
	position: relative;
	visibility: visible;
}

#left-part {
	float: left;
	height: auto;
	width: 270px;
	margin: 5px;
}

#center-part {
	float: left;
	height: 100%;
	width: 440px;
	margin: 5px;
}

#right-part {
	float: left;
	height: 100%;
	width: 250px;
	margin: 5px;
}

#right-part p {
	margin: 5px;
}


#sub-content2 {
	clear: both;
}

.story {
	background-image: url(../store_img/store_coment_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px;
	padding: 3px;
	height: 100px;
	width: 180px;
}

.story2 {
	background-image: url(../store_img/store_coment_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3px;
	height: 100px;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.story p ,.story2 p{
	width: 140px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.concept {
	width: 320px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/* コンテンツ下部　 */


.store-link {
	width: 240px;
}

.store-link p {
	margin: 5px;
}

.store-spec {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
