/*------------------メニュー用-----------------------*/
hr  {color:#F4D8BD}
/*--------------------TEXT SIZE----------------------*/
br  {font-size:10px}

.text2    { font-size: 9pt; font-weight: bold }
.text12    { font-size: 12pt}
A.text2:link       { color: #003366; font-weight: normal; text-decoration: none }
A.text2:visited          { color: #000; text-decoration: none }
A.text2:hover           { color: #003366; font-style: normal; background-color: #99FF66}
A.text2:active      { color: #06c; font-weight: bold; border-top: thin none }

/* リンク */

a{
 color:#00a0e8;
/* text-decoration:underline;*/
}

a:hover{
 color:#ff6633;
/* text-decoration:underline;*/
}

.h2 a{color:e3aba1;}



/* 基本 */


body{
 margin:0px,0px,0px,0px;
/*
 scrollbar-base-color:#E4D6BE;
 scrollbar-face-color:#FFFFFF;
 scrollbar-arrow-color:#009900;
 scrollbar-shadow-color:#006600;
 scrollbar-darkshadow-color:#009900;
 */
}

table{
 border-collapse:collapse;
 border-spacing:0px;
}

td{
	font-size:9pt;
	padding:0px;
	line-height:1.7;
	color: #000000;
 }

/* ボーダー */

.br_beige{
 border:rgba(199,150,100,0.4) 1px solid; 
}

.br_green{
 border:#e3aba1 2px solid; 
}

.br_org{
 border:#ff9933 2px solid; 
}

.no_br{
 border:none
}

.br_brown{
 border:#993300 1px solid; 
}

.br_pink{
 border:#e3aba1 2px solid; 
}

/* 位置 */

.nowrap{
 white-space:nowrap;
}

/* 背景色 */
.bgcolor_pink{
 background-color:#FBD5C2;
}

/*.bgcolor_lightgrn{
 background-color:#F2F7D0;
}

.bgcolor_beige{
 background-color:#fbf8de;
}
*/
.bgcolor_lightpink{
 background-color:#FEEFC9;
}


/* フォント */

.font_grn{
 color:#003300;
}

.font_brown{
 color:#3C1B02;
}

.font_org{
 color:#FF6600;
}

.h1{
 color:#b81c22;
 font-size: 14pt;
 font-weight:bold;
}

.h2{
 color:#5f3300;
 font-size: 12pt;
 font-weight:bold;
}

.h3{
 color:#FF6600;
 font-size: 12pt;
 font-weight:bold;
}

.text3           { font-size: 9pt; font-weight: normal }
A.text3:link     { color: #FFFFFF; font-weight: normal; text-decoration: none }
A.text3:visited  { color: #FFFFFF; text-decoration: normal }
A.text3:hover    { color: #000033; font-style: normal; background-color: #99FF66}
A.text3:active      { color: #FFFFFF; font-weight: normal; border-top: thin none }