@charset "utf-8";

html {
 overflow-y: scroll;
}

/* FontSizeSetting */
body,h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,form,blockquote,dd,dt,address{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}




p{
	margin-bottom: 15px;
}

/* LinkSetting FF΍ */
A:link {
	text-decoration:none;
	color: #1d2088
}
A:visited {text-decoration:none; color: #1d2088}
A:active {text-decoration:none; color: #1d2088}
A:hover {text-decoration:underline; color: #00F}



/* layoutSetting */
body {
	margin: 0px;
	padding: 0px;
}


img{
	border: none;
	vertical-align: bottom;

}


#stage {
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


#wrapper{
	width: 900px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	background-color: #FFFFFF;

}




/* MAC_IE΍ */

/* clearvf */
.cbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cbox {display: inline-table;}

/* Hides from IE-mac \*/
* html .cbox {height: 1%;}
.cbox {display: block;}
/* End hide from IE-mac */
