/* CSS Document */
@import url(common.css);

/*------▼ページ全体------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	margin: 0; 
	padding: 0;
	height: 100%;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

ul,dl,ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th {
	font-size: 100%;
	font-weight: normal;
	font-style: nomal;
}
a {
	text-decoration: none;
	color:#000;
}
a:active, a:visited { 
	text-decoration: none;
	color:#000;
} 
a:hover { 
	color: #000; 
	text-decoration: underline;
} 

#wrapper {
	min-height: 100%;
	height: auto !important;
	background: url(../images/wrap_bg.gif);
	width: 820px; 
	margin: 0 auto;
	font-size: 12px;
	height: 100%;
} 

#main-wrap {
	margin: 0 auto;
	padding: 0;
	width: 800px; 
}
.clear {
	clear: both;
}