@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	text-align: center;
}

/*------------------------------------------------------------News02*/
section#news02{
	border-bottom:1px dashed #DDD;
	margin:0 10px 15px;
}
section#news02 h2{
	margin-right:0;
	margin-left:0;
}
section#news02 div {
}
section#news02 div a {
	display: block;
	padding: 0 0 5px;
}	
section#news02 div p{
color:#18653a;
text-decoration:underline;
}
section#news02 p.date {
	color: #333;
	text-decoration:none !important;
}

/*------------------------------------------------------------Greeting*/
#greeting{
	margin:20px 0;
	background:url(../img/index_img/greeting_bg.png) left bottom no-repeat;
	background-size:120px 157px;
}
img#greeting_txt{
	margin:0 10px 10px;
}
#greeting_box{
	padding-bottom:1px;
}
#greeting p{
	font-size:12px;
	line-height:1.4em;
	padding:0 10px;
	text-shadow:1px 1px 2px #FFF;
	margin:0 0 10px;
}
#greeting p strong{
	color:#18653a;
	font-weight:normal;
}
