* {
	margin:0 auto;
	padding:0;
	font-style: normal;

}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	background-color: #000000;
	text-align: center;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	color: #000000;
}
#box_index {
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/yoroi2.gif);
	background-repeat: no-repeat;
	background-position: right 150px;
	height: 100%;
	background-color: #BEDDBD;

}
#box_about {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/yoroi.gif);
	background-repeat: no-repeat;
	background-position: left 150px;

}
#box_setting {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/kikou.gif);
	background-repeat: no-repeat;
	background-position: left 150px;
	height: 100%;

}
#box_characters {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/mushi.gif);
	background-repeat: no-repeat;
	background-position: right 145px;
	height: 100%;

}
#box_rules {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/samurai.gif);
	background-repeat: no-repeat;
	background-position: left 150px;

}
#box_faq {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/kugutsu.gif);
	background-repeat: no-repeat;
	background-position: right 150px;

}
#box_support {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/ningyo.gif);
	background-repeat: no-repeat;
	background-position: right 150px;

}
#box_links {
	background-color: #BEDDBD;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
	background-image: url(pics/juso.gif);
	background-repeat: no-repeat;
	background-position: left 150px;
	height: 100%;

}
.section {
	text-align: left;
	width: 500px;
}
tr {
	padding: 00px;
}
td {
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px solid #000000;
}
table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 20px;
}

input {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.center {
	text-align: center;
}


a:link {
	color: #770000;
}
a:hover {
	color: #666699;
}
a:visited {
	color: #660066;
}
p { 
    font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-bottom: 15px;
}
p.caption {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	width: 160px;
}
h1 {
	padding-top: 10px;
	padding-bottom: 5px;
}
h1.invisible {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;

}
h2 {
	padding-top: 13px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	margin-bottom: 10px;
	color: #006633;
}
h2.large {
	font-size: 16px;
	margin-bottom: 15px;
}
.columleft {
	float: left;
	width: 208px;
	text-align: center;
	background-color: #E9F3E9;
	margin-top: 13px;
	margin-right: 28px;
	margin-left: 28px;
	border: 1px solid #006633;
	padding-top: 25px;
}
.columright {
	float: left;
	text-align: left;
	width: 440px;
	margin-left: 5px;
}
