body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #E3F3FF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px 40px;
	height: auto;
	width: 600px;
	border: thin solid #000099;
	text-align: left;
}
#main {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-indent: 1em;
	margin: 10px 15px 20px;
	padding: 0px;
	width: auto;
}
.komidashi {
	font-size: 14px;
	font-weight: bold;
	color: #35ABFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: auto;
}
h1 {
	font-size: 24px;
	color: #0066CC;
	line-height: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	color: #003399;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px;
	padding: 5px 0px;
	font-weight: bold;
	border-top: thin dotted #000066;
	border-bottom: thin dotted #000066;
	background: #DEEAF6;
}
h3 {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	margin: 0px 0px 15px;
	padding: 0px;
}
#button {
	height: 30px;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
}
#button h4 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/**********************/
/*ホームへホタン*/
/**********************/
#button h4 em {
	visibility: hidden;
}
#button h4#home {
	margin-left: 228px;
}
#button h4#home a {
	text-decoration: none;
	background: url(../../images/to_home.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 72px;
}
#button h4#home a:hover,#button h4#home a:active {
	background: url(../../images/to_home_ov.gif) no-repeat;
}
/**************************/
/*トップへボタン*/
/**************************/
#button h4#top {
	margin: 0px;
	padding: 0px;
}
#button h4#top a {
	text-decoration: none;
	background: url(../../images/to_top.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 36px;
}
#button h4#top a:hover,#button h4#top a:active {
	background: url(../../images/to_top_ov.gif) no-repeat;
}
/*署名*/
.name {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-align: right;
}
/*マーク*/
#main img {
	margin-left: 270px;
	padding-top: 10px;
}
