﻿@font-face{
	font-family:'WebSubsetFont';
	src:url('../../font/WebSubsetFont.woff') format('woff');
}


@font-face{
	font-family:'sorttmillgoudy';
	src:url('../../font/SortsMillGoudy.woff') format('woff');
}


*{
	margin:0;
	padding:0;
	background-color:transparent;
	color: #222;
	font-size:9px;
	font-family:"WebSubsetFont","sorttmillgoudy","Times New Roman","メイリオ",sans-serif;
}



body{
	background:#fbfaf5;
	margin:0;
}

#wrap{
	margin:0 auto;
	margin-bottom:35px;
	padding:0px 10px;
	padding-bottom:50px;
}

h1{
	font-size:14pt;
	font-weight:normal;
	margin:15px 0;
}

table{
	background:#fff;
	width:968px;
	table-layout:fixed;
	overflow-x: auto;
	display:block;
}

table tr td{
	background:#fef4f4;
	padding:4px 3px;
	text-align:center;
	width:130px;
	white-space:nowrap;
}

table tr:first-child td{
	background:#e597b2;
	padding:2px 0;
	font-weight:bold;
	font-family:"sorttmillgoudy","WebSubsetFont","メイリオ",sans-serif;
}

table tr:first-child td:first-child{
	background:#fff;
	width:10px;
}

table tr:nth-of-type(even) td{
	background:#eebbcb;
	vertical-align:top;
}

table tbody tr .title{
	width:10px;
	vertical-align:middle;
	background:#f4f4f4;
}

h2{
	margin-top:20px;
	font-weight:normal;
	font-size:11pt;
}

h3{
	display:inline-block;
	background:#ee827c;
	font-weight:normal;
	font-size:9pt;	
	padding:2px;
	margin-top:10px;
}

p{
	clear:both;
	margin:5px auto 10px 5px;
	padding-left:2em;
	text-indent:-2em;
}