body {
	background: #99CDFF url(img/body_back.jpg) left top repeat-x;
	color: #333;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}



/********************************************************
** 全体ラッピング
********************************************************/

#body_wrap {
	margin: 0 auto;
	width: 1000px;
}

#main_contents {
	width: 1000px;
	background: #99CDFF url(img/back_repeat.jpg) repeat-y;
}


/********************************************************
** パンくずリスト
********************************************************/

#right_side div#crumb {
	width: 710px;
	font-size: 13px;
	margin: 3px 0px 5px 5px;
}
.crumb_bottom {
	padding-top: 5px;
	border-top: 1px solid #EEE;
}


#right_side div#crumb ul {
	width: 710px;
	list-style: none;
}
#right_side div#crumb ul li {
	display: inline;
	padding-left: 10px;
	color: #CCC;
	background: url(img/crumb_next.gif) left center no-repeat;
	line-height: 2.2em;
}
#right_side div#crumb ul li a {
	color: #6BA5EE;
}

#right_side div#crumb ul li h2 {
	display: inline;
	font-size: 13px;
	color: #999;
}


/**** 念のためとっとく(使用してない)
#right_side div#crumb ul {
	width: 710px;
	height: 24px;
	margin-left: 5px;
	padding-left: 15px;
	line-height: 24px;
	background: url(img/crumb_back.gif) no-repeat;
	list-style: none;
}
#right_side div#crumb ul li a {
	display: inline;
	padding-right: 10px;
	padding-left: 3px;
	background: url(img/crumb_next.gif) right center no-repeat;
	float: left;
}
#right_side div#crumb ul li h2 {
	font-size: 13px;
	padding-left: 3px;
	color: #666;
}
***/


/********************************************************
** ページタイトル
********************************************************/

#right_side div#pagetitle {
	width: 712px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	margin: 3px 0px 5px 0px;
	padding-left: 20px;
	background: url(img/pagetitle_back.jpg) right center no-repeat;
}

/********************************************
*** 便利設定…隙間をあけたりボックスを括ったり
********************************************/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.clearboth {
	clear: both;
}


ul li span.type {
	font-weight: bold;
}

ul li span.price {
	color: #00C;
	font-weight: bold;
}

span.emphatic {
	font-weight: bold;
}