#body {
	line-height: 1.4em;
	word-spacing: 0.1em;
	width: 100%;
}
#body h1 {
	font-size: 1.4em;
	line-height: 1.8em;
}
#body h2 {
	font-size: 1.3em;
	line-height: 1.6em;
}
#body h3 {
	font-size: 1.2em;
}
#body h4 {
	font-size: 1.0em;
}
/* WELCOME */
#welcome-index {
	display: block;
	width: 800px;
	text-align: right;
	padding: 0 45px 25px 45px;
	margin: 0 auto;
}
#welcome-register-wrapper {
	display: block;
	width: 100%;
	background-color: #DDDDDD;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}
#welcome-register {
	width: 800px;
	text-align: justify;
	margin: 0 auto;
	padding: 20px 45px;
}
#welcome-register-left {
	float:left;
	width: 400px;
}
#welcome-register-right {
	float: right;
	width: 400px;
	text-align: center;
}
#welcome-register-left ul li {
	border-bottom: 1px solid #BBBBBB;
	padding: 15px 0;
}
#welcome-register-left ul li.last {
	border-bottom: none;
}
img.welcome-register-left-store {
	text-align: left;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 8px;
}
#welcome-register h3 {
	text-align: center;
	margin-bottom: 20px;
}
#welcome-register form, #welcome-bugs form {
	font-size: 12px;
	font-family: Arial;
}
#welcome-register .submit {
	font-weight: bold;
}
#welcome-register th, #welcome-bugs th {
	text-align: right;
	padding: 10px 6px;
	width: 100px;
}
#welcome-register th {
	font-weight: normal;
}
#welcome-register td, #welcome-bugs td {
	padding: 10px 0;
}
#welcome-register-clear {
	clear: both;
}
#welcome-guide-wrapper {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
}
#welcome-guide {
	width: 800px;
	text-align: justify;
	margin: 0 auto;
	padding: 45px 45px 25px 45px;
}
#welcome-guide-left {
	float:left;
	width: 400px;
}
#welcome-guide-right {
	float: right;
	width: 360px;
	padding: 0 20px;
}
#welcome-guide-right h3 {
	text-align: center;
	padding-top: 0;
}
#welcome-screenshots-wrapper .screenshot {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 auto;
	text-align: center;
}
#welcome-guide-clear {
	clear: both;
}
#welcome-bugs {
	text-align: justify;
}
#welcome-bugs th {
	vertical-align: top;
}
#welcome-bugs th, #welcome-bugs td {
	padding: 12px 20px;
}
#welcome-bugs table {
	margin-top: 45px;
}
#welcome-bugs textarea {
	font-family: Arial;
	font-size: 12px;
	padding: 20px 6px;
}
#welcome-bugs .submit {
	background-color: #CCCCCC;
	font-weight: bold;
}
/* PROFILE */
#profile-login form, #profile-register form {
	width: 400px;
}
#profile-login table, #profile-register table {
	margin-top: 20px;
}
#profile-login .submit, #profile-register .submit {
	font-weight: bold;
	background-color: #CCCCCC;
}
#profile-login tr, #profile-register tr, #profile-rescue_code tr, #profile-rescue_password tr {
	border: none;
}
#profile-login tr:hover, #profile-register tr:hover, #profile-rescue_code tr:hover, #profile-rescue_password tr:hover {
	background: none;
}
#profile-login th, #profile-register th, #profile-rescue_code th, #profile-rescue_password th {
	text-align: left;
	padding: 10px 6px;
	width: 100px;
	border: none;
}
#profile-login td, #profile-register td {
	padding: 10px 0;
	border: none;
}
#profile-backup .container .submit{
	margin-top: 25px;
}
#profile-index-table tr.last:hover,#profile-edit-table tr.last:hover, #profile-password-table tr.last:hover {
	background: none;
}
/* SEARCH */
#search-form form {
	margin: 25px;
	font-size: 12px;
}
#search-form #keyword {
	margin-right: 6px;
	height: 18px;
	font-size: 12px;
}
#search-form .search-button {
	border: none;
	font-weight: bold;
	cursor: pointer;
	color: #777777;
	font-size: 12px;
}
#search-form .search-button:hover {
	color: #555555;
}