@charset "EUCJP";

/*ボディ*/
body {
	font: normal normal normal 100%/1.5 "MS UI Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	 /*文字サイズを変更したい場合は以下のプロパティを変更してください。全体的に変更されます。*/
	background-color: #ffffff;
}

/*基本的なリンクスタイル*/
a,
a:link,
a:visited {
/*	text-decoration: none;*/
	text-decoration: underline;
	color: #6666FF;
}

a:active,
a:hover{
	text-decoration: underline;
	color: #6666FF;
}

a:link,
a:hover {
	color: #6666FF;
}

a:active,
a:visited  {
	color: #6666FF;
}

.auto      {ime-mode:auto;}
.active    {ime-mode:active;}
.inactive  {ime-mode:inactive;}
.disable   {ime-mode:disabled;}

/*タイトル*/
h1 {
	color: #000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
}

h2 {
	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:    1px dotted #6666ff;
	border-bottom: 1px dotted #6666ff;
	border-left:   1px dotted #6666ff;
	border-right:  1px dotted #6666ff;
}


td#tsolid {
	border-top:    1px solid #990000;
	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 #6666ff;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

td#tbsolid {
	border-top:    1px solid #6666ff;
	border-bottom: 1px solid #6666ff;
	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#head_solid {
	border-top:    1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left:   1px solid #ffffff;
	border-right:  1px solid #ffffff;
}

/* フッタ部 */
td#fut_solid {
	border-top:    1px solid #6666ff;
	border-bottom: 0px none  #6666ff;
	border-left:   0px none  #ffffff;
	border-right:  0px none  #ffffff;
}

/* 各種タイトル */
td#title_bar {
	border-top:    1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left:   thin none #000000;
	border-right:  thin none #000000;
}

/* 再度バー */
td#side_solid {
	border-top:    1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left:   1px solid #990000;
	border-right:  1px solid #990000;
}

/*文字の行間*/
div#line_height {
	layout-grid: line loose 30px;
}
