@charset "EUCJP";

/*ボディ*/
body {
/*	font: normal normal normal 100%/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;*/
	font: normal normal normal 11pt/1.5em "MS UI Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	 /*文字サイズを変更したい場合は以下のプロパティを変更してください。全体的に変更されます。*/
	background-color: #ffffff;
}

/*基本的なリンクスタイル*/
a,
a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover{
	text-decoration: underline;
}

a:link,
a:hover {
	color: #3333FF;
}

a:active,
a:visited  {
	color: #330099;
}

/*タイトル*/
h1 {
	color: #666;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

h2 {
/*	color: #666666;	*/
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	layout-grid: line loose 20px;
}

/*テーブル関連*/
td#tdot {
	border-top:    4px dotted #000000;
	border-bottom: thin none #000000;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#bdot {
	border-top:    thin none #000000;
	border-bottom: 1px dotted #000000;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#ldot {
	border-top:    thin none #000000;
	border-bottom: thin none #000000;
	border-left:   2px dotted #000000;
	border-right:  thin none #000000;
}

td#rdot {
	border-top:    thin none #000000;
	border-bottom: thin none #000000;
	border-left:   thin none #000000;
	border-right:  3px dotted #000000;
}

td#tbdot {
	border-top:    1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#tblrdot {
	border-top:    2px dotted #666666;
	border-bottom: 2px dotted #666666;
	border-left:   2px dotted #666666;
	border-right:  2px dotted #666666;
}

td#tblrdot_red {
	border-top:    2px dotted #ffffff;
	border-bottom: 2px dotted #ffffff;
	border-left:   2px dotted #ffffff;
	border-right:  2px dotted #ffffff;
}

/*テーブル関連*/
td#tsolid {
	border-top:    1px solid #000000;
	border-bottom: thin none #000000;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#bsolid {
	border-top:    thin none #000000;
	border-bottom: 1px solid #000000;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#tbsolid {
	border-top:    1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#tblrsolid {
	border-top:    1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
	border-right:  1px solid #000000;
}

/*テーブル関連*/
td#bar_3d_red{
	border-top:    1px solid #ffff99;
	border-bottom: 1px solid #996600;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

/*文字の行間*/
div#line20 {
	font-size: 11pt;
	layout-grid: line loose 20px;
}

