/* Approach common css  ///////////////////////////////////////*/

/* 初期化 処理　//////////////////////////////////////////////////////*/

*{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	font-family:"Osaka","メイリオ","Meiryo","sans-serif";
	line-height:1.7;
}
body{
	font-size:85%;
	color:#222222;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:85%;*font:x-small;
	background-image: url("../images/background.gif");
	background-color:#FFFFFF;
	background-repeat: repeat-x;
/*	border-left:2px solid #999999;
	border-right:2px solid #999999; */
	width:900px;
	margin:auto;
}
*html{
	background-image:  url("../images/background_ie.gif");
	background-color:#FFFFFF;
	background-repeat: repeat-x;
}
body .stripedtable{
	margin: auto;
}
body .detail_sam{
	margin: auto;
}
body #head_bg{
	background-color: #ffffff;
}
/*////////////////////////////////////////////////////////////////////////////*/


/* header ////////////////////////////////////////////////////*/
.explanation{
	text-align:right;
	padding-right:5px;
	font-size:10px;
	color:#333333;
	background-color:#eeeeee;
}
h1{
	float: left;
	padding-top: 45px;
	margin-left: 20px;
}
*html h1{
	margin-left: 10px;
}

#bt_english{
	padding-left: 92px;
	margin-bottom: 3px;
	}
#tell{
	float:right;
	margin-top: 20px;
}#bt_header{
	float: right;
	margin-top: 20px;
	margin-bottom: 3px;
	margin-right: 5px;
}

/* Navi ///////////////////////////////////////////////////////////*/
#navi{
clear: right;
}
#navi li{
	float: left;
}
#navi_bg{
	background-image: url("../images/navi_bg.jpg");
	height: 37px;

}
*html #navi_bg{
	float: right;
	width: 449px;

}

/* pagetop /////////////////////////////////////////////////////////*/
	
.pagetop{
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* IE hack ////*/

*html .pagetop{
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}


	

/* footer ////////////////////////////////////////////////////////*/

address{
	background-image: url("../images/footer_bg.jpg");
	background-repeat : repeat-x;
	background-color: #111111;
	height: 130px;
	color: #ffffff;
	padding-top: 23px;
	padding-left: 15px;
	margin-top: 50px;
	padding-bottom: 10px;
	line-height: 1.3em;
	clear: both;

}
address a{
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}
address a:hover{
	color:#ff8400;
}
/* IE6 hack ///////////////////////////////////////////////*/

address{
	margin-top: 10px;
}