@charset "utf-8";

div#osusume h2 {
	background: url(../image/trt/bg_menu6.gif);
	padding: 0.6em 2px;
	font-size: 80%;
	height: 17px;
	margin-bottom: 0.5em;
}


/*-----------------------------
お知らせボックス
-------------------------------*/
div#info {
float:left;
width:300px;
background-color: #ffffff;
font-size: 80%;
}

/* --- ボックス --- */
div#info .section {
	padding-bottom: 1em; /* ボックスの下パディング */
	background: #ffffff url(../image/trt/maru3_300_bottom.gif) no-repeat bottom;
}

/* --- 見出し --- */
div#info .section h2 {
	margin: 0; /* 見出しのマージン */
	padding: 13px 15px 0 15px; /* 見出しのパディング（上右下左） */
	background: #ffffff url(../image/trt/maru3_300_top.gif) no-repeat top; /* 見出しの背景 */
	font-size: 100%;
}
 /* --- ボックス内の段落 --- */
div#info .section ul li {
	margin: 0.5em 15px 1em 15px; /* 段落のマージン（上右下左） */
	padding-left:1em;
	background-image: url(../image/trt/submenu_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
}
div#info .section p {
	text-align: right;
	margin-right: 15px;
}



/*-----------------------------
更新履歴ボックス
-------------------------------*/
/* --- ボックス --- */
div#new {
	width: 310px; /* ボックスの幅 */
	float:right;
	background-color: #ffffff; /* ボックスの背景色 */
	font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
/*div#new h2 {
	background: url(../image/trt/bg_menu5.gif);
	padding: 0.6em;
	font-size: 100%;
	margin-bottom: 5px;
	border: 1px solid #FDBE79;
}
*/
div#new h2 {
	background: url(../image/trt/bg_menu6.gif);
	padding: 0.6em 2px;
	font-size: 100%;
	height: 17px;
	margin-top: 2px;
}

/* --- 本文領域 --- */
div#new .textArea {
	height: 230px; /* 本文領域の高さ */
	overflow: auto;
}

/* --- 本文領域内テーブル内のセル --- */
div#new .textArea td {
	border-bottom: 1px dotted #999999;
	padding: 5px;
}
div#new .textArea .news  {
	padding-left: 15px;
	background-position: 5px 12px;
	background-image: url(../image/trt/ico_point2.gif);
	background-repeat: no-repeat;
}





/*---------------------------
バナーエリア
-------------------------------*/

div#banner_area {
	float: right;
	width: 190px;
}
div#banner_area .banner {
	margin-bottom: 7px;
}

