/* CSS Document */
/* charset */

/*---------------------------------------------------------*/
/*    default                                              */
/*---------------------------------------------------------*/
table,td,tr,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,form {
margin:0;
padding:0;
}
img {border:none;}
li {list-style:none;}

/*---------------------------------------------------------*/
/*    link anchor                                          */
/*---------------------------------------------------------*/
a:link,a:visited,a:active {color:#2C7CA3;}
a:hover {color:#FF6600;text-decoration: none;}

/*---------------------------------------------------------*/
/*    body                                                 */
/*---------------------------------------------------------*/
body {
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
	font-size:14px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	line-height:140%;
}

/*---------------------------------------------------------*/
/*    wrap                                                 */
/*---------------------------------------------------------*/
#wrap{ margin: 0 auto; width: 947px;}

/*---------------------------------------------------------*/
/*    head                                                 */
/*---------------------------------------------------------*/
#page_title{ margin-top:8px; }
#page_title a{
	width: 435px;
	height:60px;
	background:url(../img/title_head.jpg) no-repeat;
	display:block;
	text-indent: -9999px;
}

/*---------------------------------------------------------*/
/*    gloval_navi                                          */
/*---------------------------------------------------------*/
#navi_global{
margin-top:14px;
	width:910px;
}
#navi_global ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	background:url(../img/navi_global.jpg) no-repeat;
	width:910px;
	height:32px;
	text-indent: -9999px;
	margin-left:18px;
}

#navi_global ul li{
	margin:0px;
	padding:0px;
	float:left;
	height:32px;
}

#navi_global a {
	height: 32px;
	display: block;
}

#group_top a { width: 170px;
background: url(../img/navi_global.jpg) no-repeat 0px 0px;
}
#sou_top a { width: 135px;
	margin-left: 12px;
	background: url(../img/navi_global.jpg) no-repeat -183px 0px;
}
#ono_top a { width: 135px;
	margin-left: 12px;
	background: url(../img/navi_global.jpg) no-repeat -330px 0px;
}
#vira_top a { width: 135px;
	margin-left: 11px;
	background: url(../img/navi_global.jpg) no-repeat -476px 0px;
}
#umezu_top a { width: 135px;
	margin-left: 13px;
	background: url(../img/navi_global.jpg) no-repeat -624px 0px;
}
#jyukouen_top a { width: 135px;
	margin-left:13px;
	background: url(../img/navi_global.jpg) no-repeat -772px 0px;
}

#navi_global #group_top a:hover { background: url(../img/navi_global.jpg) no-repeat 0px -32px;}

#navi_global #sou_top a:hover {
	margin-left: 12px;
	background: url(../img/navi_global.jpg) no-repeat -183px -32px;
}
#navi_global #ono_top a:hover {
	margin-left: 12 px;
	background: url(../img/navi_global.jpg) no-repeat -330px -32px;
}
#navi_global #vira_top a:hover {
	margin-left: 11px;
	background: url(../img/navi_global.jpg) no-repeat -476px -32px;
}
#navi_global #umezu_top a:hover {
	margin-left:13px;
	background: url(../img/navi_global.jpg) no-repeat -624px -32px;
}
#navi_global #jyukouen_top a:hover{
	margin-left:13px;
	background: url(../img/navi_global.jpg) no-repeat -772px -32px;
}


/*---------------------------------------------------------*/
/*    contents                                             */
/*---------------------------------------------------------*/
#contents{
padding-top:24px;
width:947px;
background:url(../img/bg_contents.jpg) repeat-y;
}
/*---------------------------------------------------------*/
/*    footer                                               */
/*---------------------------------------------------------*/
#footer{ margin:0px 21px 0px 16px; width:910px; }

/*---------------------------------------------------------*/
/*    footer_this_navi                                     */
/*---------------------------------------------------------*/
#footer_this_navi{ margin-bottom:30px; width:910px;}
#footer_this_navi ul {
	text-align:center;
	list-style-type: none;
	padding-top:4px 0px 4px 0px;
}

#footer_this_navi li {
	display:inline;
	font-size:14px;
}
/*---------------------------------------------------------*/
/*    page_top                                             */
/*---------------------------------------------------------*/
#page_top {
	margin:0px auto 40px auto;
	width:212px;
	height:30px;
	background:url(../img/btn_page_top.jpg) no-repeat;
	display:block;
	text-indent: -9999px;
	margin-bottom:40px;
}
#page_top:hover{
	margin:0px auto 40px auto;
width:212px;
height:30px;
background:url(../img/btn_page_top_on.jpg) no-repeat;
display:block;
text-indent: -9999px;
}
/*---------------------------------------------------------*/
/*    copylight                                            */
/*---------------------------------------------------------*/
#copylight{
width:910px;
height:50px;
background:url(../img/copylight.jpg) no-repeat;
display:block;
text-indent: -9999px;
}
