@charset "UTF-8";


/* ○swf ****************************************/
.swf_area {
	}

#main {
	background:none;
	}

/* ○menu_index ****************************************/
#menu_index {
	padding:10px 0 0 0;
	}
#menu_index dl {
	width:197px;
	position:relative;
	float:left;
	list-style:none;
	}
#menu_index dl.last {
	width:189px;
	}
#menu_index dt img {
	width:189px;
	height:204px;
	}
#menu_index dd img {
	width:126px;
	height:24px;
	}
#menu_index dd {
	position:absolute;
	left:22px;
	}
#menu_index dd.menu01 {
	top:63px;
	}
#menu_index dd.menu02 {
	top:91px;
	}
#menu_index dd.menu03 {
	top:119px;
	}
#menu_index dd.menu04 {
	top:147px;
	}
	

h3 {
	}


/* ○news ****************************************/
#news {
	margin:10px 0 20px 0;
	_margin:0px 0 20px 0;
	float:left;
	width:482px;
	background:url(../img/bg_news.gif) center repeat-y;
	}
#news table {
	width:100%;
	}
#news table td {
	border-bottom:1px #e9e9c7 solid;
	vertical-align:top;
	}
#news table td.date {
	padding:7px 10px 0 10px;
	width:50px;
	}
#news table td.icon {
	padding:7px 7px 0 0;
	width:42px;
	}
#news table td.news_text {
	padding:7px 10px 5px 0;
	line-height:1.5em;
	}
#news table td a {
	color:#957105;
	}
#news table td a:hover {
	text-decoration:underline;
	}
#news p {
	padding:5px 10px 5px 5px;
	background:url(../img/bg_news_last.gif) center bottom no-repeat;
	text-align:right;
	}
#news p a {
	padding:0 0 0 6px;
	color:#957105;
	background:url(../img/icon_link.gif) 0 0.35em no-repeat;
	}
#news li a:hover,
#photo li a:hover,
#news p a:hover {
	text-decoration:underline;
	}



