/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Arial, "ヒラギノ角ゴ Pro W3"; 
	margin: 0; 
	padding: 0;
	height: 100%;
	line-height:normal;
	font-size: 11px;
	color: #FFF;
}
body {
	background-image: url(../../images/body-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: none;
}

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: normal;
}

a {
	text-decoration: none;
	color: #333;
}
a:active, a:visited { 
	text-decoration: none;
	color: #333;
} 
a:hover { 
	color: #FF9900; 
	text-decoration: underline;
} 
.clear {
	clear: both;
}
	
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

