@charset "UTF-8";

/*-----------------------*/

#contents{
	margin: 7px 0 30px 0;
	background-image: url(../img/border_center.png);
	background-repeat: repeat-y;
	background-position: center;
}

/*-----------------------*/
/* ナビゲーション */

#navi{
	padding: 7px 0 12px 0;
	background-image: url(../img/hr.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navi a{
	margin: 0 7px;
}
#navi strong{
	margin: 0 7px;
	font-weight: normal;
	font-style: normal;
}

/*-----------------------*/

#banner{
	padding: 11px 0 5px 15px;
	margin-top: 10px;
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #AAAAAA;
}

/*-----------------------*/

#contents dl{
	padding: 10px 15px;
}
#contents dt{
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	border-left: solid 5px #EF6745;
}
#contents dd{
	margin-left: 25px;
	display: list-item;
	list-style: disc;
}
#contents dd.blank{
	list-style-image: url(../img/blank.png);
}

#contents img{
	margin-left: 15px;
	vertical-align: middle;
}

/*-----------------------*/

.left{
	position: relative;
	left: 0;
	margin-left: 80px;
	width: 290px;
	float: left;
	clear: both;
	background-image: url(../img/border_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.right{
	width: 310px;
	margin-left: 430px;
	background-image: url(../img/border_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.noborder{
	background-image: none;
}

.site_last{
	min-height: 18em;
}

/*-----------------------*/