/*　基本構造　*/

body {
	background: URL("../takahira/images/middle_bg.jpg") repeat-y center top;
	background-color: #85827D;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
}

h2{
	margin: 20px 0;
	padding: 0;
	}
	
/*　リンク　*/

a:link{
	color: #0099CC;
	text-decoration: none;
	}
	
#main a:link{
	color: #FD7A06;
	text-decoration: none;
	}
	
a:visited{
	color: #003366;
	text-decoration: none;
	}
	
a:hover{
	color:#FF9900;
	text-decoration: none;
	}