@charset "utf-8";
/* CSS Document */

/*------------ 各ボックス（左コンテンツ） ------------*/
#left_contents .news_contents {
	width: 545px;
	padding: 15px 50px 20px 15px;
}

/*------------ お知らせタイトル ------------*/
#left_contents .news_contents .news_title {
	margin-bottom: 10px;
	padding-bottom: 4px;
	background-image: url(../img/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#left_contents .news_contents .news_title h3 {
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: inline;
	float:left;
}

#left_contents .news_contents .news_title h4 {
	/*padding-left: 260px;*/
	float:right;
	text-align:right;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

/*------ 各説明ボックス ------*/
#left_contents .news_subbox {
	width: 360px;
	/*width:auto;*/
	padding: 0 10px;
	float: right;
}

/*------ リンク色（TOPページへ） ------*/
#left_contents .page_top a {
	color: #000000;
}

#left_contents .page_top a:hover {
	color: #;
}

#left_contents .page_top a:visited {
	color: #;
}
/*
.pr20{
	padding-left:20px;
}
*/

