/* 右メニュー */

#right_menu {
	width:674px;
	float:left;
	margin:10px;
	display:inline;
	font-size: 16px;
}

/* 段落 */

#right_menu p {
	margin:0px 10px 10px 10px;
	text-align:justify;
}

#right_menu p.title {
	margin:0px 0px 10px 0px;
	text-align:justify;
}

/* 左右段組み設定 */

.right_box {
	width:674px;
	margin-bottom:10px;
}

.inbox_left {
	width:332px;
	float:left;
	border-right:dotted #900 1px;
	padding-right:5px;
}

.inbox_right {
	width:332px;
	float:right;
}

table.table_index {
	margin-bottom:10px;	
}

table.table_index td.left_cel {
	width:332px;
}

table.table_index td.center_cel {
	width:10px;
	background-image:url(../img/cemter_border.gif);
	background-repeat:repeat-y;
}

table.table_index td.right_cel {
	width:332px;
}

/* div装飾 */

.border_box {
	border:1px dotted #990000;
	padding:5px;
	margin-bottom:10px;
}

/* リスト設定 */

#right_menu ul {
	margin:0px 10px 10px 10px;
	width:654px;
}

/* リストindex用 */

.right_box ul.index_item li {
	float:left;
	margin-right:4px;
	width: 160px;
}

.right_box ul.index_item li.last {
	margin-right:0px;
}

.right_box ul.index_shokai li {
	float:left;
	margin-right:5px;
	width: 220px;
}

.right_box ul.index_shokai li.last {
	margin-right:0px;
}


/* テーブル */

table.right {
	width:660px;
	margin:0px auto;
	border:solid 1px #333333;
	border-bottom:0px;
}

table.right th.row {
	padding:5px;
	text-align:center;
	background-color:#006FD2;
	color:#FFFFFF;
	border-bottom:solid 1px #333333;
}

table.right td {
	padding:5px;
	border-bottom:solid 1px #333333;
}

table.right_col {
	width:660px;
	margin:0px auto;
	border:solid 1px #333333;
	border-right:0px;
	border-bottom:0px;
}

table.right_col td {
	padding:5px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

table.right_col th.col {
	padding:5px;
	text-align:center;
	background-color:#006FD2;
	color:#FFFFFF;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

table.outborder {
	width:660px;
	margin:0px auto 10px auto;
	border:solid 1px #333333;
}

table.outborder td {
	padding:2px;
	border:none;
}

/* クリーンストリート宣言*/

.cleanstreet {
	background-image: url(../img/clean_back.gif);
	background-repeat: no-repeat;
}

#clean_body {
	margin:70px auto;
	width:360px;
	height:720px;
	font-size:18px;
}

.green {
	margin: 1em 0;
	color:#3C7D52;
	font-weight:bold;
}

ol.green li {
	margin:10px 0;
	text-indent: -1em;
	margin-left:1em;

}

