@charset "utf-8";

body, th, td {
	font-size: 14px;
}

body {
	color:#8c5c67;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	line-height:150%;
	background-color:#ffffff;
	background-image:url("../../images/back.jpg");
	background-repeat:repeat-x;
	text-align:center;
}

header, nav, section, aside, footer {
	display:block;
}

img { vertical-align:text-bottom; }

.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;}

.clickbox { cursor: pointer; }