
a:link    {text-decoration: underline; color: #993333;}
a:visited {text-decoration: underline; color: #993333;}
a:active  {text-decoration: underline; color: #FF0000;}
a:hover   {text-decoration: underline; color: #FF0000;}



.menu { color: #333333; }
.menu:link    { text-decoration: none; color: #333333; }
.menu:visited { text-decoration: none; color: #333333; }
.menu:active  { text-decoration: underline; color: #993333; }
.menu:hover   { text-decoration: underline; color: #993333; }



.blue { color: #0000ff; }
.blue:link    { text-decoration: underline; color: #0000ff; }
.blue:visited { text-decoration: underline; color: #0000ff; }
.blue:active  { text-decoration: underline; color: #0000ff; }
.blue:hover   { text-decoration: underline; color: #ff0000; }



.white { color: #FFFFFF; }
.white:link    { text-decoration: none; color: #FFFFFF; }
.white:visited { text-decoration: none; color: #FFFFFF; }
.white:active  { text-decoration: underline; color: #FFFFFF; }
.white:hover   { text-decoration: underline; color: #FFFFFF; }



.red { font-size: 13px; color: #993333; }
.red:link    { font-size: 13px; text-decoration: none; color: #993333; }
.red:visited { font-size: 13px; text-decoration: none; color: #993333; }
.red:active  { font-size: 13px; text-decoration: underline; color: #993333; }
.red:hover   { font-size: 13px; text-decoration: underline; color: #993333; }



body,td,li,th{font-size: 10pt;line-height: 125%;
           text-decoration:none; color: #333333;}





h1 {
	color: #ffffff;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}


h2{
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


h3{
	color: #990000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin: 0px 5px 5px 2px;
	border-bottom:1px dotted #990000;
}

h3 small{
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	display: inline;
	padding: 0px;
	margin: 0px;
}





caption { color: #CC6600; font-size	:14px; font-weight: bold; }



.txt_net { font-size:9pt; line-height:110%;}
.txt_net2 { font-size:8pt; line-height:120%;}
.txt_net3 { font-size:8pt; line-height:100%;}


.text_top {  font-size: 10pt;line-height: 110%; text-decoration:none; color: #333333; }

.text9 {  font-size: 9px; line-height: 9px; }
.text10 {  font-size: 10px; line-height: 10px; }
.text11 {  font-size: 11px; line-height: 110%; }
.text11_w { color: #FFFFFF; font-size: 11px; line-height: 110%; }
.text12 {  font-size: 12px; line-height: 140%; }
.text12_2 {  font-size: 12px; line-height: 22px; }
.text14 {  font-size: 14px; line-height: 18px; }
.text14_2 {  font-size: 14px; line-height: 22px; }
.text16 {  font-size: 16px; line-height: 16px; }
.text18 {  font-size: 18px; line-height: 22px; }
.text20 {  font-size: 20px; line-height: 24px; }

.text20 small{
	font-size: 11px;
}

.text24 {  font-size: 24px; line-height: 28px; }
.text30 {  font-size: 30px; line-height: 34px; }
.text40 {  font-size: 40px; line-height: 44px; }


.white_b{
	color: #FFFFFF;
	background-color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

.ele_title{
	background-color: #F7E4E4;
	font-size: 14px;
}




input:focus,textarea:focus{
	background-color: #ffffcc;
}