@charset "utf-8";
body {
	background-color: #CCCECB;
	margin: 0px;
	padding: 0px;
}
#all {
	height: 600px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(img/bg.jpg);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.1em;
}
#head {
	height: 105px;
	width: 860px;
}
#left {
	float: left;
	height: 380px;
	width: 300px;
}
#right {
	float: left;
	width: 560px;
	height: 380px;
}
#foot {
	clear: both;
	height: 74px;
	width: 860px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #00FF00;
}

a.text:link  {
	color: #0000FF;
	text-decoration: none;
}
a.text:visited  {
	color: #0000FF;
	text-decoration: none;
}
a.text:hover  {
	color: #FF6600;
	text-decoration: none;
}
