@charset "utf-8";

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

p{
	margin-bottom: 15px;
}

/* LinkSetting FF΍ */
A:link {text-decoration:underline; color: #0000FF}
A:visited {text-decoration:underline; color: #0000FF}
A:active {text-decoration:underline; color: #FFCC00}
A:hover {text-decoration:underline; color: #FFCC00}



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


img{
	border: none;


}


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


div#wrapper{
	width: 950px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}




/* 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 */
