@charset "utf-8";
/* CSS Document */

#mainBase {
	background: url(cam_top.png) no-repeat;
	padding-top: 50px;
}

h2 {
	text-indent: -9999px;
	width: 750px;
	height: 27px;
	margin: 80px auto 15px;
}

#title1 {
	background: url(mainTitle.png) no-repeat;
	width: 571px;
	height: 79px;
	text-indent: -9999px;
	margin: 0 0 15px 334px;
}

#info {
	width: 600px;
	margin: 50px auto;
}
#info dt {
	font-weight: bold;
	color: #F06;
}
#info dd {
	padding-left: 1.5em;
	margin-bottom: 15px;
}


#shopListA {
	width: 400px;
	margin-left: 60px;
	float: left;
}

#shopListB {
	width: 400px;
	float: right;
	margin-right: 60px;
}

h3 {
	width: 400px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 15px;
}

#chara1 { background: url(name_kiichi.png) no-repeat; }
#chara2 { background: url(name_tokitou.png) no-repeat; }
#chara3 { background: url(name_nanao.png) no-repeat; }
#chara4 { background: url(name_kuma.png) no-repeat; }
#chara5 { background: url(name_kou.png) no-repeat; }
#chara6 { background: url(name_sasagi.png) no-repeat; }


/*表
----------------------------------------------*/
table {
	width: 400px;
	border-collapse: collapse;
	border: 2px solid #333;
	margin-bottom: 70px;
}

th,td {
	padding: 2px 3px;
	border: 1px solid #333;
}

.odd {
	background: #FFF;
}














