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

h1#hatsubaichu {
		margin: 0px 0px 2px;
		padding: 0px 0px 2px;
		font-size: 18px;
		text-align: center;
		border-bottom: 1px solid #999999;
		line-height: 1em;
}
h1, h2, h3, h4, h5, h6, p    {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#contents {
	width: 450px;
	display: block;
	margin-left: 20px;
	padding-bottom: 5em;
	font-family:Trebuchet MS,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
}
#contents h2 {
	font-size: 80%;
	font-weight: normal;
	background-color: #F0F0F0;
	color: #FF6600;
	padding: 5px;
	margin-top: 15px;
}
#contents h3 {
	margin-top: 2em;
	font-size: 110%;
	color: #4F0011;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.5em;
}
#contents h4 {
	color: #32498A;
	margin-top: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.3em;
	font-size: 85%;
	padding-bottom: 0.3em;
}
#contents p, #contents ul {
	font-size: 80%;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #333333;
	overflow: auto;
}
#contents ul {
	margin-left: 0em;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
#contents li {
	display: list-item;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
#contents img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
}
