@charset 'UTF-8';

/* CONTENT */

.titleHeading {
	clear: both;
	padding: 4px 15px 6px;
	font-size: 13px;
	background: url("images/headingTitleBack.gif") no-repeat 0 0;	
	color: #B9841C;
}
.titleHeading2 {
	clear: both;
	padding: 2px 10px;
	border: 1px solid #BF8915;
	margin-bottom: 10px;
	background-color: #eee;
	font-size: 13px;
	font-weight: bold;
	color: #B9841C;
}

.titleHeading2 a {
	font-size: 13px;
	font-weight: bold;
	color: #B9841C;
}

.titleHeading3 {
	clear: both;
	padding: 4px 10px;
	margin-bottom: 10px;
	background-color: #976C0B;
	font-size: 13px;
	color: #fff;
}
.titleHeading3 span {
	font-size: 13px;
	font-weight: bold;
	color: #C9AF7B;
}
.titleHeading4 {
	clear: both;
	font-size: 13px;
	padding-left: 15px;
	padding-bottom: 10px;
	background: url("images/headingTitlePoint.gif") no-repeat 0 4px;
	color: #B9841C;
}
.titleHeading5 {
	clear: both;
	padding-bottom: 5px;
	font-size: 14px;
	color: #976C08;
}
#breadCrumbs {
	padding: 10px 0 5px;
	line-height: 1em;
	font-size: 11px;
}
#breadCrumbs a {
	color: #666;
}
.rightColumn-innerBlock {
	padding: 15px;
}
.attentionBox {
	padding: 20px 20px;
	border: 1px solid #CB4800;
}
.attentionBox .title {
	padding-bottom: 10px;
	font-size: 18px;
	color: #CB4800;
}
.attentionBox .text {
	padding-bottom: 10px;
}
.toPageTop {
	clear: both;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	background: url("images/toPageTop.gif") no-repeat right 17px;
}
.toPageTop a {
	color: #976C08;
}
a.contactButton {
	display: block;
	width: 270px;
	height: 35px;
	text-indent: -9999px;
	background: url("images/contactButton.gif") no-repeat 0 0;
}
a.contactButton:hover {
	background-position: 0 -35px;
}
.hinokiTable table {
	width: 100%;
	border-top: 1px solid #ccc;
}
.hinokiTable th {
	padding: 7px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px dotted #BF8915;
	border-bottom: 1px solid #ccc;
}
.hinokiTable td {
	padding: 7px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hinokiTable .tr1 {
	background-color: #f7f7f0;
}

/********** Side **********/
#side-docRequest {
	padding-bottom: 15px;
	padding-right: 117px;
	background: url("images/docRequest.gif") no-repeat right 0;
}
#side-docRequest .title {
	padding-bottom: 10px;
	font-size: 15px;
	color: #B9841C;
	line-height: 1.3em;
}
#side-docRequest .text {
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.4em;
}
#side-docRequest a {
	padding-right: 15px;
	background: url("images/sideColumnArrow.gif") no-repeat right 3px;
	font-size: 11px;
}

#side-docInfo {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
#side-docInfo .block1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #BF8915;
}
#side-docInfo .title {
	padding-bottom: 5px;
	font-size: 15px;
	color: #B9841C;
	line-height: 1.3em;
}
#side-docInfo .date {
	padding-bottom: 5px;
	font-size: 11px;
}
#side-docInfo .text {
	padding-top: 5px;
	font-size: 11px;
}
#side-docInfo div img {
	float: right;
	padding-left: 10px;
}
.side-banner {
	padding-bottom: 10px;
}
#leftSideSet1 {
	padding: 35px 10px 10px;
	background: url("images/leftSideSet1Title.gif") no-repeat 0 0;
}
#sideNavi {
	padding-bottom: 20px;
}
#sideNavi li a,
#sideNavi li span {
	display: block;
	width: 250px;
	height: 20px;
	padding: 10px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #ccc;
	background-color: #F8F7F0;
	color: #777;
}
#sideNavi li a:hover {
	background-color: #fff;
	color: #999;
}
#sideNavi li span.title {
	border-top: 0;
	background-color: #BF8915;
	color: #fff;
}
.richSideBanner a {
	display: block;
	width: 230px;
	height: 81px;
	padding: 2px 18px 2px 2px;
	background: url("images/sideBannerBack.gif") no-repeat 0 0;
	text-decoration: none;
}
.richSideBanner a:hover {
	background-position: 0 -85px;
}
.richSideBanner a:hover .title {
	color: #BF8915;
}
.richSideBanner a:hover .text {
	color: #999;
}
.richSideBanner a img {
	float: left;
	padding-right: 5px;
}
.richSideBanner a .title {
	display: block;
	padding: 5px 0;
	line-height: 1.3em;
	color: #473933;
}
.richSideBanner a .text {
	font-size: 10px;
	color: #666;
	line-height: 1.3em;
}

/* koubouHover */
.sideBanaHov a img:hover {
opacity:0.8;
-moz-opacity:0.8;
filter:alpha(opacity=80);
-ms-filter:"alpha(opacity=80)";
}

