/* CSS Document */
/*背景や色々についての設定*/
body{
background-color:#FFFFFF;
margin:0;
padding:0;
}

#header{
background-color:#D3752B;
height:193px;
background-image:url(oline_bottom.jpg);
background-position:bottom;
background-repeat:repeat-x;
}

#footer{
background-color:#D3752B;
background-image:url(oline_top.jpg);
height:15px;
background-position:top;
background-repeat: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;
	}
	/*link menu*/
		#menu{
		color:#CC6600;
		font-weight:bold;
		font-size:12px;
		}
		#menu a{
		color:#333333;
		text-decoration:none;
		font-size:12px;
		font-weight:normal;
		}
		#menu a:hover{
		color:#333333;
		background:#7EA800;
		}
	
/*lines*/
	.lineg{
	background:url(line_gray.gif) repeat-x;
	}
	.linet{
	background:url(line_gray.gif) repeat-y center;
	}

