@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	height:100%;
	font-family:Tahoma;
}

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;
}



address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size:inherit;
    font:100%;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align: top;
}

li {
	list-style-type: none;
}
a {
	cursor: pointer;
}

/*--- default */
body {
	background:#fff url(../img/bg.gif) repeat-x;
	color: #666;
	font-size: small;
	*font-size:small;
    *font:x-small;
	line-height: 1.6;
	height:100%;
	letter-spacing: 0;
}

#index{
	background:#fff url(../img/bg_index.gif) repeat-x;
}

#wrapper{
min-height:100%;
height: auto !important;
height:100%;
}

	html>/**/body { /* Except IE */
		line-height: 1.6em;
		font-size: 12px;
	}
.aaaaa {
	color: #3162DB;
}
