@charset "shift-jis";
@import "base.css";
@import "layout.css";
body {
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image:url(../img/common/back_top.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: 0 auto 20px;
	padding: 0px;
	width:880px;
	height:250px;
}
#top h3 {
	margin: 0px;
	padding:0px;
	width: 630px;
}
#top h4 {
	margin: 0 0 12px;
	padding:0px;
	width: 278px;
}
#top h5 {
	margin: 0px;
	padding:0px;
	text-align:left;
	line-height: 150%;	
	font-size:12px;
	font-weight:normal;
}
.l_box{
	float:left;
	margin-top:12px;
	width:306px;
}
.r_box{
	float:right;
	margin-top:12px;
	width:306px;
}
.point_head_t{
	width:306px;
	background-image:url(../img/top/point_head.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 18px;
	padding:10px 0 0;
}
.point_head_d{
	width:306px;
	background-image:url(../img/top/point_head.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
	padding:10px 0 0;
}
.point_foot{
	width:306px;
	background-image:url(../img/top/point_foot.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:0 0 10px;
}
.point{
	width:278px;
	background-image:url(../img/top/point_back.jpg);
	background-repeat: repeat-y;
	margin:0px;
	padding:0 14px;
}
* html body .point{
	width:306px;
	background-image:url(../img/top/point_back.jpg);
	background-repeat: repeat-y;
	margin:0px;
	padding:0 14px;
}
.p_info img{
	float:left;
	width:136px;
	height:100px;
	margin:0 12px 0px 0;
}
#news {
	float:left;
	width: 630px;
	background-image:url(../img/top/news_line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:1px;
}
.cnt{
	padding: 12px 5px 0px 5px;
	margin:2px 0px;
	overflow:auto;

}	
* html #cnt {
	width:630px;
	height:180px;
}
html>body #cnt{
	width:620px;
	height:180px;
}
#news dt {
	color:#FF6699;
	font-size:11px;
	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;
  }
