
/* ページ全体の背景,マージン指定*/
body       { 
    background-color: #ffffff;	
	margin-left: 0px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/* 本文テキストのフォントサイズ,色,行間*/
body,td    {
    font-size:12px;
	color:#4C4C4C;
	line-height:150%;
	font-family:Verdana;
	}

/* 直線ライン色 */
.hr1        { 
    border-color:#4D4552;
	border-style:solid;
	}  
	
/*テキストリンクの色*/	
a:link    {
    text-decoration:underline;
	color: #333333;
	}  
	
/*訪問済みのリンクの色*/ 
a:visited {
    text-decoration:underline;
	color:#333333;
	}  
	
/*クリック時のリンクの色*/
a:active  {
    text-decoration:underline;
	color:#333333;
	}   
	
/*マウスの上にカーソルがあるときのリンクの色*/	
a:hover   {
    text-decoration:underline;
	color:#FF0000;
	} 

/*メニュー・テキストリンクの色*/
.lin2 a:link       {
    font-size:13px;
	color: #CCCCCC;
	text-decoration:none;
		}  
.lin2 a:visited    {
    font-size:13px;
	color: #CCCCCC;
	text-decoration:none;
		}   
.lin2 a:active     {
    font-size:13px;
	color: #CCCCCC;
	text-decoration:underline;
		}   

/*メニュー・マウスの上にカーソルがあるときのリンクの色*/	
.lin2 a:hover      {
    font-size:13px;
	color:#FFF;
	text-decoration:underline;
		}   
	
/*画面内外枠線の色*/
.color1     {
    background-color:#A9A9A9;
	}  
/*画面内部分の背景色*/ 
.color2     {
    background-color: #FF3300;
	}
/*画面内色部分の背景色*/   
.color3     {
    background-color: #000000;
	}  
/*画面内セル*/ 
.color4     {
    background-color: #999966;
	}  
/*画面内右セル*/ 
.color5     {
    background-color:#f1f3da;
	}  
/*画面内白背景*/ 
.color6     {
    background-color:#ffffff;
	}   

/* タイトル文字フォントサイズ,色*/

h1{
	margin:10px;padding:10px 40px 0px 0px;
	color:#000;
	font:bold 25px Verdana;
	text-align: left;
	}
h2{
	margin:0px 0px 0px 0px;padding:10px;
	color:#000;
	font:normal 12px Verdana;
	text-align: left;
		}
