/* フォント指定 */
body, th, td {
	font-family:"Lucida Grande", "Arial", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:160%;
	font-size:12pt;
}

/*中央表示枠M1*/
div.center_m1 {
	padding: 11px;
	width: 520px;
	height: 100%;
	background-color: #ffeeee;
}

/*左の表示枠[基本色]*/
div.left {
	padding: 11px;
	width: 720px;
	height: auto;
	background-color: #eeeeee;
	position: absolute;
	left: 50%;
	margin-left: -360px; /* 幅と高さの半分のネガティブマージン */
}

/*埋め込み表　基本色指定*/
td.embedded {
	background-color: #ffffff;
}


/*タイトルライン*/
div.titleline1 {
	font-size: 14pt;
	border-bottom: 1px solid #000000;
	width: 100%;
	background: #ffcccc;
}

/*ミニタイトル*/
.smalltitle {
	font-weight: bold;
}
.smalltitle a:link {
	color: #000088;
}
.smalltitle a:visited {
	color:#000088;
}
.smalltitle a:active {
	color:#000088;
}

/*リンクカラー黒*/
.blacklink a:link {
	color:#000000;
}
.blacklink a:visited {
	color:#000000;
}
.blacklink a:active {
	color:#000000;
}

/*リスト - 黒丸*/
ul.li0{
	list-style-image:url(images/li0.gif);
}

/*リスト - 赤矢じるし*/
ul.lired{
	list-style-image:url(images/lired.gif);
}


/*リストマージントップ*/
li{
	margin-top: 3pt;
}

/*インデックススクロール*/
.indexflow {
	overflow:auto;
	width:100%;
	height:120px
}


/*プレプレスクロール*/
.prepreflow {
	overflow:auto;
	width:100%;
	height:200px
}

/*グレーカラー*/
.gray{
	color: #007777;
}

/*色指定レッド*/
.c_red{
	color: #ff0000;
}

/*色指定グリーン*/
.c_green{
	color: #00ff00;
}

/*色指定ブルー*/
.c_blue{
	color: #0000ff;
}

/*色指定イエロー*/
.c_yellow{
	color: #ffff00;
}

/*色指定シアン*/
.c_cyan{
	color: #00ffff;
}

/*色指定マゼンダ*/
.c_magenta{
	color: #ff00ff;
}

/*色指定ブラック*/
.c_black{
	color: #000000;
}

/*色指定ホワイト*/
.c_white{
	color: #ffffff;
}



.big {font-size :15pt;}
.small{font-size :11pt;}
/*インテーブル♪*/
.in-to{font-size :9pt;}

/*ぶら下げインデント*/
.ind {
margin-left: 3.5em; /* ブロック全体を右に */
text-indent: -2.5em; /* 先頭の1行のみ左に */
}

/*時下げインデント*/
.att {
  margin-left: 2.0em; /* ブロック全体を 1em（1文字）分右に */
  padding-left: 1em;
  text-indent: -2em;
}

/*1文字インデント*/
.sft {
  margin-left: 1.7em; /* ブロック全体を右に */
  text-indent: -0.7em; /* 先頭の1行のみ左に */
}
