@charset "utf-8";

/* ####################################

               #globalnavi内の各指定
                          
####################################### */

#globalnavi{
	margin: 0;
	padding: 0;
	background:url(../img/back_main_menu.jpg) no-repeat;
	width: 840px;
	height: 60px;
}

#globalnavi li{
	float: left;
	position: relative;
	left: 290px;
	list-style: none;
}

#globalnavi a{
	display: block;
	height: 60px;
	text-indent: -9999px;
}

a.m1{
	background: url(../img/main_menu.jpg) no-repeat;
	width: 108px;
	background-position: 0 0;
}

a.m2{
	background: url(../img/main_menu.jpg) no-repeat;
	width: 108px;
	background-position: 108px 0;
}

a.m3{
	background:url(../img/main_menu.jpg) no-repeat;
	width: 108px;
	background-position: 216px 0;
}

a.m4{
	background:url(../img/main_menu.jpg) no-repeat;
	width: 108px;
	background-position: 324px 0;
}

a.m5{
	background:url(../img/main_menu.jpg) no-repeat;
	width: 108px;
	background-position: 432px 0;
}

a.m1:hover{
	background-position: 0 -60px;
}

a.m2:hover{
	background-position: -108px -60px;
}

a.m3:hover{
	background-position: -216px -60px;
}

a.m4:hover{
	background-position: -324px -60px;
}

a.m5:hover{
	background-position: -432px -60px;
}

a {
/*¥*/
   overflow: hidden;	/*Firefox1.5でクリックした時に左に長い点線の枠が出現を回避する技*/
/**/
}

/*
   平山追加分
*/

.infopage ul{
	margin-top:10px;
	list-style: none;
}

.infopage li{
	margin-top:10px;
	padding-left: 20px;
	padding-bottom:10px;
	background: url(../authorization/img/link.gif) no-repeat 0 0.2em;
	border-bottom:1px dotted silver;
}

.img_set{
	vertical-align: middle;
}

.glay {
	clear:both;
	background-color: #CCC;
	font-weight: bold;
	padding:4px 10px;
	margin:10px 0 10px 0;
	
}

.glayback {
	background-color:#CCC;
	font-weight: bold;
}

.pageblock{
	margin-top:20px;
	margin-bottom:0;
	padding-left:260px;
}

.pageblocktop{
	margin-top:10px;
	margin-bottom:50px;
	position:relative;
	padding-left:470px;
}
	
.page{
	display:block;
	height:1.5em;
	width:2.5em;
	text-align:center;
	font-weight:bold;
	background-color:#97CBFF;
	border:1px solid #97CBFF;
	margin-right:5px;
	float:left;
}

.pageown{
	display:block;
	height:1.5em;
	width:2.5em;
	text-align:center;
	
	border:1px solid #CCC;
	margin-right:5px;
	float:left;
}

.dotto{
	border-bottom:1px dotted silver;
	width:90%;
}

.wakusen {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.nakasen {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#no_border {
	border-style:none;
}
