@charset "utf-8";
/* CSS Document */
/*formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #999999;
}
hr {
	display: none;
}
/*link style 
---------------------------*/a img {
	border-style: none;
}
a:link {
	color: #0066CC;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}/* basic layout 
---------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 762px;
	margin: 0px auto;
}
#main {
	padding: 10px;
	float: right;
	width: 276px;
	line-height: 1.3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	white-space: normal;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 446px;
}
#footer {
	width: 762px;
	padding: 5px 0px 0px;
	color: #FFFFFF;
	clear: both;
}
