html, body {
	height: 100%;  /*高さ100%に指定*/
}

*{
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	min-width: 800px;  /*中央配置するボックスの横幅*/
	min-height: 600px;  /*中央配置するボックス縦幅*/
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;	
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:12px;
	margin: 0;
	padding: 0;	
}
p{
 margin:0;
 padding:0;
 }
table{
   border-collapse: collapse;
   border-spacing: 0;
   }
fieldset,img{
   border: 0;
   }
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
  }
ol,ul{
  list-style: none;
  }

img {
	border-style:none;
}
a{
 text-decoration: none;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
a:link {
	text-decoration:;
	color: #666;
	font-size: 12px;
	line-height:;
}
a:visited {
	text-decoration: none;
	color: #666;
	font-size: 12px;
	line-height:;
}
a:hover {
	text-decoration: underline;
	color: #999;
	font-size: 12px;
	line-height: ;
}
h1 {
	text-indent: -9999px;
}
#wrapper{
	position: absolute;
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;    
}


.line {
	background-image: url(images/bg_line.jpg);
	background-repeat: repeat-y;
	width: 2px;
}
/* 新着情報 */
#news {
	width:596px;
	display: block;
}
.news_txt {
	width: 510px;
	display: block;
	overflow: auto;
	margin-top: 7px;
	margin-left: 30px;
	margin-bottom: 7px;	
}
#news ul {
	padding:0px 0px 0px 30px;
}
#news ul li {
	font-size: 12px;
	line-height: 140%;
}
#news ul li a {
	color: #666;
}
#news ul li a:hover {
	color: #999;
}
.imgover {
	margin: 0px;
	padding: 0px;
}

