/* 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 基本 */
A:link {text-decoration:underline; color: #3366ff}
A:visited {text-decoration:v; color: #3366ff}
A:active {text-decoration:underline; color: #f03b34}
A:hover {text-decoration:underline; color: #f03b34}



/* layoutSetting */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}


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

}


div#stage {
	width: 830px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../images/body_bg.jpg);
	background-repeat: repeat-y;
}


div#wrapper{
	width: 800px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
}




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