/* CSS Document */

/*スクロールバーの色*/
.mstyle		{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	scrollbar-base-color:"#FFFFFF";
	scrollbar-arrow-color:"#FF9900";
	scrollbar-darkshadow-color:"#FF9900";
	scrollbar-3dlight-color:"#FF9900";
	margin:0px;
	font-size: 12px;
	line-height: 150%;
}
			 
/*================================================================================================*/
/*トップページ設定ここから*/
.main {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #FF9900;
	text-align: center;
}


.wrap {
	text-align: left;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E5F3F4;
}

.top_img{
	margin: 0;
	padding: 0;
}
.navi_wrap{
	background-color:#669933;
	width: 770px;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*メニューナビ設定*/

UL#t_menu00{
	margin: 0;
	padding: 0;
	margin-left: 107px;	
	/*"text-align:center"で上手くセンタリングできないのでマージンをとった*/
}

LI#t_menu{	
	list-style-type: none;
	text-indent:-10000px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}


a#aisatu{
	display:block;
	background-image: url(img/top_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 145px;
	height: 63px;
}

a#aisatu:hover{
	background-position: 0px -130px;
}
	
a#sinryou{
	display:block;
	background-image: url(img/top_navi.jpg);
	background-repeat: no-repeat;
	background-position: -146px 0px;
	width: 145px;
	height: 63px;
}
	
a#sinryou:hover{
	background-position: -146px -130px;
	}

a#yobou{
	display:block;
	background-image: url(img/top_navi.jpg);
	background-repeat: no-repeat;
	background-position: -291px 0px;
	width: 145px;
	height: 63px;
}
	
a#yobou:hover{
	background-position: -291px -130px;
}

a#sisetu{
	display:block;
	background-image: url(img/top_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -64px;
	width: 145px;
	height: 63px;
}
	
a#sisetu:hover{
	background-position: 0px -194px;
}

a#yoyaku{
	display:block;
	background-image: url(img/top_navi.jpg);
	background-repeat: no-repeat;
	background-position: -146px -64px;
	width: 145px;
	height: 63px;
}
	
a#yoyaku:hover{
	background-position: -146px -194px;
}

a#basyo{
	display:block;
	background-image: url(img/top_navi.jpg);
	background-repeat: no-repeat;
	background-position: -291px -64px;
	width: 145px;
	height: 63px;
}
	
a#basyo:hover{
	background-position: -291px -194px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


/*トップページのリンク文字の色*/
a.top:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.top:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.top:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/*トップページ設定ここまで*/ 
/*================================================================================================*/
