/***********************************************/
/* a_bakery.css                                */
/* Use 旭屋出版　ベーカリーパティスリーブック  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {overflow-y:scroll;}
body {margin-left: 0px; margin-top: 0px; background-color: #FFFFFF;}
td,th {font-size: 12px; line-height: 18px; color: #333333}
a:link {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;}
a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;}
a:active {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;}

h1 {
	margin-top: 5px;
	margin-bottom: 8px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C95C2E;
	margin: 0px 0px 10px;
	line-height: 23px;
	padding-left: 0px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 0px;
	background-color: #FFF9BB;
}

h3 {
	font-size: 15px;
	color: #FF6868;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	margin: 10px auto 0px;
	color: #336600;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana;
}

h5 {
	font-size: 15px;
	color: #FF6868;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}

h6 {
	margin: 10px auto 0px;
	color: #FF9900;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	margin: 0 auto;
	padding: 5px 0px 10px;
	width: 710px;
	border: 1px solid #cccccc;
	text-align: center;
}

#main{
	margin: 0 auto;
	padding: 5px 5px 20px;
	width: 666px;
	border: 1px solid #cccccc;
	text-align: left;
	font-size: 12px;
}


#price{
	margin: 0 auto;
	padding: 15px 0px 10px 11px;
	width: 670px;
	border: 1px none #cccccc;
	text-align: left;
}


#ques{
	size:12px;
	margin: 0 auto;
	padding: 15px 0px 10px 11px;
	width: 500px;
	border: 1px none #cccccc;
	text-align: center;
	font-size: 12px;
}


/***********************************************/
/* price table                                */
/***********************************************/

.pricetable {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	font-size: 12px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	padding: 0px;
}

.pricetable td{
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	border-collapse: collapse;
	padding:3px 0px;
	text-align: center;
	line-height: 16px;
}

/***********************************************/
/* sch table                                */
/***********************************************/

.schtable {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	font-size: 12px;
	width: 190px;
	margin-right: auto;
	margin-left: 10px;
	border-collapse: collapse;
	padding: 0px;
}

.schtable td{
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	border-collapse: collapse;
	padding:6px 1px 5px 5px;
	text-align: left;
	line-height: 16px;
	text-indent: 1pt;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	border-top: 1px dashed #cccccc;
	color: #333333;
	padding: 10px 10px 15px;
	margin-top: 20px;
	text-align:center;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
}

/************* moji styles ***************/

.btob {
	font-size: 12px;
	color: #3D9247;
}

.syamei {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.gray12 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.aka {
	color: #FF3300;
	font-family: Verdana;
}
