/* 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: #c7000b}



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

}


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

}

hr{
	margin: 0px;
	padding: 0px;
	height: 1px;
}

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


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




#FollowBadge {
	background-image: url(../../images/bn.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 30px;
	z-index: 8765;
	top: 400px;
	right: 0px;
	position: fixed;
	left: auto;
	bottom: auto;
}

