/* 店舗向けページCSS */

/* 外枠 */
#main{
	width:790px;
	margin:10px auto;
}

/* title1部分 */
#title1{
	width:780px;
	margin:0px auto;
}

#title1_left{
	width:400px;
	float:left;
}

#title1_right{
	width:370px;
	text-align:center;
	float:left;
	margin-left:10px;
}

/* title2部分 */
#title2{
	width:770px;
	background-image:url(../img/bg.gif);
	padding:10px 10px;
	margin:0 auto;
}

#title2_left{
	width:205px;
	float:left;
	margin-top:10px;
}

#title2_right{
	width:537px;
	float:left;
	margin-left:8px;
	padding:10px;
	background-color:#FFFFFF;
	margin-top:8px;
}

#title{
	width:517px;
	padding:5px;
	background-color:#CDE699;
	font-weight: bold;
	margin-bottom:10px;
}

/* Q&A */
.q{
	background-image:url(../img/q.gif);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #99CC33;
	padding-left:30px;
}

.a{
	background-image:url(../img/a.gif);
	background-repeat: no-repeat;
	padding-left:30px;
}

/* 共通 */
.center{
	text-align:center;
}

.mb10{
	margin-bottom:10px;
	margin-top:0px;
}
