*{margin: 0px; padding: 0px;}
body {
	font-size: 90%;
}

/*****************************************************************************/
/* タグ初期値 */
/*****************************************************************************/
IMG {
	border-style: none;
}

OL, UL {
	margin-left: 2em;
}
DT {
	text-decoration: underline;
}
DD {
	margin: 0em 0em 1em 2em;
}

P {
	text-indent: 1em;
	margin: 0em 0em 0.5em 0em;
}

H1 {
	text-align: left;
	border-top: 3px double gray;
	/*border-bottom: 3px double gray;*/
}
H2 {
	text-align: left;
	margin-bottom: 0.5em;
}
H3 {
	text-align: left;
	margin: 0.51em 0em;
	border-bottom: 1px solid gray;
}
H4 {
	text-align: left;
	text-decoration: underline;
	font-size: medium;
}

TABLE tr {
	vertical-align: top;
}
TABLE th {
	font-weight: normal;
	text-align: left;
}

/*****************************************************************************/
/* リンク */
/*****************************************************************************/
/*** デフォルト ***/
a:link, a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF6900 ! important;
	text-decoration: underline ! important;
}

/*****************************************************************************/
/* その他 */
/*****************************************************************************/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.font_s {
	font-size: 85%;
}
/*** 上付き文字 ***/
.sup {
	font-size: 80%;
	vertical-align: top;
}
/*** 下付き文字 ***/
.sub {
	font-size: 80%;
	vertical-align: bottom;
}

/*** 文字間隔 ***/
.ls1{
	letter-spacing: 1em;
}

.ast {
	color: #FF6900;
}
.notes {
	font-size: 85%;
}
.notes2 {
	font-size: 85%;
	color: blue;
}
.fsize {
	font-size: 85%;
	padding: 0px 2px;
}

/*** 位置合わせ用TABLE ***/
table.none {
	border: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
table.none th, table.none td{
	border: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	
	color: black;
	font-weight: normal;
	font-style: normal;
}


/*** 上部階層ガイド ***/
#guide {
	font-size: small;
	color: gray;
}
#guide .cursor {
	color: blue;
}
#guide A:link, #guide A:visited {
	color: gray ! important;
	text-decoration: none;
}
#guide A:active, #guide A:hover {
	color: #FF6900 ! important;
	text-decoration: underline;
}

/*** ［TOPへ］の設定 ***/
.p_top {
	text-align: right;
	margin-top: 1.5em;
}
.p_top A {
	padding: 2px ! important;
	border: 1px solid gray ! important;
	background-color: #F0F0F0 ! important;
	font-size: small ! important;
}
.p_top A:link, .p_top A:visited {
	color: black ! important;
	text-decoration: none;
}
.p_top A:active, .p_top A:hover {
	color: #FF6900 ! important;
	text-decoration: underline;
}

/*****************************************************************************/
/* 画面分割など */
/*****************************************************************************/
@media screen, tv {
	/*** 全体 ***/
	#wrapper {
		width: 790px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		border-style: none;
		background-color: white;
		
		/* 中央寄せ */
		margin-right: auto;
		margin-left: auto;
	}
	#wrap_left {
		width: 15px;
		background-color: white;
		background-image: url(../image/wrap_bg01.gif);
		background-repeat: repeat-y;
	}
	#wrap_right {
		width: 15px;
		background-color: white;
		background-image: url(../image/wrap_bg01.gif);
		background-repeat: repeat-y;
	}
}

@media print {
	/*** 全体 ***/
	#wrapper {
		width: 100%;
		padding: 0px;
		border-style: none;
		background-color: white;
	}
}

/*****************************************************************************/
/* ヘッダー */
/*****************************************************************************/
div#head {
	border: 1px solid black;
}

#head .text, #head .text strong {
	padding: 2px 0px;
	text-align: center;
	
	color: white;
	font-weight: normal;
	font-size: 12px;
	background-color: #1D2088;
}
#head .m {
	background-image: url(../image/head_bg01.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}

/*** 右上メニュー ***/
#head table.menu {
	margin-bottom: 3px;
}
#head .menu01 {
	width: 30px;
	background-image: url(../image/h_menu_bg01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#head td.menu02 {
	padding: 1px 0px 3px 0px;
}
#head .menu02 {
	background-image: url(../image/h_menu_bg02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#head .menu02 a {
	margin: 0px 5px;
	color: black;
	font-size: small;
	text-decoration: none;
}
#head .menu02 a:hover, #head .menu02 a:active {
	text-decoration: underline;
	color: #FF6900;
}
/*** バー ***/
#head div.bar {
	font-size: 5px;
	height: 8px;
	
	border-style: none;
	border-top: 1px solid black;
	background-color: #1D2088;
	background-image: url(../image/tp_bar.gif);
	background-repeat: repeat;
	background-position: center;
}
div.bar {
	font-size: 5px;
	height: 8px;
	
	border: 1px solid black;
	background-color: #1D2088;
	background-image: url(../image/tp_bar.gif);
	background-repeat: repeat;
	background-position: center;
}

/*****************************************************************************/
/* フッター */
/*****************************************************************************/
#foot {
	border-top: 2px groove silver;
	margin-top: 2px;
	padding: 10px;
	text-align: center;
	color: gray;
}
/*****************************************************************************/
/* 右メイン */
/*****************************************************************************/
TD#main01 {
	padding: 5px 10px;
	line-height: 130%;
}

#main01 strong {
	margin: 0px 3px;
	background-color: #FFFFE3;
	
	color: #007BD8;
	font-weight: normal;
}

/*** セグメント共通 ***/
div.seg {
	margin-bottom: 3em;
}

/*****************************************************************************/
/* 左ナビ */
/*****************************************************************************/
/*** 全体の領域 ***/
TD#left_navi {
	width: 140px;	/* padding 合わせて 160px */
	padding: 5px 10px;
	background-color: #C9CBF0;
	
	font-size:10pt;
	color: #FF6900;
}

/*** 画像付きリストの設定 ***/
#left_navi .navi_bullet TD {
	background-image: url(../image/navi_btn01of.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C9CBF0;
	padding: 0px 0px 15px 15px;
}
/*** 画像付きリストの設定 ***/
#left_navi .navi_bullet TD.active_page {
	background-image: url(../image/navi_btn01on.gif);
}
/*** インデント ***/
#left_navi .navi_bullet TD.active_page DIV {
	padding-left: 12px;
}

/*** リンク ***/
#left_navi .navi_bullet A:link, #left_navi .navi_bullet A:visited {
	color: #1D2088 ! important;
	text-decoration: none;
}
#left_navi .navi_bullet A:active, #left_navi .navi_bullet A:hover {
	color: #FF6900 ! important;
	text-decoration: underline;
}

