
/* マニュアル全体サイズ指定 */
div#body
{
	margin: 15px 0px 15px 0px;

	width : 828px;

	background:#fefefe;
	color:#404040;

	background-image:url(./images/lm_base.jpg);
	background-repeat: repeat-y;
	font-size:      	14px;
}

/* マニュアルヘッダ部 */
div#header_area
{
/*	margin: 10px 0px 8px 10px;
	width : 810px;
*/
	margin: 0px 0px 0px 0px;
	clear:both;
	width:100%;

	background:#fefefe;
	font-size:      	14px;
}

/* ナビゲーション部 */
div#navi{
	padding:8px 0px 0px 8px;

	float:left;
/*	width:226px;*/
	width:210px;

/*	background:#fefefe;
*/
	background-image:url(./images/lm_base.jpg);
	background-repeat: repeat-y;

	text-align:left;
	font-size:      	14px;
}

/* メインコンテンツ部 */
div#main{

	padding:8px 0px 0px 0px;

	float:right;
	/*width:600px;*/
	width:610px;

	background:#fefefe;

	background-image:url(./images/rm_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-size:      	14px;
}

/* フッター部 */
div#footer_area{

/*	margin: 0px 0px 50px 0px;
	padding-bottom:0px;
*/

	clear:both;
	width:100%;

	background:#fefefe;
	font-size:      	14px;

/*	background-image:url(./images/rm_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
*/
}


/* フッター*/
div.footer
{
    border-top:  	#a0a0a0  1px solid;
    padding-top:    	10px;
    margin:         	5px 1.5em 15px;
    text-align:         center;
    font-size:      	12px;
    line-height:    	13px;
    color:          	#808080;
    background:     	#fefefe;
	font-size:      	14px;
}

/* タイトル*/
.title
{
    border-top:  		#AFC1E6  1px solid;
    border-bottom:  	#AFC1E6  1px solid;
    border-left:  		#AFC1E6  1px solid;
    border-right:  		#AFC1E6  1px solid;
    padding-right:  	25px;
    padding-left:   	20px;
    padding-bottom: 5px;
    padding-top:    	7px;

    font-weight:        bold;
    font-size:      	15px;
    line-height:    	17px;
    color:          	#202020;
    background:     	#E9F2FF;
}

/* インフォメーション */
div.info{

	padding:7px 5px 5px 5px;
	line-height:    	17px;
	color:          	#303038;
	/*background:     	#e8e8e8;*/
	background:     	#E9F2FF;
	margin:	10px 10px 15px 10px;
	font-size:      	14px;
}

/* Lv2 */
div.title_level2	{
	padding:5px 5px 3px 5px;
	border-color:#6AA2DB;
	border-color:#AFC1E6;
	border-width:1px 1px 1px 7px;
	border-style:solid;
	font-weight:	bold;

	margin:         	5px 0px 15px 0px;
	width:700px;
	font-size:      	14px;
}
div.txt_level2	{
	margin:         	5px 0px 15px 10px;
	width:710px;
	font-size:      	14px;
}

/* Lv3 */
div.title_level3{  

	border-width:2px 0;
	border-style:solid;
	background:#fefefe;
	border-top:none;
	border-bottom:2px solid #AFC1E6;
	padding:2px 20px;
	margin:         	5px 0px 15px 15px;
	width:705px;

	background: url(images/title_lv3_icon.png)
	no-repeat left bottom;
	font-size:      	14px;
}  

div.txt_level3	{
	margin:         	5px 0px 15px 20px;
	width:700px;
	font-size:      	14px;
}

/* Lv4 */
div.title_level4	{
	padding:4px 5px;
	border-color:#0220B6;
	border-color:#AFC1E6;
	border-width:0 0 1px 0;
	border-style:solid;

	margin:         	5px 0px 15px 25px;
	width:695px;
	font-size:      	14px;
}
div.txt_level4	{
	margin:         	5px 0px 15px 30px;
	width:690px;
	font-size:      	14px;
}

/* Lv5 */
div.title_level5	{
	border-bottom:#808080 1px solid;

	margin:         	5px 0px 15px 35px;
	width:685px;
	font-size:      	14px;
}
div.txt_level5	{
	margin:         	5px 0px 15px 40px;
	width:680px;
	font-size:      	14px;
}

