body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-color: #000;
	background-image: url(../img/shop/bg_shop.jpg);
	background-position: left top;
}

/*ボックス枠
input,select{
	border:1px solid #131011;
}
*/


/*リンク色*/
a {
	color: #051C4B;
	text-decoration: none;
	
}

a:hover {
	color: #3699FC;
}

/*  ///index.html用////////////////////////////////////////////////////////////////   */


/*   メインcontents    */
#header {
	background-image: url(../img/shop/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}


#footer {
	text-align: center;
	padding-bottom: 50px;
	clear: both;
	padding-top: 30px;
}


.clear {
	clear: left;
}
.left {
	float: left;
}
.right {
	float: right;
}

p {
	padding: 10px;
}



/*  ///////////////////////////////////////////////////////////////////   */

#container {
	padding-left: 200px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000;
	border-bottom-color: #000;
}

#grid-content {
	overflow: hidden;
	height: 0;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}

#grid-content .box {
	border: 1px solid #006;
	background-color: #000;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}

#grid-content .large {
	width: 555px;
	border: 1px solid #006;
	background-color: #000;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
}

#grid-content div h3 {
	line-height: 1.1em;
	margin: 0;
	font-size: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #7AE7FE;
}
#grid-content p {
	margin: 0px;
}
#grid-content strong {
	font-size: 14px;
	color: #AAE6FF;
}


.retsu {
	float: left;
	margin-left: 5px;
}



/* トップへ戻るボタン ///////////////////////////////////////////////////////////////////   */

#back-top {
	background-image: url(../img/blog/gotop.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	background-position: right top;
	letter-spacing: -1000em;
}
.img_high {
	float: left;
	padding-left: 20px;
}
.top_tyu {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.red {
	color: #F00;
	font-size: 11px;
	line-height: 1.4em;
}
