@charset "utf-8";

body {
	text-align:center;
	font-size: 12px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	color: #000000;
	line-height:150%;
	background-color: #ffffff;
	background-image:url(../img/back.gif);
	background-repeat:repeat-x;
}

h1 {
	font-size:12px;
	font-weight:normal;
	padding:10px 0px 0px 14px;
}


a:link, a:visited {
	color:#0066cc;
	text-decoration:underline;
}
a:active, a:hover {
	color:#0099ff;
	text-decoration: underline;
}

.center { text-align:center; }
.left { text-align:left; }
.right{ text-align:right; }

.bold {font-weight:bold; }

.red {color:red;}

.size10 { font-size:10px;}
.size11 { font-size:11px;}
.size12 { font-size:12px;}
.size16 { font-size:16px;}

.orange_back{
	background-color:#CCCC00;
}
.yellow_back {
	background-color:#CCCC66;
}
