@charset "utf-8";

/* ---------- [default] ---------- */
* {
	margin:0;
	padding:0;
	zoom: 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
body {
	font-size:0.8em;
	background-color: #AAAAAA;
	font-family: 'Verdana', 'Lucida Grande', 'メイリオ', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif;
	background-image: url(../images/common/bgbigimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html {
	overflow-y:scroll;
}
p {
	margin:0 0 1em 0;
}
ul,ol,dl {
	list-style-type:none;
}
img,a img {
  vertical-align:bottom;
  border:none;
  background:transparent;
}
object,embed {
  vertical-align:top;
}
em,address,dfn {
	font-style:normal;
}
a:link {
	color:#1D4294;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #660000;
}
a:active {
	color:#000099;
}
.clearfix {
	 zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.texthide {
	display: none;
}

