/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#000000;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/



.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}

#container{	
width:800px;

 

padding-left:0px;
padding-right:0px;
padding-top:50px;
padding-bottom:0px;
	margin:0 auto;
      
	text-align:left;
	}


#frame2{
  background-image: url(bg-1.jpg); /* 全体の背景画像 */

width:800px;
	height:50px;
        padding:10px;
	}

#menu{
 background-image: url(bg-2.jpg); 
width:800px;
	height:30px;
        padding:10px;
	}



#main{width:800px;
	height:600px;
	overflow:auto;
	padding:10px;

 background-image: url(bg3.jpg);
 background-repeat: repeat-y;
 background-position: right top;







	}
#main_in p{
	line-height:1.6em;
	}	

#main p{
	margin:8px 0 0 0;
	}

@media print{
#main_in{
	height:auto;
	overflow:hidden;
	}

}

