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

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/
/*Greeting*/
#greeting {
	background: url(../img/index_img/bg_greeting.jpg) no-repeat left top;
	clear: both;
	height: 240px;
	width: 860px;
	margin: 0 0 30px
}
#greeting p {
	padding: 0 0 0 20px;
}
/*News*/
/*
#news {
}
#news dl {
	padding: 10px 0 10px 32px;
	border-bottom: 1px solid #70553a;
	background: url(../img/common_img/arrow.gif) no-repeat 10px 15px;
}
#news dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #70553a;
	float: left;
	padding: 2px 20px 0 0;
}
#news dl dd {
	font-size: 14px;
}
*/

/*----------------------------- news */
#news_kanketsu {
	max-height: 400px;
	overflow: auto;
}
#news_kanketsu > div {
	padding: 15px 20px 15px 32px;
	border-bottom: 1px solid #70553a;
	background: url(../img/common_img/arrow.gif) no-repeat 10px 21px;
}

/* title */
.newstitle {
	font-weight: bold;
	padding-bottom: 5px;
}
.newstitle span {
	display: inline-block;
	padding-left: 2px;
	font-size: 12px;
	font-weight: normal !important;
}

/* txt */
.news_text {
	overflow: hidden;
}
.news_text p {
	line-height: 1.45;
}

/* ph */
.ph_right {
	float: right;
	margin-left: 15px;
}
.ph_left {
	float: left;
	margin-right: 20px;
}
.ph_left img,
.ph_right img {
	display: block;
	margin: 5px 0;
}
.ph_left a,
.ph_right a {
	display: block;
}
.ph_left a:hover,
.ph_right a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
