@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%;
}


body{
 font-family: "MS ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p{
	margin-bottom: 15px;
}

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



/* layoutSetting */



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;
	background-image: url(../../images/back_mid.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


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




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

