@import "base.css";

body  {
	background-image: url(../../img/contents_bg.jpg);
}

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
#addmoretop {
	height: 45px;
	background-image: url(../../img/addber_top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	overflow:hidden;
}
#addmoretop ul {
	margin: 16px 15px 0 0;
	font-weight: bold;
}
#addmoretop li {
	float: right;
	font-size: 90%;
}

#addmoretop a {color: #b68401;}
#addmoretop a:hover {color: #960;}


/*****************************************************************************
 左コンテンツ
 *****************************************************************************/
 
#sidemenu h3 {
	background-image: url(../../product/img/lmenu.gif);
	background-repeat: no-repeat;
	width: 248px;
	height: 30px;
}

#sidemenu h3 span {
	text-indent:-9999px;
	width:248px;
	height:30px;
	display:block;
	overflow:hidden;
}

#sidemenu ul {
	font-size: 88%;
	font-weight: bold;
}
#sidemenu li {
	background-color: #f7f7f7;
	border-bottom: solid 1px #e6e6e6;
	background-image: url(../../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
}
#sidemenu .date {
	font-size: 80%;
	color: #999;
}
#sidemenu li a {
	color: #333;
	padding: 11px 10px 10px 27px;
	display: block;
	background-image: url(../../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
}

#sidemenu li a:hover {
	text-decoration: none;
	background-color: #fff; 
}


/*****************************************************************************
 センターコンテンツ
 *****************************************************************************/
 
#breadcrumbs {
	background-image: url(../../img/pan_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 702px;
	float: right;
}

#breadcrumbs p {
	font-size: 75%;
	color: #fff;
	margin: 10px 0 0 17px;
}
#breadcrumbs p a {
	color: #fff;
}

#main {
	background-image: url(../../img/c_bg.gif);
	float: right;
	width: 702px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#chapter {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

#chapter h2 {
	background-image: url(../../product/img/title.gif);
	background-repeat: no-repeat;
	height: 72px;
}

#chapter h2 span {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width: 351px;
	height: 72px;
}
#chapter p {
	margin: 5px 30px;
	font-size: 100%;
	line-height: 150%;
}


#section01, #section02, #section03, #section04, #section05, #section06 {
	color: #bbb;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#section01 {background-image: url(../../product/img/001.jpg);}
#section02 {background-image: url(../../product/img/002.jpg);}
#section03 {background-image: url(../../product/img/003.jpg);}
#section04 {background-image: url(../../product/img/004.jpg);}
#section05 {background-image: url(../../product/img/005.jpg);}
#section06 {background-image: url(../../product/img/006.gif);}

#main ul {
	margin: 10px 0 10px 37px;
	font-size: 90%;
	line-height: 180%;
}
#main li {
	background-image: url(../../img/icon02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#main li a {
	color: #333;
}

#section p {
	margin: 5px 30px;
	font-size: 100%;
	line-height: 150%;
}


#main h3 {
	font-size: 100%;
	font-weight: bold;
	color: #b68401;
	background-image: url(../../img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0 0 20px;
	padding: 5px 26px;
	height: 15px;
}

#totop{
	width: 950px;
	text-align: right;
	float: right;
	display:block;
}
