@import "/common/css/base.css";
@import "/common/css/frame.css"; 


#mainContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainContents {
	display: inline-table;
	/*\*/
	display: block;
	_height: 1%;
	/**/
}

#globalNavigation li.press a:hover,
#globalNavigation li.press a {
	background-position: 0px -70px;
}

/* CONTENTS */
#mainContents {
	margin: 0px 15px;
	padding: 15px 0px 45px 0px;
	width: 770px;
}

#localContents {
	width: 577px;
	float: left;
}

#localNavigation {
	width: 177px;
	float: right;
}

/* LOCALCONTENTS */
#localContents p {
	margin-bottom: 10px;
}

#localContents dd {
	background: url(/common/images/arrow_s.gif) no-repeat 0px 5px;
	margin-bottom: 10px;
	padding-left: 12px;
}

#localContents h2 {
	background: url(../images/hed_local.gif) no-repeat top left;
	margin-bottom: 10px;
	width: 577px;
	height: 33px;
	overflow: hidden;
	text-indent: -999px;
}
/* IE5/Mac \*//*/
#localContents h2 {
	padding-top: 33px;
}
/**/

#localContents h3 {
	margin-bottom: 10px;
	height: 13px;
	overflow: hidden;
	text-indent: -999px;
}
/* IE5/Mac \*//*/
#localContents h3 {
	padding-top: 13px;
}
/**/

#localContents h3 {
	background: url(../images/hed_s_01.gif) no-repeat top left;
	width: 60px;
}
