h5 {
	margin:10px 0 5px 0;
}
#content .rightBox .menuList {
	width: 660px;
	margin-top: 20px;
}
#content .rightBox .menuList li {
	float: left;
	padding-bottom:15px;
}
#content .rightBox .menuList li.right {
	margin-left:20px;
}
#content .rightBox .txtsize01 {
	font-size:80%;
}
/*--*/
#content .rightBox .markrail01 {
	padding:5px 0 0 1em;
	text-indent: -1em;
}
/*--*/
#content .rightBox .markrail02 {
	padding:5px 0 0 2.2em;
	text-indent: -2.2em;
}


#content .rightBox .mark01 {
	padding-left:15px;
	padding-top:2px;
	background:url(../img/common/ico_arrow02.gif) left 0.4em  no-repeat;
}
#content .rightBox .mark02 {
	background:url(../img/common/ico_list01.gif) left 0.2em  no-repeat;
	padding-left:12px;
}

/*　テーブル
---------------------------------------------*/
#content .rightBox .tbl01 {
	width:80%;
	margin:5px auto 10px;
}
#content .rightBox .tbl01 th,
#content .rightBox .tbl01 td {
	border:1px #999 solid;
	padding:3px;
}
#content .rightBox .tbl01 th {
	text-align:center;
	background:#F1F1F1
}
/*----*/
#content .rightBox .tbl02 {
	width:100%;
	margin:10px 0;
	border-top:1px #666 solid;
	border-right:1px #666 solid;
}
#content .rightBox .tbl02 th,
#content .rightBox .tbl02 td {
	padding:5px 4px 5px 5px;
	border-left:1px #666 solid;
	border-bottom:1px #666 solid;
}
#content .rightBox .tbl02 th {
	background:#CCC;
	text-align:center;
	font-weight:bold;
}
#content .rightBox .tbl02 td.docName {
	background:#f1f1f1;
	text-align:center;
}
#content .rightBox .tbl02 td.sortName {
	background:#f1f1f1;
	vertical-align:top;
	text-align:center;
	width:100px;
}
#content .rightBox .tbl02 .nowrap {
white-space: nowrap;
}
/*----*/
#content .rightBox .tbl02 .row01 {
	width:18%;
}
#content .rightBox .tbl02 .row02 {
	width:17%;
}
#content .rightBox .tbl02 .row03 {
	width:50%;
}
#content .rightBox .tbl02 .row04 {
	width:15%;
}
/*　リスト
---------------------------------------------*/
#content .rightBox ul.list02 { 
	padding-left:1em;
}
#content .rightBox ul.list02 li { 
	list-style-type:decimal;
	margin-left:1.1em;
}
/*----*/
#content .rightBox ul.list03 {
}
#content .rightBox ul.list03 li {
	background:url(../img/common/ico_list02.gif) left 0.5em  no-repeat;
	padding:0 0 0 0.7em;
	list-style-type:none;
}
/*----*/
#content .rightBox ul.list04 { 
	padding-left:0.9em;
}
#content .rightBox ul.list04 li { 
	list-style-type:lower-alpha;
	margin-left:1.0em;
}
/*----*/



/*--青背景ボックス--*/
#content .rightBox .bgBlue {
	width:80%;
	background-color: #ebf0ff;
	padding:12px 20px;
	margin:0 auto 10px;
}
#content .rightBox .bgBlue .title {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #92ADFF;
}

/*--タブメニュー-*/

#content .rightBox .TabAreaMenu li{
	padding-left:15px;
	padding-top:2px;
	background:url(../img/common/ico_arrow02.gif) left 0.2em  no-repeat;
	display:inline;
	float:left;
}

#content .rightBox .TabAreaMenu {
	width:100%;
	margin:10px 0;
}
/*- clearfix -*/
#content .rightBox .TabAreaMenu:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* WinIE4-6用*/
* html #content .rightBox .TabAreaMenu {
	display: inline-block;
	height: 1%;
}
#content .rightBox .TabAreaMenu { zoom:1; }
