@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------グローバルナビゲーションのロールオーバー設定---------------------------------------*/


.access a{
	background-position:0 -52px;　/*現在開かれているページボタン*/
}

.home a:hover,.service a:hover,.system a:hover,.episode a:hover,.inquiry a:hover,.guidance a:hover{
	background-position:0 -52px;　　/*それ以外のページボタンのロールオーバー設定*/
}


/*---------------------------------------------------------左ボディ-------------------------------------------------------------*/


.left_aisatsu a{
	background:url(../images/aisatsu_13.gif) no-repeat right top;　
	width:203px;
	height:49px;
	text-indent:-10000em;
	display:block;
	overflow:hidden;
}

.left_gaiyou a{
	background:url(../images/gaiyou_15.gif) no-repeat right top;
	
	width:203px;
	height:49px;
	text-indent:-10000em;
	display:block;
	overflow:hidden;
}

.left_rinen a{
	background:url(../images/rinen_23.gif) no-repeat right top;  
	width:203px;
	height:49px;
	text-indent:-10000em;
	display:block;
	overflow:hidden;
}

.left_privacy a{
	background:url(../images/privacy_27.gif) no-repeat right top;
	width:203px;
	height:49px;
	text-indent:-10000em;
	display:block;
	overflow:hidden;
}

.left_access a{
	background:url(../images/accees_28.gif) no-repeat left top;  /*今現在ページが開かれてる時は"left top"で*/
	width:203px;
	height:49px;
	text-indent:-10000em;
	display:block;
	overflow:hidden;
}

.left_aisatsu a:hover,.left_gaiyou a:hover,.left_rinen a:hover,.left_privacy a:hover,.left_accees a:hover{
	background-position:0 0;
}


/*------------------------------------------------------センター------------------------------------------------------------------*/

#center h3{
	background:url(../images/accees_midashi_07.jpg) no-repeat left top;
	width:440px;
	height:21px;
	text-indent:-10000em;
	display:block;
	overflow:hidden;
}

.map{
	width:440px;
	height:380px;
	margin-top:50px;
}

.float_right{
	float:right;
	padding:0 5px 0 5px;
}

.ad_text{
	padding-bottom:20px;
}

.a{
	margin:40px 0 30px 0;
	font-weight:900;
	
}

.b{
	letter-spacing:-0.01em;
}

.b,.c,.d{
	line-height:1.5;
	padding-bottom:10px;
}



.gototop{
	margin:120px 0 100px 0;
	text-align:right;
	clear:both;
}

/*------------------------------------------------------右ボディ高さ指定------------------------------------------------------------------*/

#right{
	height:1200px;
}