/* CSS Document */
@charset “Shift_JIS”;

/*************************************************テキストカラー・リンクテキストカラー************************/



/*************************************************共通セレクタ*************************************************/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
/*************************************************基本レイアウト***********************************************/

/*************************************************その他のページ*************************************************/
#other_page_contents{
	width:750px;
	background-color:#000000;
	height: auto;

	}
#other_page_menu{
	width:200px;
	float:left;
	position: fixed;
	}
	
#other_page_top{
	height:80px;
	width:550px;
	background-color:#FFFFFF;
	float:right;
	}
	
.space{
	clear:both;
	}
#other_page_right{
	width:532px;
	float:right;
	background-color:#FFFFFF;
	overflow:auto;
	padding-top:20px;
	padding-left:18px;
	}

#other_page_right div#layout{
	width:495px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:30px;
}

#other_page_right div#layout div#label{
	width:490px;
	height:67px;
	margin-bottom:10px;
}

#other_page_right div#layout div#sentence{
	float:left;
	width:380px;
	margin-top:10px;
	margin-left:10px;
}

#other_page_right div#layout div#sentence_long{
	float:left;
	width:490px;
	margin-top:10px;
	margin-left:10px;
}
#other_page_right div#layout div#pic{
	margin-top:10px;
	float:right;
	width:190px;
	}

#other_page{
	margin:0 10px 0 10px;
	}
#other_page h3{
	background:url(../img/common/bg_h3.gif) no-repeat left top;
	text-indent:10px;
	font-size:13px;
	color:#333333;
	margin:20px 0 0 0;
	line-height:1.0em;
	clear:left;
	}
#other_page h4{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003333;
	clear:left;
	}	
#other_page div.typeA{
	clear:left;
	}
#other_page div.typeA p{
	margin:2px 0 0 0;
	line-height:160%;
	}
#other_page div.typeB{
	margin:2px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	}	
#other_page div.typeB div.left{
	float:left;
	width:375px;
	}
#other_page div.typeB div.right{
	float:left;
	width:375px;
	margin:0 0 0 20px;
	}
#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#333333 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#333333 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
#tbl_setA td{
	border:#333333 solid 1px;
	padding:6px;
	}
	
	
	
/*************************************************Link***************************************************/
#link_page_menu{
	width:200px;
	float:right;
	position: fixed;
	}
	
#link_page_top{
	height:80px;
	width:618px;
	background-color:#FFFFFF;
	float:left;
	}
	
.space{
	clear:both;
	}
#link_page_right{
	width:600px;
	float:left;
	background-color:#FFFFFF;
	overflow:auto;
	padding-top:20px;
	padding-left:18px;
	}

#link_page_right div#layout{
	width:580px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:30px;
}

#link_page_right div#layout div#label{
	width:580px;
	height:60px;
}

#link_page_right div#layout div#sentence{
	float:left;
	width:380px;
	margin-top:10px;
	margin-left:10px;
}

#link_page_right div#layout div#sentence_long{
	float:left;
	width:570px;
	margin-top:10px;
	margin-left:10px;
}
#link_page_right div#layout div#pic{
	float:right;
	width:190px;
	}
		
/*************************************************印刷用*************************************************/

@media print{

#container{
	width:818px;
	}
}		

