body,
div,
p {
	text-align: left;
}
.clear-both{
	clear: both;
	}

.btn a {
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	margin-right: 0;
}

.btn a:hover {
	background-color: #FF9900;
}

#content h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #b8835f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4bcab;
	padding-top: 2px;
	padding-bottom: 2px;
}


#content h3 {
	font-size: 14px;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: 6px center;

	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 26px;
	color: #555555;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#content h3 a {
	font-size: 14px;
}

#content h4 {
	font-size: 14px;
	color: #C27274;
	background-color: #eee0d6;
	padding: 2px 2px 2px 7px;
	color: #555555;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

#content ul {
	margin-left: 30px;
	list-style-type: none;
}
#content li a {
	font-size: 12px;
}
#content p{
	padding-left: 15px;
}

#content .entry-content p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
box
-------------------------------------------------------------------*/
#content .box2 {
	float: left;
	height: 160px;
	overflow:hidden;
	width: 300px;
	border: 1px solid #d4bcab;
	margin: 5px 5px 5px 0;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content .box2 h3 {
	margin: 0px;
	padding: 2px 6px;
	font-size: 12px;
	letter-spacing: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7b9b0;
	background-color: #b8835f;
	border-left-color: #d1aa9e;
	color: #FFFFFF;
	background-image: url(img/box2_h3_bg.gif);
}

#content .box2 p {
	margin: 10px;
	font-size: 11px;
	line-height: 14px;
}



	
	div#topnews dl,
	div#announcement dl{
	width:100%;
	clear:both;
	line-height: 1.0em;
	padding: 10px 0;
	margin:0;
	}
	
	div#topnews dt,
	div#announcement dt{
	font-weight:normal;
	padding:2px 0;
	width:14em;
	position:absolute;
	line-height: 1.0em;
	}
	
	div#topnews dd,
	div#announcement dd{
	padding:2px 0;
	padding-left:14em;
	margin-top: 0;
	margin-left:0;
	border-bottom:1px solid #fff;
	line-height: 1.4em;
	margin-bottom: 3px;
	}
	
	

#content .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 0;
}

#content .img_left img {
	border: 1px solid #999999;
}

#content .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#content .c_img_left img {
	border: 1px solid #999999;
}

#content .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px 0 10px 10px;
}

#content .c_img_right img {
	border: 1px solid #999999;
}


#content dl.borderBottom{
	border-top: solid 1px #fff;
	padding-left: 20px;
	margin: 0;
}

#content dl.borderBottom dt{
	margin: 2px 10px;
	padding: 0;
	float:left
}
#content dl.borderBottom dd{
	float:left
	margin: 2px 10px;
	padding: 2px  2px  2px 160px;
	border-bottom: solid 1px #ccc;
}


/*** set the width and height to match your images **/

#tslideshow {
	clear:both;
    position:relative;
	height:198px;
}

#tslideshow IMG {
position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.0;
    height: 198px;
}

#tslideshow IMG.active {
    z-index:3;
    opacity:1.0;
}

#tslideshow IMG.last-active {
    z-index:2;
}

/* ----------------------------------- table Style --*/
.boxTable01 {
    border-color:#bfbfbf;
    border-style:solid;
    border-width:1px 0 0 1px;
    margin: 3px 0 20px 0;
    font-size:0.9em;
    line-height:2em;
    width:100%;
}
.boxTable01 th {
    color:#ffffff;
    padding: 3px 3px 3px 6px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#e8e4dd;
    font-weight:normal;
    color:#333;
}
.boxTable01 td {
    padding:3px 3px 3px 8px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
}
.boxTable01 td.brown {
    padding:3px 3px 3px 8px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#472d09;
    font-weight:normal;
    color: #fff;
    font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    text-align:center;
}
.boxTable01 td.brown02 {
    padding:3px 3px 3px 8px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#624010;
    font-weight:normal;
    color: #fff;
    font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    text-align:center;
}
.boxTable01 td.gray {
    padding:3px 3px 3px 8px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#d4d0c9;
    font-weight:bold;
    color: #333333;
}
.boxTable01 td.gray02 {
    padding:3px 3px 3px 8px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#e8e4dd;
    font-weight:normal;
    color: #333333;
}
.boxTable01 td.gray03 {
    padding:3px 3px 3px 8px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#d4d0c9;
    font-weight:bold;
    color: #333333;
    text-align:center;
}
.boxTable01 td.grayDeep01 {
    padding:3px;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:0 1px 1px 0;
    background-color:#f0ebe2;
    font-weight:bold;
    color: #333333;
}
.boxTable01 .on {
    text-align: left;
    background-color: #f4f4f4;
}
.boxTable01 .off {
    text-align: left;
    background-color: #ffffff;
}
.boxTable01 .nowrap {
    white-space:nowrap;
}
/*左なしセル*/
.boxTable01 td.noleft {
    border-left: none;
}
/*右なしセル*/
.boxTable01 td.noright {
    border-right: none;
}
/*全てなしセル***/
.boxTable01 td.noall {
    border-left:none;
    border-bottom:none;
}
.boxTable01 td ol.listNumt {
    padding: 0 0 0 1.8em;
}
.boxTable01 td ol.listNumt li.Numt {
    list-style: decimal;
    margin: 0 0 3px 0;
    _margin: 0 0 3px 0.5em;
    margin: 3px 0 0 0;
    font-size:1em;
    line-height:1.8em;
}
/* ----------------------------------- table Style --*/