@charset "utf-8";
@import url(common.css);
html {
	margin:0;
	padding:0;
	background-color: #eee;
}
body {
	margin: 50px auto 50px;
	padding: 0;
	border: 1px solid #000;
	max-width: 823px;
	width: 823px;
	position: relative;
}
* html body {
	width: 823px;
}


/****
layout
****/
#header {
	width: 614px;
}
#news {
	float: right;
	width: 451px;
}
#menu {
	float: left;
	left: 0px;
	width: 362px;
}
#footer {
	clear: both;
}
/*
#header {
	width: 614px;
}
#news {
	position: absolute;
	left: 372px;
	max-width: 451px;
	width: 451px;
}
#menu {
	position: relative;
	left: 0px;
	max-width: 362px;
	width: 362px;
}

/****/
#header header {
	margin-top: -40px;
}
#header h1 {
	padding: 0px;
	height: 64px;
	width: 475px;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	color: #0000FF;
	font-weight: bold;
	font-weight: 900;
	font-size: 36px;
}
/* opera
*+html>/** /body #header h1:before{
	content: url(title.png) ' ';
}*/
#header h1:before {
	content:  url(index/wicker_wings.png);
	display: block;
	position: absolute;
	max-width:354px;
	height: 142px;
	text-align: center;
}
#header .lines {
	position: relative;
}
#header .logo {
	position: relative;
	top: 60px;
	left: 50px;
}

h2 {
	display: none;
}

/**** news  ****/
#news {
	background-image: url(index/news_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 40px 0 0 0;
}
#news div.frame-top {
	background-image: url(index/news_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 29px;
}
#news div.frame-bottom {
	background-image: url(index/news_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 29px;
}


#news .topic,
#news .topic * {
	margin-right: 20px;
	margin-left: 20px;
}
#news .topic {
	padding: 5px;
}
#news .topic * {
	margin: 0;
	padding: 0;
}
#news .topic h3 {
	font-size: 100%;
	font-weight: bold;
	text-indent: 0.3em;
}
#news .topic p {
	font-size: 90%;
	font-weight: normal;
	text-indent: 1em;
}
#news .topic time {
	display: block;
	text-align: right;
	margin-bottom: 3px;
	font-size: 80%;
}

/**** menu  ****/
#menu {
	background-image: url(index/menu_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 40px 0 0 0;
}
#menu .frame-top {
	background-image: url(index/menu_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 29px;
}
#menu .frame-bottom {
	background-image: url(index/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 29px;
}

#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_mark2.png);
	text-indent: 1ex;
}
#menu li:first-child {
	margin-top: 0px;
}
#menu li:first-line {
	background-color: azure;
}
#menu li li:first-line {
	background-color: transparent;
}
#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;
}
