@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      contents.css
Style Info:     個別レイアウト
----------------------------------------------------------- */

/*---------------------------
//// メインエリア
---------------------------*/

#mainImage {
	padding-bottom: 18px;
}
#news {
	float: right;
	width: 510px;
}
#news h1 {
	margin-bottom: 7px;
	padding-left: 10px;
	font-size: 16px;
	background: #eee;
	border-left: #ccc 8px solid;
	line-height: 30px;
}

#news .ttl-lv2-01 {
    background: url("/common/images/index_h2bg_01_s.gif") no-repeat scroll left bottom transparent;
    width: 510px;
}
#news .ttl-lv2-01 .ttl-inner-01 {
    background: url("/common/images/index_h2bg_02.gif") no-repeat scroll left top transparent;
    padding: 6px 7px;
    width: 496px;
    position: relative;
}
#news .ttl-lv2-01 .ttl-inner-01 a{
     position: absolute;
     right: 10px;
     top: 25%;
}
html>/**/body #news .ttl-lv2-01 .ttl-inner-01 a{
    top: 20%;
}
#news .ttl-lv2-01 h2 {
    background: none repeat scroll 0 0 transparent;
    border-left: 5px solid #5D6067;
    font-size: 125%;
    font-weight: bold;
    padding-left: 10px;
    width: 481px;
}
#news h1 a {
	padding: 0 0 0 10px;
}
#news h1 a img {
	vertical-align: middle;
}
#news p.list {
	clear: both;
	padding-bottom: 7px;
	background: url(../images/news_line.gif) no-repeat left bottom;
	text-align: right;
	font-size: 85%;
}
#news p.list a {
	padding: 0 0 0 15px;
	background: url(../images/icon_news_arrow.gif) no-repeat left center;
}
#news p.list a {

}
#news ul {
	text-align:right;
	clear: both;
	padding-bottom: 7px;
	background: url(../images/news_line.gif) no-repeat left bottom;
}
#news li.list {
	font-size: 85%;
	display:inline;
	margin-left:10px;
}
#news li.list a {
	padding: 0 0 0 15px;
	background: url(../images/icon_news_arrow.gif) no-repeat left center;
}
#news li.list a {

}
#news table {
	border-collapse: collapse;
	margin: 10px 0;
}
#news table th,
#news table td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
#news table th {
	width: 9em;
	padding: 6px 0;
}
#news table td {
	padding: 6px 10px 6px 0;
}
#news table td a {

}
#banner {
	float: left;
	width: 200px;
}
#banner ul li {
	padding-bottom: 8px;
}
#banner ul li a img:hover, a.btn img:hover{
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.Alert {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: #f00 1px solid;
}
.shinsai {
	margin-bottom: 15px;
}