@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}*/
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* パンくず */

#pan {
	margin: 20px 0;
	padding: 10px 0;
	font-size: 12px;
	color: #999999;
	text-align: left;
}
#pan li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
	padding: 0;
}
/* リンク */

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: none;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
a img {
	border-style: none;
}
/* レイアウト */

body {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 130%;
	background-color: #ffff66
}
div#container {
	width: 700px;
	background-color: #ffff66;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
div#container .l {
	padding:0 20px 0 0;
}

/* メイン */

body h1 {
	font-size: 160%;
	font-weight: bold;
	color: #C00;
	margin: 10px 0;
}
body h2 {
	font-size: medium;
	line-height: 140%;
	color: #c00;
	margin: 10px 0;
}
body h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	color: #000;
}
body .data {
	font-size: 60%;
	line-height: 130%;
}
body p {
	font-size: 90%;
	margin: .8em 0;
	line-height: 140%;
}
.hr {
	margin: 10px 0;
}
ul{
padding-left:1em;
font-size: 90%;
line-height: 140%;
color: #000;
}
li{
list-style-type:disc;
margin: .5em 0;
}


/* フッター */

div#footer {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin: 20px 0 60px 0;
}
