@charset "UTF-8";

/*****************************************
				Contents
*****************************************/
#box {
	width: 960px;
	margin: 0 auto 25px auto;
	/zoom: 1;
	line-height: 1.6;
	overflow: hidden;
}
#info p,
#info ul,
#info ol,
#info table {
	margin: 0 0 15px 0;
}
#info ul,
#info ol {
	padding: 0 0 0 2em;
}
#info ul li,
#info ol li {
	margin: 0 0 5px 0;
}
#info table th,
#info table td {
	border: solid 1px #999;
	padding: 5px;
}
#info table.table_layout th,
#info table.table_layout td {
	border: none;
	padding: 0;
}
#info strong {
	font-weight: bold;
}
#info em {
	font-style: italic;
}
/*****************************************
			rightArea
*****************************************/
#right_main {
    width: 660px;
    float: right;
	_display: inline;
	margin: 0;
}
/*****************************************
			news
*****************************************/
#info {
	width: 660px;
	zoom: 1;
	padding: 0;
	margin: 0;
}
#info h3 {
	background: url(../img/title/m_oshirase.jpg) left top no-repeat;
	width: 660px;
	height: 46px;
	margin: 0 0 7px 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
}

#info h3 span {
	width: 94px;
	position: absolute;
	margin: 0;
	top: 8px;
	right: 10px;
}

#info h3 span a {
	display: block;
	width: 100%;
	height: 23px;
	background: url(../img/title/bn_oshirase.jpg) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#info h3 span a:hover { background: url(../img/title/bn_oshirase.jpg) 0 -23px no-repeat;}

#info dl {
	width: 660px;
	clear: both;
	margin: 8px 0 0 0;
	border-bottom: dotted 1px #999999;
	overflow: hidden;
	/zoom: 1;
}
#info dl dt {
	float: left;
	_display: inline;
	_zoom: 1;
	width: 104px;
	height: 25px;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 88%;
	color: #FFF;
	background: url(../img/common/hi_back.jpg) 0px 0px no-repeat;
}
#info dl dd {
	margin: 2px 0px 10px 120px;
	padding: 2px 0 0 0;
	_zoom: 1;
}