@charset "utf-8";

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

body {
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka－等幅";
	line-height:150%;
	background-color:#eec5d7;
	text-align:center;
}

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

a:link, a:visited {
	color:#0c5e8a;
	text-decoration:none;
}
a:active, a:hover {
	color:#0a4c70;
	text-decoration: underline;
}

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