@charset "utf-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	text-align: left;
} 

/*basic style*/


body {
	font-size: 90%;
	line-height: 120%;
	color: #333333;
	background-color: #eee;
	text-align: left;
	margin: 3px;
	padding: 3px;
}

h1 {color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

h2 {color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

h3 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}

/*layout style*/

#outerGroup {
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
	width: 820px;
}


#header {
	height: 364px;
	width: 480px;
}

