@charset "utf-8";
@import url(common.css);
html {
	margin:0;
	padding:0;
	background-color: #eee;
}
body {
	margin: 50px auto 0;
	padding: 0;
	border: 1px solid #000;
	max-width: 660px;
/*	min-width: 354px;*/
}
* html body {
	width: 660px;
}
#header {
	float: right;
	max-width: 354px;
}
#header h1 {
	padding: 0px;
	height: 142px;
	width: 354px;
	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 #header h1:before{
	content: url(title.png) ' ';
}*/
#header h1:before{
	content:  url(title.png);
	display: block;
	position: absolute;
	max-width:354px;
	height: 142px;
	text-align: center;
}

h2 {
	display: none;
}

/**** news  ****/
#news {
	background-image: url(index/news-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	max-width: 354px;
/*	height: 300px;
	overflow: auto;*/
	float: right;
	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);
	max-width: 354px;
	height: 10px;
	border: 0 none;
	margin: 0 0px 0 0px;
	padding: 0;
}
#news:after {
	content: url(index/news-btm.png);
	max-width: 354px;
	height: 10px;
	border: 0 none;
	padding: 0;
	float: right;
	margin: 0 0 0 0;
}
#news div {
	padding: 5px;
}
#news div * {
	margin: 0;
	padding: 0;
}
#news h3 {
	font-size: 100%;
	font-weight: bold;
	text-indent: 0.3em;
}
#news p {
	font-size: 90%;
	font-weight: normal;
	text-indent: 1em;
}
#news div div {
	text-align: right;
	margin-bottom: 3px;
}
#news small {
	font-size: 80%;
}

/**** menu  ****/
#menu {
	background-image: url(index/menu-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	max-width: 239px;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
/*
#menu{
	float: left;
	margin-top: -142px;
}
* html #menu {
	margin-top: -142px;
}
*+html #menu {
	margin-top: -142px;
}
*/
#menu:before {
	content: url(index/menu-top.png);
	max-width: 239px;
	height: 10px;
	float: none;
}
#menu:after {
	content: url(index/menu-btm.png);
	max-width: 239px;
	height: 10px;
	float: none;
}

#menu ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#menu li {
	margin-top: 7px;
	margin-left: 2ex;
	list-style-type: disc;
	list-style-image: url(index/menu-icon.png);
}
#menu li:first-child {
	margin-top: 0px;
}
#menu li ul {
	margin-left: 0ex;
}
#menu li li {
	margin-top: 2px;
	margin-left: 2.5ex;
	list-style-type: none;
	list-style-image: none;
}
#menu li li ul{
	list-style-position: outside;
}
#menu li li li{
	list-style-type: disc;
	margin-left: 1.5ex;
}
#menu a:hover,
#menu a:active {
	background-color: #dddd99;
}

/**** footer ****/
#news,
#menu {
	margin-bottom: 20px;
}

