@charset "utf-8";
body {
	margin: 0px;
}
#headerTable {
	font-size: 10px;
	line-height: 110%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrap{
	width:640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
}
#left_con{
	float:left;
	width:160px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
#right_con{
	float:right;
	width:420px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 200%;
	}
#footer{
	clear:both;
	text-align:center;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 30px;
	padding-top: 10px;
	}

	
/*----------------------------------------
		left_conの中要素
----------------------------------------*/
.book{
	font-size: 12px;
	line-height: 200%;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 10px;
	margin-right: 10px;
	}
.kakaku{
	font-size:18px;
	font-weight:bold;
	line-height: 140%;
	}	
.pdf{
	font-size:12px;
	color:#FFFFFF;
	background-color:#5B3226;
	border:1px solid #666666;
	padding:5px;
	margin-top:10px;
	text-align:center;
	text-decoration: none;
	display: block;
	}
a:hover.pdf{
	background-color:#865328;
}

.shop-online{
	font-size:12px;
	color:#FFFFFF;
	border:1px solid #7699BC;
	padding:5px;
	margin-top:10px;
	text-align:center;
	text-decoration: none;
	background: #52B1E0;
	display: block;
	}
a:hover.shop-online{
	background-color:#3DD0F5;
}

/*----------------------------------------
		right_conの中要素
----------------------------------------*/

h3{
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	display:block;
	background-color:#666666;
	font-size:12px;
	margin-top:0px;
	}
.box01 {
	background-color: #EFECE2;
	padding: 10px;
}
.box02 {
	padding: 20px;
	margin-top: 15px;
	border: 1px solid #999999;
}
.midashi02 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}

.midashi {
	color: #990000;
	background-color: #FFFFFF;
	padding: 3px;
	width: 60px;
	font-weight: bold;
}

.j10 {font-size: 10px}
.j12 {
	font-size: 12px;
	line-height: 120%;
}
.aka {
	color: #FF0066;
	font-weight: bold;
}


/*======================================
	.clrFix関係
======================================*/
.clrFix{
  overflow:hidden;
}
.clrFix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
* html .clrFix{
  zoom:1;/* for hasLayout */
  overflow:visible;
}

