@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 1cm 14mm 14mm 1cm;
	padding: 0px;
	text-align: left;
}
hr {
	display: none;
}

#header ul, #header p,#footer p, #footer ul, #sidebar {
	color: #000000;
	text-decoration: none;
	display: none;
}
h1, h2 {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	border: 1px solid #999999;
	margin-top: 10px;
}
h3, h4 {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 1px dashed #FF0000;
}
#topimage #headimg {
	width: 750px;
}
#main {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
.froatRight {
	float: right;
}
.froatLeft {
	float: left;
}
