@charset "EUCJP";

/*ボディ*/
body {
	font: normal normal normal 100%/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	 /*文字サイズを変更したい場合は以下のプロパティを変更してください。全体的に変更されます。*/
	font-size: 100%;
	background-color: #fffbc7;
}

/*基本的なリンクスタイル*/
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#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 #666666;
	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#bdot_white {
	border-top:    thin none #000000;
	border-bottom: 1px dotted #ffffff;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

/*文字の行間*/
div#line20 {
	layout-grid: line loose 20px;
}

