body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#6699CC;
	scrollbar-track-color:#333366;
	scrollbar-shadow-color:#000033; 
	scrollbar-darkshadow-color:#000033;
	scrollbar-highlight-color:#000033;
	scrollbar-3dlight-color:#000033; 
	scrollbar-arrow-color:#000033;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

a
{
	text-decoration: none;
	color: #FFC;
}

a:hover
{
    /* リンク上にカーソルが移動した時 */
    color: #ff0000;
}

.m-black {
	font-size: 13px;
	line-height: 130%;

}

.m-red {
	font-size: small;
	line-height: 130%;
	color: #CC0000;

}
.m-white {
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;

}

.m-gray {
	font-size: 11px;
	color: #666666;
	line-height: 130%;

}


.select {

 font-size: 10pt;

 background: #ffffff;

 border: solid #FFCC00 1px

}
.button {

 background-color: #FFFF33;

 border: 1px solid #CC3333;

 color: #333333;

 cursor: hand

}


#support-box {
	background-color: #FFF;
	margin: 15px;
	padding: 10px;
	opacity: 0.6;
	width: 550px;
}

