@charset "shift_jis";

body{
	margin:0;
	padding:0;
	background-color:#D5D9E0;
	color: #444444;
}

a{
	text-decoration:none;
	color:#444444;
	}
a:link{
	text-decoration:none;
	color:#0033CC;
	text-decoration:underline;
	}
a:visited{
	text-decoration:none;
	color:#0033CC;
	text-decoration:underline;
	}
a:hover{
	text-decoration:underline;
	color:#FF9900;
	}

.txtblue{
	color:#394C88;
	}
.txtred{
	color:#FF0000;
	}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.tx_super{
	vertical-align:super;
	font-size:x-small;
}
*html .tx_super{
	font-size:xx-small;
}
	
/* Hides from IE-mac */
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-max */


/********* header *********/
#header{
	width:765px;
	margin-top:0;
	padding:5px 0 0 0;
	background:#FFFFFF;
	font-size:small;
}
/* Hides from IE-mac \*/
*html #header{
	width:765px;
	font-size:x-small;
}
/**/

#header #logo{
	width:425px;
	float:left;
	}
#header #right{
/*	background:url(/common/img/header_bg.gif) no-repeat top right;*/
	text-align:right;
	width:340px;
	float:right;
	}
#header p{
	text-align:right;
	margin:0px 15px 0px auto;
	padding-top:5px;
	}
#header form{
	margin:5px 15px 5px 0;
	padding:0;
	}
#header #input_txt input{
	margin:0px;
	padding:2px 0 2px 0;
	width:150px;
	}
/* Hides from IE-mac \*/
*html #header #input_txt input{
	margin-top:7px;
	}
/**/
#header #input_button input{
	margin-top:-8px;
	padding:0;
	width:65px;
	height:23px;
	vertical-align:bottom;
	}
/* Hides from IE-mac \*/
*html #header #input_button input{
	margin-top:0;

	}
/**/

.info {
	border: 1px #666666 solid ;
	padding: 10px;	
}



/********* navigation *********/
#navi{
	width:756px;
	height:34px;
	padding:0 5px 0 4px;
	background:url(/common/img/navi_bg.gif) left no-repeat;
	border-top:#D5D9E0 1px solid;
	border-bottom:#D5D9E0 1px solid;
	text-align:center;
	}

/* Hides from IE-mac \*/
*html #navi{
	width:765px;
	height:36px;
	}
/**/

.active{color:#3366FF;font-weight:bold;}
.mm_active{margin:0;padding:0;}

/* IMG CONTROL */
#navi img{margin:0;
	padding:0;
	vertical-align:bottom;
	line-height:100%;}

/*  LIST  */
#navi ul{
	width:756px;
	margin:0;
	padding:0;
	line-height:100%;
	}
#navi ul li{
	float:left;
	width:126px;
	height:34px;
	margin:0;
	padding:0;
	line-height:100%;
	list-style: none;
	background:#3866BA url(/common/img/navi_bg_mini.gif) no-repeat;
	}


/* LINKS*/
#navi ul li a{
	display:block;
	text-decoration:none;
	color:#3866BA;
	background:#3866BA url(/common/img/navi_bg_mini.gif) no-repeat;
	}
#navi ul li a:link{
	text-decoration:none;
	color:#3866BA;
	}
#navi ul li a:visited{
	text-decoration:none;
	color:#3866BA;
	}
#navi ul li a:hover{
	text-decoration:underline;
	color:#FF9900;
	background:#3866BA url(/common/img/navi_bg_on.gif) no-repeat;
	}

#navi li .mm_active a{
	display:block;
	text-decoration:none;
	color:#3866BA;
	background:#3866BA url(/common/img/navi_bg_on.gif) no-repeat;}
#navi li .mm_active a:link{
	text-decoration:none;
	color:#3866BA;
	}
#navi li .mm_active a:visited{
	text-decoration:none;
	color:#3866BA;
	}
#navi li .mm_active a:hover{
	text-decoration:underline;
	color:#FF9900;
	background:#3866BA url(/common/img/navi_bg_mini.gif) no-repeat;
	}


/********* contents *********/
#update_info .title{
	color:#666666;
	background-color:#EBEFF3;
	padding:5px;
	width:700px;
}

#update_info .list{
	margin:10px auto;
	width:650px;
	border:1px #999999 solid;
	border-width:1px 0 0 1px ;
}
#update_info .list td{
	padding:10px;
	color:#444444;
	border:1px #999999 solid;
	border-width:0 1px 1px 0 ;
}

#update_info .list ul{ 
	margin:5px 0 5px 30px;
	padding:0;
}

#update_info .update_pt{
	font-weight:bold;
	color:#3d40b3;
}





/********* footer *********/

.footernavi{
	width:765px;
	margin: 0;
	background-color:#FFFFFF;
}
.footernavi p{
	margin:0 0 5px 0;
	padding:5px 0;
	text-align:center;
	border-bottom:#D5D9E0 1px solid;
	font-size:small;
	}
/* Hides from IE-mac \*/
*html .footernavi p{
	font-size:x-small;
	}
/**/

.footerbox{
	width:765px;
	background-color:#FFFFFF;
	margin-top: 7px;
}
.logo{
	float:right;
	width:112px;
	padding:0;
}

.footer{
	float:left;
	width:530px;
}

.footerbox .footer p{
	margin:0px 0 3px 10px;
	text-align:left;
	font-size:x-small;
	line-height:160%;
	}
/* Hides from IE-mac \*/
*html .footerbox .footer p{
	font-size:xx-small;
	}
/**/

.footerbox a:link{
	color:#444444;
	text-decoration:underline;
}

.footerbox a:visited{
	color:#444444;
	text-decoration:underline;
}

.footerbox a:hover{
	color:#FF9900;
}



