@charset "UTF-8";

/* ページ本体
---------------------------------------------------- */
#pagebody {
  background:url('../img/left-sidebar-bg.gif') left top repeat-y;
  overflow: hidden;
  width: 960px;
  margin: 19px auto 0;
}
#pagebody .wrapper {
  padding:0 0 7px;
  background:url('../img/left-sidebar-bottom.gif') left bottom no-repeat;
  /*background: #ff0000;
  overflow: hidden;*/}

#pagebody .wrapper {
  min-height: 1px;
}

* html #pagebody .wrapper {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* コンテンツ
---------------------------------------------------- */
#breadlist {
  margin:0 0 15px;
 }

#breadlist ul {
 margin:0;
 padding:0 12px;
 line-height:1.1;
}

#breadlist ul li {
  float:left;
  margin:0 0 0 5px;
  padding:0 0 0 10px;
  background:url(../img/breadlist-arrow.gif) no-repeat left center;
  list-style:none;
}

#breadlist ul li:first-child{
  margin:0;
  padding:0;
  background:none;
}
 
#breadlist ul li a {
  color:#ff9900;
  text-decoration:none;
}

#content {
  float: right;
  margin: 0 0 15px;
  width: 715px;
}
.titlebox {
	float:left;
	clear:both;
}
.box07-top {
clear:both;
	padding:4px 0 0;
	background: url(../img/box07-top.jpg) no-repeat;
}
.box07-bottom {
	padding:0 0 4px;
	background: url(../img/box07-bottom.jpg) left bottom no-repeat;
}
.box07-contents {
	clear:both;
	width:691px;
	padding:10px 12px 18px;
	background: #edeee8;
}
.box08-top {
	clear:both;
	margin:0;
	background: url(../img/box08-top.jpg) no-repeat top;
}
.box08-bottom {
	margin:6px 0 35px;
	padding:6px 0 6px;
	background: url(../img/box08-bottom.jpg) left bottom no-repeat;
}
.box08-contents {
	clear:both;
	width:663px;
	margin:0;
	padding:10px 20px;
	border-right:solid 6px #ff9900;
	border-left:solid 6px #ff9900;
	/* background: url(../img/box08-contents.jpg) repeat-y; */
	font-size:x-large;
	font-weight:bold;
	color:#ff9900;
}

*:first-child+html .box08-bottom { /* fot IE7 */
	padding:3px 0 6px;
	}

h2.pageTitleBox {
	margin:0;
	padding:0 0 35px;
}

#left-sidebar ul li a:visited {
	color:#333;
	}
	
#left-sidebar ul li a:hover {
	color:#999;
	}
