@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
body {
	text-align: center;
	color: #333;
	background-color: #FFF;
}
form fieldset {
	border-width: 0px;
}
form legend {
	display: none;
}
form input {
	border: 1px solid #BBB;
	height: 1.6em;
	padding-top: 1px;
	padding-left: 3px;
	line-height: 1.2em;
	vertical-align: middle;
}
form textarea {
	border: 1px solid #BBB;
	padding: 3px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}
form input, form textarea, form select, form .radio, form .checkbox {
	margin: 1px 0px;
}
form label {
	cursor: pointer;
}
form label input {
	border: 0px;
}
form select {
	vertical-align: middle;
}
form select option {
	padding-right: 4px;
}
form select optgroup option {
	margin-left: 24px;
}
h1, h2, h3 {
	margin: 20px 0px;
}
h1, h2 {
	font-size: 1.5em;
	color:#5E318F;
}
em {
	font-style: normal;
}
ul li {
	margin-left: 16px;
}
ul, p {
	margin: 10px 0px;
}
dl dd {
	margin-left: 25px;
	margin-bottom: 15px;
}
dt, dd, li, p {
	line-height: 1.3em;
}
address {
	text-align: center;
}
div#container {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}
div#contents div.box {
	color: inherit;
	background-color: #FAFAFA;
}
div#contents div.box {
	border: 1px solid #BBB;
	padding: 0px 8px;
}
div#copyright {
	text-align: center;
	margin: 16px 0px;
	visibility:hidden;
}
/* フォーム背景をゼブラ柄にする */
/*
.zebra0 {
	color: inherit;
	background-color: inherit;
}
.zebra1 {
	color: inherit;
	background-color: #F1F1F1;
}
*/
p.navi em {
	text-decoration: underline;
}
p.navi span {
	margin: 0px 5px;
	color: #AAA;
	background-color: inherit;
}
p.scrltop {
	text-align: right;
}
em.required {
	margin-left: 2px;
	font-size: 0.9em;
	color: #5E318F;;
	background-color: inherit;
}
em.example {
	color: #999;
	background-color: inherit;
}
*.group-name {
	display: block;
	border-bottom: dotted 1px #DDD;
	font-size: 10px;
	color: #999;
	background-color: inherit;
}
*.group {
	display: block;
	margin: 1px 0px;
	padding: 0px 20px;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}
p.button {
	text-align: center;
}
input.button {
	height: 2.2em;
	text-align: center;
	cursor: pointer;
}
input.cancel {
	width: 6em;
	color: #FFF;
	background-color: #750000;
	letter-spacing: 1px;
}
input.submit {
	width: 11em;
	color: #FFF;
	background-color: #236;
	letter-spacing: 4px;
}
/* livevalidation.js */
em.error, ul.error {
	display: block;
	color: #F60;
	background-color: inherit;
}
input.error, textarea.error, select.error, span.error label {
	color: inherit;
	background-color: #FFE7D7;
}
em.good {
	display: block;
	color: #4DB35B;
	background-color: inherit;
}
input.good, textarea.good, select.good, span.good label {
	color: inherit;
	background-color: #CBE9CF;
}
#hide {
	visibility:hidden;
}
.formTable {
	width:600px;
	vertical-align:top;
	border-collapse:collapse;
	border:1px solid #CCC;
	margin-bottom:10px;
}
.formTable th{
	background-image:url(../images/bg_table.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	border-width: 1px 0px;
	border-color: #CCC;
	border-style: solid;
	width:120px;
	padding: 5px;
	font-weight:bold;
}
.formTable td{
	vertical-align:top;
	border-width: 1px 0px;
	border-color: #CCC;
	border-style: solid;
	padding: 5px;
}
#headerBlock {
  width: 100%;
  background: #000;
}

#headerLogo {
  text-align: right;
  width: 600px;
  margin: 0 auto;
}

.downloadbox { margin:20px 10px; }
.readerbox { padding:20px; background-color:#FFF0E6; }
.readerText { float:left; margin-top:3px; }
.readerLink { float:right; }
.clearfix { 
	content: '';
	display: block;
	clear: both;
	height:0;
	overflow:hidden;
	/zoom: 1; /* IE */
}
