@import url(new_common.css);
@import url(new_page.css);
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif, "ヒラギノ角ゴ Pro W3"; 
	margin: 0; 
	padding: 0;
	height: 100%;
	background: url(../../images/3000bac.gif);
	line-height:normal;
	font-size: 12px;
}
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: underline;
	color: #CC3D1E;
}
a:active, a:visited { 
	text-decoration: none;
	color:#800080;
} 
a:hover { 
	color: #FF3D1C; 
	text-decoration: underline;
} 
.clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 970px;
}