@charset "Shift_JIS";
/*　基本構造　*/

html {
	background: #535759 url(../images2/bg.gif) no-repeat center top;
	color: #FFFFFF;
}

body {
	background: #535759 url(../images2/bg.gif) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #FFFFFF;
}

img {
	border: 0 none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
	

/*　リンク　*/

a:link {
	color: #9ED1EA;
	text-decoration: none;
}
	
a:visited {
	color: #9ED1EA;
	text-decoration: none;
}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



/*--------------------------------------------------------------------

  styles for  #wrapper height:100%

--------------------------------------------------------------------*/

html, body, #wrapper {
	height: 100%;
}

#wrapper{
	min-height: 100%;

}

body > #wrapper {
	height:auto;
}