@charset "shift-jis";

/*====================================================================

index.css

====================================================================*/

/*--------------------------------------------------------------------
btns
--------------------------------------------------------------------*/
#top_btns{
	width: 500px;
	margin: 10px 0 0 10px;
}
#top_btns:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
box
--------------------------------------------------------------------*/
.box{
	width: 500px;
	background: url(./css/img/box_bg.gif);
	margin: 10px 0 0 10px;
}
.box p{background: url(./css/img/box_bottom.gif) no-repeat bottom;}


/*map
--------------------------------------------------------------------*/
#map p{
	margin-top: 10px;
	padding: 0 15px 10px;
}


/*greet
--------------------------------------------------------------------*/
#greet div{
	width: 500px;
	background: url(./css/img/top_greet.jpg) no-repeat top;
}
#greet p{padding: 15px 210px 15px 15px;}


/*news
--------------------------------------------------------------------*/
#news div{
	width: 500px;
	height: 7px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#news_top{background: url(./css/img/box_top.gif) no-repeat;}
#news_bottom{
	background: url(./css/img/box_bottom.gif) no-repeat;
	margin-top: 7px;
}
#news table{
	width: 468px;
	margin: 0px 0 0 16px;
}
#news table th,
#news table td{
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: solid 1px #DFDFDF;
}
#news table th{
	color: #666666;
	background: url(./css/img/icon_01.gif) no-repeat left 11px;
	padding-left: 15px;
	white-space: nowrap;
}
#news table td{padding-left: 20px;}


