/* 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{
	font-family: "ＭＳ Ｐゴシック", osaka, Arial, Verdana, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 130%;
}



/* LinkSetting FF対策 */
A:link {text-decoration:underline; color: #0000FF}
A:visited {text-decoration:underline; color: #0000FF}
A:active {text-decoration:underline; color: #c7000b}
A:hover {text-decoration:underline; color: #c7000b0}



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

}


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

}


div#stage {
	width: 750px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


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




/* MAC_IE対策 */

/* clear要素 */
.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 */
