
BODY{
 color: #000000;
 background: #FFFFFF;
 font-size : 10pt;
 font-family: 'ＭＳ Ｐゴシック',Osaka;
 scrollbar-3d-light-color    : white;
 scrollbar-arrow-color       : blue;
 scrollbar-base-color        : white;
 scrollbar-dark-shadow-color : white;
 scrollbar-face-color        : #d0d0d0;
 scrollbar-highlight-color   : white;
 scrollbar-shadow-color      : white 
}


A.menulink {
display: block;
width: 145px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #FFFFFF;
BORDER: none;
border: solid 1px #FFFFFF;
}

A.menulink:hover {
border: solid 1px #555555;
background-color:#FFFFFF;
}



H2{
border-style: solid;
border-color: #81C0C0;
border-width: 0 0 6 30;
margin-left: 40px;
margin-right: 40px;
padding-left: 16px;
font-size: 11pt;
font-weight: bold;
}

H3{
border-style: solid;
border-color: #8080ff;
border-width: 0 0 6 30;
margin-left: 40px;
margin-right: 40px;
padding-left: 16px;
font-size: 11pt;
font-weight: bold;
}

a:link		{color: #0000ff;text-decoration: none;}
a:visited	{color: #8000ff;text-decoration: none;}
A:active	{color: #FF00FF;text-decoration: none;}
a:hover 	{color: #FF00FF;text-decoration: none;}

TD.link1 A:link { color: #FF0000;text-decoration: underline; }
TD.link1 A:visited { color: #FF000;text-decoration: underline; }
TD.link1 A:active	{color: #FF00FF;text-decoration: underline; }
TD.link1 A:hover {	color: #FF00FF;text-decoration: underline; }
TD.mnu A:link {
	color: #FF8040;
	text-decoration: none;
	font-weight: bold;
}
TD.mnu A:visited {
	color: #FF8040;
	text-decoration: none;
	font-weight: bold;
}
TD.mnu A:active {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
TD.mnu A:hover {
	color: #0000FF;
	text-decoration: none;
	background: #FFFFFF;
	font-weight: bold;
}



TD.pr A:link 		{color: #0000FF;text-decoration: underline;}
TD.pr A:visited 	{color: #0000FF;text-decoration: underline;}
TD.pr A:active	 	{color: #FF0000;text-decoration: underline;}
TD.pr A:hover 		{color: #FF00FF;text-decoration: underline;}


TD.ttp {
	color: #777777;
	font-size: 10pt;
}

TR{
  font-size : 10pt;
}
TH{
  font-size : 10pt;
}
TD{
  font-size : 10pt;
}


/* ----- 投稿フォーム ---------------------------------- */

/* 投稿フォーム格納テーブル */
.form_table {
}

/* 見出し */
.form_table_head {
	font-weight : bold ;
	padding : 0px 5px ;

	border : #FFFFFF 2px solid ;

	background-color : #DDDDDD ;
}

/* 内容 */
.form_table_data {
}


/* ----- 投稿記事 -------------------------------------- */

/* 投稿記事格納テーブル */
.log_table {
	margin : 0px ;
	padding : 0px ;
	border-collapse : collapse ;
	border : #222222 1px solid ;

	width : 510px ;
}

/* 見出し */
.log_table_head {
	margin : 0px ;
	padding : 3px ;

	background-color : #DDDDDD ;
}

/* 内容 */
.log_table_data {
	margin : 0px ;
	padding : 3px ;

	background-color : #FFFFFF ;
}

/* 本文インデント */
.log_table_indent {
	width : 30px ;
}

/* ----------------------------------------------------- */


