@charset "Shift_JIS";

/* html tags */
*{
	margin : 0;
	padding : 0;
}
html,body{
	height : 100%;
}
body{
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	background-image: url(../img/bg_white.gif);
	background-repeat: repeat-y;
	background-position: center;
}
img {
	margin : 0;
	padding : 0;
	border: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
body {
	margin:0;
	background-color: #D8D8D8;
}
h1{
	font-size: normal;
	font-weight:normal;
}
/* link */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}

/* DIV */
div#body {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	background-image: url(../img/bg_white.gif);
	background-repeat: repeat-y;
	background-position: center;	
}
div#header{
	width: 750px;
	margin-left: 50px;
}
div#header_left{
	width: 104px;
	margin-top: 14px;
	margin-bottom: 13px;
	float: left;
}
div#header_right{
	width: 599px;
	margin-bottom: 13px;
	padding-top: 73px;
/*	height: 110px; */
	text-align: right;
	float: right;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
}
div#footer{
	width: 790px;
	margin-left: 5px;
}
div#footer_left{
	width: 390px;
	margin-top: 21px;
	padding-bottom: 12px;
	float: left;
	color:#999999;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
div#footer_right{
	width: 380px;
	margin-top: 4px;
	margin-bottom: 12px;
	text-align:right;
	float: right;
}
/* divider */
hr.divider {
/* to display on firefox earlier releases */
	visibility:hidden;
	border: none;
	height: 1px;
}
div.divider{
	clear:both;
}
/* NAVI */
div#header_right ul{
	width: 100%;
}
div#header_right ul li{
	width:99px;
	float:left;
	padding-left: 1px;
	list-style-type: none;
	background-image: url(../img/navi_border.gif);
	background-repeat: no-repeat;
}
div#header_right ul li.top{
	padding-left: 0px;
}
div#footer_right ul{
	width: 100%;
}
div#footer_right ul li{
	width:90px;
	float:right;
	text-align:right;
	margin-right: 5px;
	list-style-type: none;
}
div#footer_right ul li.end{
	width:120px;
	float:right;
	margin-right: 0px;
	list-style-type: none;
}
