/* CSS Document */
/*背景や色々についての設定*/
body{
background-color:#567300;
margin:0;
padding:0;
}
	#top{
	background:#000000 url(top_gra.jpg) top repeat-x;
	height:37px;
	}
	
	#main{
	background:url(main_gra.jpg) top repeat-x;
	}
	
	#bottom{
	background:#000000 url(bottom_gra.jpg) bottom repeat-x;
	}
	
/*about font*/
	.txtw12{
	font-size:12px;
	color:#FFFFFF;
	}
	.txtg12{
	font-size:12px;
	color:#333333;
	}

/*about link*/
	a{
	color:#666666;
	}
	a:hover{
	background-color:#999999;
	color:#CE2D59;
	}

	.white a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	}
	.white a:hover{
	color:#CCCC33;
	text-decoration:underline;
	}

	/*link menu*/
		#menu{
		color:#CC6699;
		font-size:12px;
		}
		#menu a{
		color:#333333;
		text-decoration:none;
		font-size:12px;
		}
		#menu a:hover{
		color:#333333;
		background:#CC6699;
		}
	/*link menu plan*/
		#plan{
		color:#CC6699;
		font-size:12px;
		}
		#plan a{
		color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		}
		#plan a:hover{
		color:#333333;
		background:#CC6699;
		}

	
/*lines*/
	.lineg{
	background:url(line_gray.gif) repeat-x;
	}
	.linew{
	background:url(line_white.gif) repeat-x;
	}
/*h1*/	
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}