@charset "shift_jis";


/*
===== 0: toppage content ==========================================
*/


body {
	text-align:center;
	margin:0px;
	padding:0px;
	border: 0px;
}


div#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background:url(../img/main_bg.png);
}

div#header {
	width: 760px;
	height: 70px;
	margin: 0px;
	overflow: hidden;
}



div#button {
	width: 760px;
	height: 60px;
	margin: 0px;
	background:url(../img/menu_bg.png);
	overflow: hidden;
}

div#menu {
	width: 720px;
	height: 60px;
	margin: 0 20px 0 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display:inline;
	float: left;
}

div#title {
	clear:both;
	width: 760px;
	height: 100px;
	margin: 0px;
}

#title img{
	margin: 0px;
}


div#photo {
	clear:both;
	width: 760px;
	height:auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#photo_box {
	width: 730px;
	height:330px;
	margin: 10px 15px 0px 15px;
	padding: 0px;
	overflow: hidden;
}


table.photo01 {
	width:730px;
	height:330px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#news {
	clear:both;
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#news_box {
	width: 730px;
	height:auto;
	margin: 10px 15px 20px 15px;
	padding: 0px;
	overflow: hidden;
	background:url(../img/home_news_middle.png);
}

div#news_top {
	width: 730px;
	height: 49px;
	padding: 0px;
	margin: 0px;
	background:url(../img/home_news_top.png)  no-repeat;
	overflow: hidden;
}

div#news_middle {
	text-align:left;
	width: 706px;
	height:100px;
	padding: 0px;
	margin: 0 12px 0 12px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	scrollbar-base-color:#ffffff;
	scrollbar-3dlight-color:#d7d7d7;
	scrollbar-darkshadow-color:#d7d7d7;
	scrollbar-arrow-color:#339900;
	scrollbar-track-color:#d7d7d7;
}

td.news_data{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}

p.news_data {
		font-size:16px;
		font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
		color:#545454;
		letter-spacing:1px;
		line-height:20px;
		padding-top: 10px;
		padding-left:20px;
		padding-right:10px;
		margin: 0px;
}

p.news_text {
		font-size:16px;
		font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
		color:#339900;
		letter-spacing:0px;
		line-height:20px;
		padding-top: 10px;
		padding-right:10px;
		margin: 0px;
}

#news_middle a{
	color:#777777;
}

#news_middle a:hover{
	color: #FF9900;
}

div#news_bottom {
	width: 730px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	background:url(../img/home_news_bottom.png) no-repeat;
	overflow: hidden;
}



div#icon {
	clear:both;
	text-align:center;
	width: 760px;
	height: 120px;
	margin: 0px auto;
	background:url(../img/icon_bg.png) no-repeat;
	overflow: hidden;
}

div#icon_navi {
	width: 720px;
	height: 90px;
	margin: 15px 20px 15px 20px; 
}

#icon_navi ul {
	margin: 0px;
	padding: 0px;
}

#icon_navi li{
	float:left;
	margin:5px;
	list-style-type: none;
	display:inline;
}



div#footer {
	clear:both;
	width: 760px;
	height: 30px;
	margin: 0px auto;
	text-align:right;
	background:url(../img/footer.png);
	overflow: hidden;
}

#footer p {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif, ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
	color:#ffffff;
	margin: 5px 20px 0 0;
}

.clear{
	clear:both;
	line-height: 1px;
}