/* テーブル的table用 */
th.t_left {
	text-align:center;
	vertical-align:center;
	font-weight:bold;
	color:#404040;
	background-color:#AFC1E6;
	padding:8px 0px 8px 0px;
	font-size:      	14px;
}
th.t_right {
	text-align:center;
	vertical-align:center;
	font-weight:bold;
	color:#404040;
	background-color:#AFC1E6;
	padding:8px 0px 8px 0px;
	font-size:      	14px;

}

td.t_left {
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	padding:16px 8px 16px 8px;
	width:2em;
	background-color:#E9F2FF;
	font-size:      	14px;
}
td.t_right {
	text-align:left;
	vertical-align:top;
	padding:16px 8px 16px 8px;
	background-color:#E9F2FF;
	font-size:      	14px;
}

/* リスト的table用 */
td.left {
	text-align:left;
	vertical-align:top;
	padding:1em 0px 0px 0em;
	width:2em;
	font-size:      	14px;
}
td.right {
	text-align:left;
	vertical-align:top;
	padding:1em 0px 0px 1em;
	font-size:      	14px;
}

/* 目次 */
div.index{
	background-image:url(images/item_one.jpg); /* 背景画像のURL */
	background-position: left center;
	background-repeat: no-repeat;
	padding:0px 0px 0px 26px;

	margin:         	5px 0px 15px;
	font-size:      	14px;
}

/* ↑　クリックすると画像が別ウインドウで開き、拡大表示できます。 */
.clickbig{
	font-size: 10px;
	color: #606060;
}

/* 旧レイアウト用 */

td.stdLabelSml 	{ font-size: 13px;color: #006699;}
td.stdLabelMdl 	{ font-size: 15px;color: #006699;}
td.stdLabelBig 	{ font-size: 17px;color: #006699;}
td.stdLabelEmpSml	{ font-size: 13px;color: #005279;font-weight: bold;}
td.stdLabelEmpMdl	{ font-size: 15px;color: #005279;font-weight: bold;}
td.stdLabelEmpBig	{ font-size: 17px;color: #005279;font-weight: bold;}

td.stdDataSml  	{ font-size: 13px;color: #282860;}
td.stdDataMdl  	{ font-size: 15px;color: #282860;}
td.stdDataBig  	{ font-size: 17px;color: #282860;}
td.stdDataEmpSml	{ font-size: 13px;color: #282862;font-weight: bold;}
td.stdDataEmpMdl	{ font-size: 15px;color: #282862;font-weight: bold;}
td.stdDataEmpBig	{ font-size: 17px;color: #282862;font-weight: bold;}

td.stdTextSml  	{ font-size: 13px;color: #404040;}
td.stdTextMdl  	{ font-size: 15px;color: #404040;}
td.stdTextBig  	{ font-size: 17px;color: #404040;}
td.stdTextEmpSml	{ font-size: 13px;color: #303030;font-weight: bold;}
td.stdTextEmpMdl	{ font-size: 15px;color: #303030;font-weight: bold;}
td.stdTextEmpBig	{ font-size: 17px;color: #303030;font-weight: bold;}

td.stdCautionSml	{ font-size: 13px;color: #f02020;font-weight: bold;}
td.stdCautionMdl	{ font-size: 15px;color: #f02020;font-weight: bold;}
td.stdCautionBig	{ font-size: 17px;color: #f02020;font-weight: bold;}

td.stdClickMess	{ font-size: 10px;color: #606060;}
td.clickbig	{ font-size: 10px;color: #606060;}

td.colBlue 	{ color: #0080ff;font-weight: bold;}
td.colOrange 	{ color: #ff4000;font-weight: bold;}
td.colRed 	{ color: #e02020;font-weight: bold;}
td.colBlack 	{ color: #404040;font-weight: bold;}
td.colWhite 	{ color: #f0f0f0;font-weight: bold;}

td.indent		{ margin: 5px 5px 5px 25px;}

td.info
{
    padding-right:  	5px;
    padding-left:   	5px;
    padding-top:    	5px;
    padding-bottom: 	5px;
    font-size:      	15px;
    line-height:    	17px;
    color:          	#303038;
    background:     	#e8e8e8;
}

.colBlue 	{ color: #0080ff;font-weight: bold;}
.colOrange 	{ color: #ff4000;font-weight: bold;}
.colRed 	{ color: #e02020;font-weight: bold;}
.colBlack 	{ color: #404040;font-weight: bold;}
.colWhite 	{ color: #f0f0f0;font-weight: bold;}

