.inline-block {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#contentBody { padding: 1em; }

.checkbox {
	border: 1px solid #AAA;
}
.login-label {
	padding: 4px 0px 4px 0px;
	width: 50%;
	text-align: right;
}
.login-form {
	padding-left: 0em;
	margin-bottom: 2em;
}
.loginSubmitButton{
	text-align: center;
}
.newregist-button {
	text-align: center;
}
.newregist-button a {
	text-decoration: none;
	display: block;
	border: 3px solid #AAA;
	padding: 8px 10px;
	width: 580px;
	background-color: #EEE;
	font-weight: bold;
	font-size: 1.8em;
}
#addr-button {
	font-size: 75%;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #AAA;
	margin-bottom: 2px;
}
#textfield .content {
	font-size : 200%;
	letter-spacing : 2px;
	line-height : 1.1em;
	padding : 2px;
}
.table-step {
	color: #CCCCCC;
}
.columns-step {
	background-color: #EEEEEE;
	display: inline;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
}
.columns-step a{
	background-color: #FFCC00;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.columns-step span{
	padding: 10px;
}
.columns-label {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.5em;
	padding: 4px 0px 4px 0px;
}

.columns-form {
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.columns-form-a {
	padding-right: 1em;
}
.formSubmitButton{
	text-align: center;
}
.required{
	color:#FF0000;
	/*
	font-size: 1.5em;
	position: relative;
	top: 0.1em;
	*/
	margin-left: 0.5em;
}
p .required{
	font-size: 1.2em;
	vertical-align: top;
}

.columns-field {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.columns-fieldtitle {
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 0;
}
.inline-form {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.inline-form .inline-label {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px 0px 4px 0px;
	width: 10em;
}
.inline-form div{
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
br.clear-both {
	font: 0px/1px monospace;
	font: 0px;
	height: 0px;
	line-height: 0px;
	display: none;
	clear:both;
}
.conf-id {
	font-size: 90%;
	padding-left: 1em;
	margin-bottom: 4px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	color: #333;
}
.conf-val {
	/* font-weight: bold; */
	font-size: 110%;
	padding-left: 1em;
	font-weight: normal;
	word-wrap: break-word;
}
.notice {
	color: #F00;
	font-weight: bold;
}
.alert {
	size: 1.5em;
	color: #F00;
	font-weight: bold;
}
.submit {
	background-color: #EEE;
	font-size: 120%;
	font-weight: bold;
	border: 3px solid #AAA;
	padding: 0.1em 1em;
	letter-spacing: 3px;
}
.submit-label {
	font-weight: bold;
	font-size: 120%;
	padding: 4px 0px 4px 0px;
	width: 50%;
	text-align: right;
	margin: 0px;
}
.submit-val {
	font-weight: bold;
	font-size: 150%;
	padding-left: 1em;
	margin: 0px;
}
.ime-on {
	ime-mode: active;
}
.ime-off {
	ime-mode: disabled;
}

.abusLogo {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-left: 0.1em;
	margin-right: 0.2em;
}
.nowrap {
	white-space: nowrap;
}
.pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.usercounter {
	padding: 0.2em 1em 0.1em 0.7em;

	font-weight: bold;
	font-size: 160%;
	
}
.normalfont{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}


.conf-id div{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.attention{
	color: red;
	font-weight: bold;
}