@charset "utf-8";

h1,h2,h3,p,
img,div,form { margin:0; padding:0; border:0;}
label { cursor:pointer;}
table { border:0; text-align:left; border-collapse:collapse;}
td,th { padding:4px;}
body  {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width:800px;
	background:#FFF no-repeat top center;
	color:#393F3F;
	margin:112px auto 16px;
}

/* a */
a:link    { color:#292F2F; text-decoration:underline;}
a:visited { color:#494F4F; text-decoration:underline;}
a:hover, a:active { color:#696F6F; text-decoration:none;}


/* font-size */
h1 { font-size:20px; line-height:1.2; text-align:center;}
h2 { font-size:16px; line-height:1.2;}
h3 { font-size:12px; line-height:1.2;}
.font16 { font-size:16px; line-height:1.25;}
.font12 { font-size:12px; line-height:1.375;}
.font10 { font-size:10px; line-height:1.2;}

.mb8p4   { margin-bottom:8px; padding:4px;}
.mb16p4   { margin-bottom:16px; padding:4px;}

img.right { margin:0 0 8px 8px; float:right;}
img.left  { margin:0 8px 8px 0; float:left;}

p.page_inc { text-align:center; padding:20px 4px;}