@charset"shift-jis";


body{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color:#EBEBEB;
} 

img { 
	border: none; 
}

.style1 {
	color: #ffffff;
	font-size: 90%;
	margin:5px;
	}

.style2 {
	font-size: 90%;
}

.style1 a {
	text-decoration: none;
	color:#ffffff;
}

.style1 a:hover {
	text-decoration: none;
	color:#cccccc;
}

p{
	margin:0;
}


/*---------------------------------ヘッダー部分*/
#header{
	margin: 0px;
	border: 0px solid #000000;
}

#header p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

.headerlogo{
	float:left;
}

.title_top{
	clear:both;
}

.headerlogo2{
	float:right;
}

#gloval_navi ul{
	margin:0px;
	padding:0px;
}

#gloval_navi li{
	margin:0px;
	padding:0px;
	width:114.286px;
	float:left;
	list-style-type: none;
}
#gloval_navi li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:0 !important;
	height /**/:20px; /*←IE6対策*/
	padding-top:20px;
	background-image: url(img/GlobalNavigation_1.jpg);
}

.navi1 a{	
	background-position:0 0;	
}
.navi1 a:hover{
	background-position:0 -20px;
	
}
.navi2 a{	
	background-position:-114.286px 0;	
}
.navi2 a:hover{
	background-position:-114.286px -20px;
	
}
.navi3 a{	
	background-position:-228.572px 0;	
}
.navi3 a:hover{
	background-position:-228.572px -20px;
	
}
.navi4 a{	
	background-position:-342.858px 0;	
}
.navi4 a:hover{
	background-position:-342.858px -20px;
	
}
.navi5 a{	
	background-position:-457.144px 0;	
}
.navi5 a:hover{
	background-position:-457.144px -20px;
	
}

.navi6 a{	
	background-position:-571.43px 0;	
}
.navi6 a:hover{
	background-position:-571.43px -20px;
}

.navi7 a{	
	background-position:-685.716px 0;	
}
.navi7 a:hover{
	background-position:-685.716px -20px;
}
/*------------------- reset*/

ul,li{
	margin: 0px;
	padding:0px;
	list-style-type: none;

}


/*------------------ breadcrumb*/
#breadcrumb {	
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;	
	text-align: left;
}


#breadcrumb li{
	font-size:0.8em;
	margin-right:5px;
	display: inline;
}

#breadcrumb li a{
	color:#999;
	background: url(img/chevrons.gif) no-repeat;
	background-position:right 0px;
	padding-right:15px ;

}

#breadcrumb li a:hover{
	color:#000;
	background: url(img/chevrons.gif) no-repeat;
	background-position:right 0px;
	padding-right:15px ;
	text-decoration: none;

}


/*---------------------------------コンテンツ部分*/
#contents{
	width: auto;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}


/*---------------------------------左側テーブル部分*/
#sidebar{
	width: 180px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-left: 1px solid #666666;
}


form{
	padding:0px;
	margin:0px;
	width:150px;
}




#login ul{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
}

#login li{
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:150px;
	list-style-type: none;
	text-align:center;
}
#login li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:0 !important;
	height /**/:25px; /*←IE6対策*/
	padding-top:25px;
	background-image: url(img/btn_login.gif); 
}


.login a{	
	background-position:0px 0;	
}
.login a:hover{
	background-position:0px -25px;
	
}

form{
	padding:0px;
	margin:0px;
	width:130px;
}

/*---------------------------------フッター部分*/
#footer{
	clear: both;
	padding: 0px 0px 15px 5px;
	border-top: 1px solid #000000;
}

#footer p{
    text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	font-size: 70%;
}

#footernavi ul{
	margin:5px;
	padding:0px;
}

#footernavi ul li{
	margin:0px 10px 0px 0px;
	padding:px;
	float:left;
	list-style-type: none;
}

.footernavi a:link {
	text-decoration: none;
	color:#666666;
}
.footernavi a:visited {
	text-decoration: none;
	color:#6666CC;
}
.footernavi a:hover {
	text-decoration: none;
	color:#330099;
}
.footernavi a:active {
	text-decoration: none;
}

#address{
	font-size:80%;
	text-align:right;
	clear:left
}

hr.hr01{
	width: 600px;
	height: 3px;
	background-image: url(img/hr01.gif)
	background-repeat: repeat-x;
}






