@charset "UTF-8";

/* IE-win only */
* html #container {
	height: 1%;
	background-color: #000000;
}


/*	リセットCSS
----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:separate;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
}
#container {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(images/info-header.gif);
	background-repeat: no-repeat;
	height: 300px;
	background-position: center;
}
#header   h1 {
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 30px;
	width: 800px;
	height: auto;
	color: #000000;
	padding-top: 5px;
}
#caption {
	height: 110px;
	width: 750px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
}
#caption  h2 {
	font-size: 45px;
	font-weight: bold;
	color: #E83DF7;
}
#contents {
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6D3DF7;
	border-left-color: #6D3DF7;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 120px;
}
#block1 {
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CDBFF7;
	padding-top: 25px;
	clear: right;
	padding-bottom: 25px;
}
#block1 table {
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.tableTxt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
}
.leftCell {
	background-color: #6D3DF7;
	width: 200px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	color: #FFFFFF;
}
#block1 #button {
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	height: 55px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 13px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a:hover {
	color: #000000;
}
#footer address {
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
