@charset "UTF-8";

/* 新着情報基本スタイル 
------------------------------------------------------------- */

div#main_content div#right_content h1 {
	background:url(../../../images/h1_title.jpg) 0 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	width: 660px;
	height: 150px;
}

div#main_content div#right_content h2 {
	background:url(../../../images/h2_title.gif) 0 0 no-repeat;
	width: 649px;
	height: 27px;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0 0 11px;
	margin: 0 0 20px 0;
}

* html body div#main_content div#right_content h2 {
	width: 660px;
	height: 33px;
}

div#main_content div#right_content p.news_text {
	margin: 0 0 25px 0;
}

div#main_content div#right_content p#genkin {
	margin: 0 0 25px 0;
	background:url(../images/genkin_text.gif) 0 0 no-repeat;
	width: 274px;
	height: 29px;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}





/* テーブルスタイル */
div#main_content div#right_content table {
	line-height: 1.6;
	color: #333333;
	width: 570px;
	border: 1px solid #CCC;
	font-size: 12px;
	margin: 0 0 20px 0;
}

div#main_content div#right_content table th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	background: #FFF8D1;
	width: 170px;
	padding: 5px 0 5px 10px;
}

div#main_content div#right_content table td {
	border-bottom: 1px solid #CCC;
	width: 390px;
	padding: 5px 0 5px 10px;
}

div#main_content div#right_content table td ul {
	list-style-type: none;
}

div#main_content div#right_content table td ul li {
	background:url(../../../images/arrow03.gif) 0 6px no-repeat;
	padding: 0 0 0 15px;
}



























