* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
a:link { color: #353535; text-decoration: underline; }
a:hover { color: red; text-decoration: underline; }
a:visited { color: #353535; text-decoration: underline; }
a:active { color: purple; text-decoration: underline; }
body {
	color: #353535;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #FFF;
}
#outcontainer {
	background-color: white;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header {
	background-color: #fff;
	width: 100%;
}
#main {
	background-color: white;
	width: 100%;
}
#footer {
	background-color: #fff;
	width: 100%;
	clear: both;
	text-align: center;
}
#main2 {
	background-color: white;
	width: 174px;
	float: left;
}
#main3 {
	background-color: white;
	width: 623px;
	clear: none;
	float: right;
}
.blockpad {
	padding: 10px;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	line-height: 26pt;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	line-height: 20pt;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 16pt;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
}
h6 {
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
}
#outcontainer #main #mailform .mailform tr th {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
