@charset "shift_jis";
/*--------------------*/
#topnavi {
	height: 50px;
}
/*--------------------*/
#sitepath {
	padding: 5px 10px;
}
#sitepath ul {
}
#sitepath li {
	font-size: 10px;
	line-height: 13px;
	float: right;
	background-image: url(../img/arw_path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	color: #996633;
}
#sitepath .current {
	background-image: none;
	padding-right: 0px;
}
#sitepath a {
	text-decoration: none;
}
#sitepath .home a {
	background-image: url(../img/ico_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}


/*--------------------*/
#article {
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 10px;
}

.h1txt {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 12px;
}
.h1img {
	padding-bottom: 20px;
}
#article p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#article strong {
	font-size: 12px;
	font-style: normal;
	line-height: 1.6;
	color: #8C0002;
}
/*--------------------*/
#article table {
	border:none;
}
#article th,#article td {
	border:none;
}
#article table {
	margin-bottom: 10px;
}
#article table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
#article table td {
	vertical-align: top;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

/*--------------------*/
.expand {
	position: relative;
}

.imagelink{
	background:url(../img/zoom2.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	/*cursor: pointer;*/
}
.sendmail a {
	background-image: url(../img/ico_mail_s.gif);
	background-position: left center;
	padding-left: 12px;
	background-repeat: no-repeat;
}
