@charset "utf-8";

body {
	text-align:center;
	font-size:13px;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #000000;
	line-height:130%;
	background-color: #f6e5ed;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;
}

a:link, a:visited {
	color:#0066cc;
	text-decoration:underline;
}
a:active, a:hover {
	color:#0099ff;
	text-decoration: underline;
}

strong { font-weight:normal; }
em { font-style:normal; }

.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;}
