/* CSS Document */



/*全般設定
------------------------------------------------------------------------------------------*/


body {
    height: 100%;
    width: 100%;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	text-align:center;
	scrollbar-3dlight-color:#ffffff;    /*3D部分の色*/
	scrollbar-arrow-color:#cfd8df;        /*▲の色*/
	scrollbar-darkshadow-color:#cfd8d8;   /*深い影の色*/
	scrollbar-face-color:#ffffff;         /*表面の色*/
	scrollbar-highlight-color:#cccccc;  /*明るい部分の色*/
	scrollbar-shadow-color:#ffffff;       /*影の色*/
	scrollbar-track-color:#ffffff;        /*トラックの色*/
}

.p{
             padding-left:30px;
}

.style1 {color: #999999
		 font-size:10px;
		 }


.box {
	BORDER-RIGHT: #AAAAAA 1px solid; 
	BORDER-TOP: #AAAAAA 1px solid; 
	BORDER-LEFT: #AAAAAA 1px solid; 
	BORDER-BOTTOM: #AAAAAA 1px solid;
	font-size:12px;
	color:#333333;
}				 


a:link { color: #1f4e66;
　　　　 font-size:12px;
		 text-decoration:none;
		 }
a:visited { color: #1f4e66;
            font-size:12px;
			text-decoration:none;
			} 
			
			
a:hover { color: #cb0f0f;
          font-size:12px;
			text-decoration:underline;
			} 					 


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
         width: 900px;  
		  }
		  
		  
		  
/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	width: 900px;
}


/*メニューイメージ
------------------------------------------------------------------------------------------*/
.menuimage a{
              display:block;
			  background-image:url(../image/menubtn05-011.jpg);
			  background-repeat:no-repeat;
			  width:180px;
			  height:36px;
			  text-decoration:none;
			  color:#000000;
			  font-size:12px;
			  text-align:center;
			  line-height:36px;
			  border-right-style:solid 1px;
			  
}

.menuimage a:visited { 
              background-color:#f0f0f0;
			  background-image:url(../image/menubtn05-011.jpg);
			  background-repeat:no-repeat;
			  width:180px;
			  height:36px;
			  text-decoration:none;
			  color:#000000;
			  font-size:12px;
			  text-align:center;
			  line-height:36px;
			  border-right-style:solid 1px;
			  font-size:12px;
			} 


.menuimage a:hover{
					background-image:url(../image/menubtn05-013.jpg);
					background-repeat:no-repeat
					width:180px;
			  		height:36px;
					color:#000000;
					font-weight:400;
					line-height:36px;
					text-decoration:none;
}



/*メイン
---------------------------------------------------------------------------*/
#main {
	float:left;
	width: 600;
	margin-right: auto;
	margin-left: auto;
}

/*右メニュー
---------------------------------------------------------------------------*/
#menu {
	float:right;
	width: 300;
	margin-right: auto;
	margin-left: auto;
}




/*フッター
------------------------------------------------------------------------------------------*/
#footer  { 
		    clear: both;   
          width: 900px;
		  text-align:center;
		  position: relative;
		  background-image:url(../image/copyright.gif);
		  background-position:center;
		  background-repeat:no-repeat;
}		  