/* CSS Document */

/* ---ブラウザ間のマージン誤差を調節--- */
*{
margin:0px;
padding:0px;
}

/*---サブメニューを削除---*/
.cl_td_submenyu {display:none;}
.cl_td_panlist {display:none;}

/*---テキスト位置を左に変換---*/
.cl_div_access {
	padding: 10px;
	text-align: right;
	margin-top: 10px;
	margin-right: 43px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*---MAP位置を中央に---*/
.cl_div_map {
	width: 100%;
	padding: 0px;
	text-align: center;
	margin: 0px;
}



/*---コンテンツ内容部分の幅定義---*/
.cl_table_contents {
	margin: 0px;
	padding: 0px;
	width: 720px;
}


/*---タイトル横のサブメニュー設定---*/
.cl_all_td_submenu {display:none;}


/*---不必要情報の削除----*/

.cl_div_map_FlashText {display:none;}

/*---publicationページのH2部分を強制表示させる---*/
.h2 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006699;
	border-left-color: #006699;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

