
/**********************************************************/
/*  全体的な基本設定 */
/**********************************************************/
body,td,th {color: #222222;}
body {
	background-color: #E7E7E7;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/**********************************************************/
/*  背景に関する設定 */
/**********************************************************/

.headbg {	background-image: url("images/head01_1.jpg"); 
	background-repeat:no-repeat;}

.outline{ background-color:#a6a6a6;}
.white  { background-color:#ffffff;}
.beige  { background-color:#f0eee4;}

.blue {	background-color:#E5EDF3;padding:2px;font-size:9pt;}
.gray {	background-color:#f0f0f0;padding:2px;font-size:9pt;}
	
	
	
/**********************************************************/
/*  文字の大きさ指定 */
/**********************************************************/
.sum   {font-size:7pt;line-height:120%;color:#222222;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;}




.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:140%;font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;}
.sp   {font-size:9pt;line-height:125%;font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;}

.ss  {font-size:7pt;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:#313C92;text-decoration:underline;}
a:visited    {color:#313C92;text-decoration:underline;} 
a:active     {color:#0071B9;text-decoration:underline;} 
a:hover      {color:#0071B9;text-decoration:underline;} 

.lin2 a:link       {color:#222222;text-decoration:none;}
.lin2 a:visited    {color:#222222;text-decoration:none;} 
.lin2 a:active     {color:#222222;text-decoration:underline;} 
.lin2 a:hover      {color:#222222;text-decoration:underline;} 


/**********************************************************/
/*  文字の色指定 */
/**********************************************************/


.style1 {color: #131d7c}
.style2 {color: #3073C2}
.style3 {color: #ff0000}
.style4 {color: #f0f0f0} 


/**********************************************************/
/*  枠線の指定 */
/**********************************************************/

.top_waku  {border-color:#A6A6A6;border-width:1px;border-style:solid;} 
.waku  {border-color:#d0d0d0;border-width:1px;border-style:solid;} 

/*  マージンの指定 */
/**********************************************************/
.mar6 {margin:6px;} 
.mar8 {margin:8px;} 
.mar3 {margin:6px 3px 10px 3px ;} 