@charset "UTF-8";

* {
	margin:0;
	padding: 0;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 13px;/*　基本文字サイズ　*/
	*font-size: small;/*　ＩＥ７およびＩＥ６標準準拠モードに適用　*/
	*font: x-small;/*　ＩＥ６互換交互モードに適用　*/
	text-align: left;
	background: #0f52bc;
	color: #746B5A;
	}

img {
	line-height: 0;
	border: none;
	vertical-align: top;
}

ul {
	list-style-type: none;
}

.section {
	font-size: 107%;
}

a:link {
	color:#d40100;
}
	
h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
}

div.section:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

table {
	margin: 10px auto;
	width: 480px;
	background: #fff ;
	border-collapse: collapse;
	font-size: small;
}

table th,
table td {
	padding: 10px;
	border: 1px solid #d5d5ce;
}

table tbody th {
	background: #eeeee8;
	width: 30%;
}

table thead th {
	background: #deded3;
}

table td ul {
	margin: 20px 0 0 20px;
	list-style-type: disc;
	list-style-position: inside;
}