
/**********************************************************/
/*  全体的な基本設定 */
/**********************************************************/
body,td,th {color: #575A63;}
body {
background-image : url(bg.jpg); 
	background-repeat:repeat-x;
	background-color: #EBFFFE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/**********************************************************/
/*  背景に関する設定 */
/**********************************************************/



.outline{ background-color:#a6a6a6;}
.white  { background-color:#ffffff;}
.beige  { background-color:#f0eee4;}

.blue {	background-color:#dee8d2;padding:2px;font-size:9pt;}
.gray {	background-color:#f0f0f0;padding:2px;font-size:9pt;}
	
	
	
/**********************************************************/
/*  文字の大きさ指定 */
/**********************************************************/
.sum   {font-size:8pt;line-height:120%;font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;}




.mm  {font-size:15pt;line-height:125%;font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;}

.m   {font-size:11pt;line-height:125%;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;}


.s   {font-size:9pt;line-height:145%;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;}
.sp   {font-size:9pt;line-height:125%;font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;}

.ss  {font-size:8pt;line-height:140%;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;}

.copy  {font-size:8pt;line-height:125%;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;}

.ten  {font-size:11pt;line-height:110%;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;color: #f0f0f0;}

/**********************************************************/
/*  リンクの指定 */
/**********************************************************/
a:link       {color:#8E6000;text-decoration:underline;}
a:visited    {color:#8E6000;text-decoration:underline;} 
a:active     {color:#8E6000;text-decoration:underline;} 
a:hover      {color:#8E6000;text-decoration:underline;} 

.lin2 a:link       {color:#666666;text-decoration:none;}
.lin2 a:visited    {color:#666666;text-decoration:none;} 
.lin2 a:active     {color:#666666;text-decoration:underline;} 
.lin2 a:hover      {color:#666666;text-decoration:underline;} 



/**********************************************************/
/*  文字の色指定 */
/**********************************************************/

.style1 {
	color: #58B2B8;
	font-weight: bold;} 
	
.style2 {
	color: #993300;
	font-weight: bold;}
	
	.style3 {
	color: #993300;
}


/**********************************************************/
/*  枠線の指定 */
/**********************************************************/

.d_line {border-color:#b0b0b0;border-width:1px;border-style:dotted;} 
.waku {border-color:#cccccc;border-width:1px;border-style:solid;} 

/*  マージンの指定 */
/**********************************************************/
.mar6 {margin:6px;} 
.mar8 {margin:8px;} 
.mar3 {margin:6px 3px 10px 3px ;} 
