/* CSS Document */
body {
	margin: 0px;
	font: 12px/19px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
}

a{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
	text-decoration: none;
}


a:hover{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #ce9c6b;
	text-decoration: none;
	height: 39px;
}

.clear{
	clear: both;
}


#Header {
	width:1000px;
	height:101px;
	margin: 0px auto;
}


#Footer {
	width:1000px;
	height:163px;
	margin: 0px auto;
}


#Main {
	width:1000px;
	margin: 0px auto;
	background: url(../images/back_color.gif) repeat-y top;
}

#MainRight {
	width:201px;
	float: right;
	background: #fafaf2;
}

#MainLeft {
	width:795px;
	float: left;
}
