/* 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;
	font-size: small;
	line-height: 130%;
	margin: 0px;
	padding: 0px;	


}


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


/* layoutSetting */
body {

}

html {
 overflow-y: scroll;
}



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

}

p{
	margin-bottom: 10px;
}

hr{
	line-height: 0px;
	visibility: hidden;

}

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;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




