@charset "utf-8";

/*-----------------------------------------------------------
 Title & Background
-----------------------------------------------------------*/

/*---------- Category Setting ----------*/

/* Hedding Lv.2 */
.chg h2 {
	margin: 0 0 15px;
	background: transparent url("/shop/images/categoryTitle.gif") no-repeat;
	}








/*---------- Index ----------*/

/* prefectureSec */
body.chg {
	background: #fff url("/common/images/contentsBg.gif") no-repeat left top;
	}
	.chg #container {
		width: 800px;
		margin: 0; padding: 0;
		text-align: left;
		border: none;
		background: none;
		}
	.chg #container #chgStore {
			border: 1px solid #ccc;
			width: 780px;
			margin: 10px;
			}
		.chg #container #chgStore dt {
				float: left;
				width: 60px; height: 140px;
				margin-right: 10px;
				background: #7f231f;
				line-height: 150px;
				text-align: center;
				color: #fff;
				font-weight: bold;
				}
		.chg #container #chgStore dd {
				float: left;
				width: 230px;
				}
		
	.chg#chg1 #container #chg1Sec {
			width: 800px; height: 600px;
			text-indent: -99999px;
			background: transparent url("/challenge/images/chg1.jpg") no-repeat left top;
		}
	.chg#chg2 #container #chg2Sec {
			width: 800px; height: 600px;
			text-indent: -99999px;
			background: transparent url("/challenge/images/chg2.jpg") no-repeat left top;
		}
	.chg#chg3 #container #chg3Sec {
			width: 800px; height: 600px;
			text-indent: -99999px;
			background: transparent url("/challenge/images/chg3.jpg") no-repeat left top;
		}


		.chg p#copyright {
			clear: both;
			margin: 0;
			font-size: 7.5pt;
			text-align: center;
			} 
