@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.06.01
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
#mainphotoarea {
	background: url(../img/index_img/bg_mainphoto.gif) no-repeat center bottom;
}
#mainphoto {
	background: url(../img/index_img/loading.gif) no-repeat center center;
}
/*------------------------------------------------------------bnbox*/
#bnbox {
	background: url(../img/index_img/bg_bnbox.gif) repeat-y left top;
	padding: 7px 0 7px 8px;
	margin: 0 0 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
}
#bnbox ul {
	list-style-type: none;
}
#bnbox ul li {
	float: left;
	margin: 0 6px 0 0;
	background: #FFF;
}
#bnbox2 {
	background: url(../img/index_img/bg_bnbox.gif) repeat-y left top;
	padding: 7px 0 7px 8px;
	margin: 0 0 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
}
/*------------------------------------------------------------greeting*/
#greeting {
	clear: both;
	background: url(../img/index_img/bg_greeting.jpg) no-repeat right top;
	padding: 0 0 20px;
}
#greeting p {
	margin: 4px 0 0;
	line-height: 180%;
}
/*------------------------------------------------------------news*/
#news {
	margin:0 0 30px;
	background: url(../img/index_img/bg_bnbox.gif) repeat-y left top;
	clear: both;
}
#news dl {
	padding: 8px 10px;
	border-bottom: 1px solid #FFF;
}
#news dl dt {
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	color: #89746f;
}
#news dl dd h4 {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
}
#news dl dd p {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

/*------------------------------------------------------------LINE@*/
#line ul li {
	width:290px;
	float:left;
	border:solid 1px #fff;
	text-align:center;
	padding:10px 20px;
}
#line ul li h3 {
	margin:0 0 10px;
}
#line ul li:last-child {
	float:right;
}
#line ul li div p.qr {
	width:100px;
	float:left;
	margin:0 20px 0 0;
}
#line ul li div p.qr img {
	width:100%;
	height:auto;
}
#line ul li div h4 {
	margin:0 0 6px;
	text-align:left;
	font-weight:bold;
}
#line ul li div p.tx {
	text-align:left;
	font-size:12px;
}

