@charset "shift-jis";
@import "base.css";
@import "layout.css";
body {
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image:url(../img/common/back.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	text-align: center;
	line-height:140%;
	color: #666666;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
#topKey {
	margin: 0px auto;
	padding: 0px;
	background-image:url(../img/common/main_back.jpg);
	background-repeat: no-repeat;
	width:884px;
	height:288px;
}
#top h2 {
	margin: 0px;
	padding:0px;
	width: 602px;
}
#top h3 {
	margin: 0px;
	padding:0px;
	text-align:left;
	line-height: 140%;	
	font-size:12px;
	font-weight:normal;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
.greet_back{
	margin:0px;
	background-image: url(../img/top/greeting_back.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:10px 5px 0px;
}
#news {
	float:left;
	width: 602px;
	}
.cnt{
	padding: 12px 5px 0px 5px;
	margin:2px 0px;
	overflow:auto;

}	
* html #cnt {
	width:602px;
	height:280px;
}
html>body #cnt{
	width:592px;
	height:280px;
}
#news dt {
	color:#BA1280;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align:left;
  }
  
#news dd {
	margin: -2.3em 0 12px 0;
	padding: 5px 0 12px 7em;
	background: url(../img/top/news_under.jpg) no-repeat left bottom;
	text-align:left;
  }

