/* index */
.sub_title {
	padding:5px 10px 0 30px;
	min-height:28px;
	font-size:90%;
	line-height:1.3em;
	background:url(../../img/title_top_news.gif) left top no-repeat;
}

* html body .sub_title {
	height:28px;
}

h2 {margin-bottom:15px;}

/*ボディ系*/
body {
padding: 0px;
margin: 0px;
background-color: #ffffff;
font-style:normal;
}

/* 新着情報<TABLE>全体 */
.news_table {
	font-style: normal;
	font-size: 90%;
	color: #3c3c3c;
	line-height: 150%;
	border-collapse: collapse;
	margin: 10px 20px;
}
/* 新着情報<TR>全体 */
.news_tr {
	vertical-align: top;
}
/* 新着情報<TD>1(・) */
.news_td1 {
	display:none;
}
/* 新着情報<TD>2(日付) */
.news_td2 {
	white-space:nowrap;
	background:url(http://120.29.177.96/common/img/icon_blue_triangle.gif) no-repeat 0 9px;
	padding-left:12px;
	margin-bottom:5px;
	width:125px;
}
/* 新着情報<TD>3(：) */
.news_td3 {
	display:none;
}
/* 新着情報<TD>4(新着情報) */
.news_td4 {
}
.news_td4  a:link {color:#295ca1; line-height:150%; text-decoration:none;}
.news_td4  a:visited {color:#295ca1; line-height:150%; text-decoration:none;}
.news_td4  a:hover {color:#295ca1; line-height:150%; text-decoration:underline;}
.news_td4  a:active {color:#295ca1; line-height:150%; text-decoration:underline;}

/* セパレータ */
.news_border_line {
	display:none;
}

/* 新着情報一覧<TABLE> */
.news_list_table {
	border-collapse: collapse;
	margin: 0 0 10px;
	padding:0 14px;
}
/* 新着情報一覧<TR> */
.news_list_tr {
	vertical-align: top;
}
/* 新着情報一覧<TD>1(・) */
.news_list_td1 {
	display:none;
}
/* 新着情報一覧<TD>4(新着情報) */
.news_list_td4 {
	background:url(http://120.29.177.96/common/img/icon_blue_triangle.gif) no-repeat 14px 7px;
	padding:0 14px 0 26px;
	margin-bottom:5px;
}

.px14_02 .gray {
	color:#3c3c3c;
}

/* 一覧セパレータ */
.news_list_border_line {
	display:none;
}

/* 新着情報詳細 */
.news_detail{
	padding:0 0 95px;
}
h3{
	padding:5px 10px 0 30px;
	min-height:19px;
	font-size:90%;
	line-height:1.3em;
	background:url(http://120.29.177.96/common/img/title_top_news.gif) left top no-repeat;
	margin-bottom:16px;
	min-height:28px;
}
* html body .sub_title h3 {
	height:19px;
}
.detail_text{
	text-align:left;
	font-size:90%;
	line-height:150%;
	color:#3c3c3c;
	padding:0 14px;
}
#main br{
	display:none;
}

#main .news_detail br{
	display:block;
}


.detail_text  a:link {color:#181818; line-height:16px; text-decoration:underline;}
.detail_text  a:visited {color:#181818; line-height:16px; text-decoration:underline;}
.detail_text  a:hover {color:#181818; line-height:16px; text-decoration:none;}
.detail_text  a:active {color:#181818; line-height:16px; text-decoration:underline;}

.detail_img{
	width:220px;
	float:right;
	overflow: hidden;
}
.detail_img img{
	float:right;
	padding: 0 0 10px 10px;
	display: block;
}
