@charset "utf-8";
@import url(common.css);
body {
	margin: 50px auto 0;
	padding: 0;
	border: 1px solid #000;
	width: 660px;
}
h1 {
	padding: 0px;
	float: right;
	height: 142px;
	width: 383px;
	width: 354px;
/*	width: 304px;*/
	margin-top: 30px;
	margin-bottom: 25px;
	margin-right: 15px;
	overflow: hidden;
	color: #0000FF;
	font-weight: bold;
	font-weight: 900;
	font-size: 36px;
/*	text-align: center;*/
}
/* opera
*+html>/** /body h1:before{
	content: url(title.png) ' ';
}*/
h1:before{
	content:  url(title.png);
	display: block;
	position: absolute;
	width:354px;
	height: 142px;
	text-align: center;
}
h1 img{
	width:354px;
	height: 142px;
	display: block;
}

h2 {
	display: none;
}

/**** news  ****/
#news {
	background-image: url(index/news-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 354px;
	float: right;
	height: auto;
	margin-left: 0px;
	margin-right: 15px;
}
#news > *{
	margin-right: 20px;
	margin-left: 20px;
}
#news>img {
	margin: 0;
}
#news:before {
	content: url(index/news-top.png);
	width: 354px;
	height: 10px;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#news:after {
	content: url(index/news-btm.png);
	width: 354px;
	height: 10px;
	border: 0 none;
	padding: 0;
	float: right;
	margin: 0;
}
#news dt {
	margin-top: 12px;
	text-indent: 1em;
}
#news dt:first-child {
	margin-top: 0px;
}
#news dd {
	margin-bottom: 3px;
}


/**** menu  ****/
#menu {
	background-image: url(index/menu-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 239px;
	display: block;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
/*	float: left;*/
}
* html #menu {
	margin-top: -142px;
}
*+html #menu {
	margin-top: -142px;
}

#menu:before {
	content: url(index/menu-top.png);
	width: 239px;
	height: 10px;
	float: none;
/*	margin-left:10px;
	margin-right: 10px;*/
}
#menu:after {
	content: url(index/menu-btm.png);
	width: 239px;
	height: 10px;
	clear: left;
	float: none;
	margin-top: 15px;
/*	margin-left:10px;
	margin-right: 10px;*/
}

#menu ol {
	display: block;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	width: 239px;
}
#menu li {
	line-height: 160%;
	margin-left: 2ex;
	list-style-type: circle;
	list-style-image: url(index/menu-icon.png);
}
#menu li ol{
	margin-left: 1.8ex;
}
#menu li li {
	list-style-type: disc;
	list-style-image: none;
}
#menu a:hover,
#menu a:active {
	background-color: #dddd99;
}

#menu,
#news {
	margin-bottom: 20px;
}

/**** footer ****/
footer {
	float: none;
	clear: both;
}

