@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{
	background: #000;
	font-size: 24px;
	line-height: 1.8em;
	text-align: center;
}

#container{
	margin: 0 auto;
	width: 900px;
	padding: 0 10px;
	background: url(images/background.jpg) repeat-y;
}

strong{
	color: #f00	;
}

p{
	margin: 20px 0;
}

div#main{
	text-align: left;
}

div#main p{
	margin: 20px 30px 20px 40px;
	font-size: 18px;
}

.fig{
	display: block;
	margin: 0 auto;
}

div#howto{
	width: 720px;
	margin: 0 auto;
}

div#info{
	text-align: left;
	font-size: 14px;
}

div#info p{
	margin: 5px;
}

div#info p.title{
	font-weight: bold;
	color:#993300;
	margin-left: 30px;
}

#shiyou {
	display: table;
	width: 750px;
	border-collapse: collapse;
	border-bottom-color: #cccccc;
	margin: 0 auto;
	font-size: 12px;
}

#shiyou tbody {
	border-color: inherit;
	display: table-row-group;
	vertical-align: middle;
}

#shiyou * {
	line-height: 120%;
}
#shiyou tr {
	border-color: inherit;
	display: table-row;
	vertical-align: inherit;
}


#shiyou th {
	background-color: #ededed;
	text-align: left;
	border: #cccccc 1px solid;
	width: 30%;
	vertical-align: top;
	display: table-cell;
	padding: 7px;
}

#shiyou  td {
	background-color: #FFFFFF;
	border: #cccccc 1px solid;
	padding: 7px;
	vertical-align: top;
	display: table-cell;
	width: 70%;
}
#shiyou span {
	font-size: 80%;
	color: red;
}

#shiyou ul{
	margin-left: 30px;
}

p.banner{
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	width: 800px;
	margin: 20px auto;
}

img.qa_title{
	margin: 0;
	line-height: 0;
}

div#qa{
	width: 747px;
	background: #fff1a4;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}

div#qa h3{
	width: 747px;
	height: 50px;
	font-size: 20px;
	color: #845102;
	padding-top: 32px;
	background-image: url(images/qa_03.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	text-indent: 70px;
}

div#qa p{
	font-size: 15px;
	margin: 0 15px;
	padding-bottom: 15px;
}

div#qa p.img{
	float: left;
	width: 54px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
}

div#footer{
	font-size: 14px;
	line-height: 1.4em;
	clear: both;
	padding-top: 20px;
}


a.register{
	display: block;
	width: 721px;
	height: 90px;
	margin: 0 auto;
	text-indent: -9999px;
}
a:link.register{
	background: url(images/btn_big.jpg) no-repeat;
}
a:visited.register{
	background: url(images/btn_big.jpg) no-repeat;
}
a:hover.register{
	background: url(images/btn_biga.jpg) no-repeat;
}

a.register_s,
a.register01_s{
	display: block;
	float: left;
	width: 270px;
	height: 53px;
	margin: 0 auto;
	text-indent: -9999px;
}

a.register02_s{
	display: block;
	float: right;
	width: 270px;
	height: 53px;
	margin: 0 auto;
	text-indent: -9999px;
}

a:link.register_s{
	background: url(images/btn_01.jpg) no-repeat;
}
a:visited.register_s{
	background: url(images/btn_01.jpg) no-repeat;
}
a:hover.register_s{
	background: url(images/btn_01a.jpg) no-repeat;
}

a:link.register01_s,
a:visited.register01_s{
	background: url(images/btn_01st.jpg) no-repeat;
}
a:hover.register01_s{
	background: url(images/btn_01sta.jpg) no-repeat;
}

a:link.register02_s,
a:visited.register02_s{
	background: url(images/btn_01asp.jpg) no-repeat;
}
a:hover.register02_s{
	background: url(images/btn_01aspa.jpg) no-repeat;
}
div.contact{
	width: 550px;
	margin: 0 auto;
	clear: both;
}

img.contact_img{
	float: left;
}

a.toi{
	float: right;
	display: block;
	width: 270px;
	height: 53px;
	margin-top: 10px;
	text-indent: -9999px;
}
a:visited.toi,
a:link.toi{
	background: url(images/btn_02.jpg) no-repeat;
}
a:hover.toi{
	background: url(images/btn_02a.jpg) no-repeat;
}

div.links{
	margin: 20px;
}