/*------------------------------------------
index.css
-------------------------------------------*/
#Shadow{
	height: 13px;
	background: url(../../img/shadow.jpg) repeat-x;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
}


/*新着情報
-----------------------------------------*/
#News{
	float: left;
	width: 240px;
	background: url(../../img/news_bg.jpg) repeat-y;
}
#News h3{
	width: 240px;
	height: 46px;
	background: url(../../img/news_title.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#News span{
	display: block;
	width: 240px;
	height: 2px;
	background: url(../../img/news_bottom.jpg) no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}
#News p{
	font-size: 10px;
	padding-left: 22px;
	padding-right: 22px;
}
.Date{
	font-weight: bold;
	padding-top: 12px;
}
.Note{padding-top: 2px;}


/*メッセージ
-----------------------------------------*/
#Message{
	float: right;
	width: 440px;
}
#Message h3{
	width: 440px;
	height: 31px;
	background: url(../../img/title1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#Message img{margin: 10px 0;}


/*ごあいさつ文
-----------------------------------------*/
#MText{
	clear: both;
	width: 660px;
	background: #E4E4E5;
	margin: 0 0 10px 10px;
}
#MText p{padding: 10px 20px;line-height: 1.5;}
#MText p img{display: inline;vertical-align: text-bottom;}

#TopNav ul{
	display: block;
	width: 680px;
	height: 51px;
	background: url(../../img/nav_top.jpg) no-repeat;
}
#TopNav ul li{
	display: block;
	float: left;
	width: 170px;
	height: 51px;
}
#TopNav ul li a{
	display: block;
	width: 170px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
}

#TN1 a:hover{background: url(../../img/nav_top_over1.jpg) no-repeat;}
#TN2 a:hover{background: url(../../img/nav_top_over2.jpg) no-repeat;}
#TN3 a:hover{background: url(../../img/nav_top_over3.jpg) no-repeat;}
#TN4 a:hover{background: url(../../img/nav_top_over4.jpg) no-repeat;}


#FOOTER{height: 116px;}

