@charset "shift_jis";
*{font-size: 0;
line-height: 0;}
html{
	overflow-y: scroll
}
body {
    font-family: Verdana,Arial,sans-serif;
}

* html body {
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child+html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
body{
  background-image : url(../../images/bg.gif);
	font-size: 0%;
	line-height: 0;
	margin: auto auto;
	padding: 0;
	text-align: center;
	color: #000000;
}
img{border: 0px;}

#container {
	width: 760px;
	min-height: 600px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	text-align: left;
  background-image : url(../../images/side_bg.jpg);
  background-repeat: repeat-y;
  background-position: 13px 30px;
  position: relative;
}
#footer{
  background-image : url(../../images/footer_bg.gif);
  /*width: 760px;*/
  width: 760px;
  height: 132px;
  margin-top: -80px;
  background-position: 0px 0px;
  /* _background-position: 30px 0px; */
  background-repeat: no-repeat;
  z-index: 2;
  text-align: right;
  font-size: 10px;
  line-height: 120%;
  position: relative;

}

*:first-child+html #footer {
  margin-top: -30px;
}
#footer dl{
  width: 750px;
	margin-top: 20px;
	_margin-top: 0px;
	/*padding: 60px 40px 0px 0px;*/
	padding: 60px 0px 0px 0px;
	margin-left: 10px;
}

*:first-child+html #footer dl{
	margin-top: 40px;
	/*padding: 20px 40px 0px 0px;*/
	padding: 20px 0px 0px 0px;

}

#footer dl dd{font-size: 10px;line-height: 120%;}

#left{
	float: left;
	width: 185px;
	min-height: 600px;
}

#menu{
	/* float: left; */
	width: 185px;
	min-height: 600px;
	z-index: 5;
	position: relative;
}

#right{
	 z-index: 2; 
	/* float:right; */
	width: 585px;
	min-height: 600px;
	background-image : url(../../images/right_bg.jpg);
	background-position: 0px 0px;
	_background-position: 0px  -37px;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	position: relative;
	margin-left: 175px;
	margin-top: -692px;
	_margin-top: -655px;

	overflow: visible;
}

#righttitle {
	position: relative;
	padding: 0;
	margin: 0;
	left: -10px;
}
#contents{
	z-index: 1; 
	/* margin-left: 30px;*/
	min-height: 600px;
	width: 575px;
	/* background-color: blue; */
	background-image : url(../../images/sideline.gif);
	background-position: right top;
	background-repeat: repeat-y;
	_margin-top: -37px;
	/* margin-left: -5px; */
	position: relative;
	left:10px;
	top: 0px;
	overflow: visible;
	clear: both;
}

hr.clear{
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}
.btnew{
	padding: 0;
	margin:0;
	margin-top:40px;
	margin-left:60px;
	z-index:3;
	position:absolute;
}


<!--[if gte IE 5]><style type="text/css">
<!--
hr.clear{
	margin:-40px 0 0 0;
	height:20px;
}-->
