@charset "utf-8";
/*

information {
	ファイル名 : /css/add.css;
	概要 : 追加部分のスタイルを設定する。;
	}
*/
/*----------------------------------------------------------------------
  ヘッダー部 ボタンエリア
-----------------------------------------------------------------------*/
#mainBody .hd_btn {
	zoom: 1;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
	}
#mainBody .hd_btn:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
	}

#mainBody .hd_btn ul {
	position: relative;
	left: 50%;
	float: left;
	}

#mainBody .hd_btn li {
	position: relative;
	left: -50%;

	float: left;
	margin: 0px 5px;
	}

#mainBody .hd_btn li a {
	text-indent: -9999px;
	display: block;
	width: 312px;
	height: 28px;
	}

#mainBody .hd_btn li.btn01 a {background: url(/images/btn01_HS.gif) left top no-repeat;}
#mainBody .hd_btn li.btn01 a:hover {background: url(/images/btn01_HS_o.gif) left top no-repeat;}
#mainBody .hd_btn li.btn02 a {background: url(/images/btn02_HS.gif) left top no-repeat;}
#mainBody .hd_btn li.btn02 a:hover {background: url(/images/btn02_HS_o.gif) left top no-repeat;}

