* {
	margin:0;padding:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

body{ text-align: center; font-size: 75%;line-height: 120%; background-color: #eee;font-family: ariel, meiryo; }
table { font-size: 100%; }

a { color:#339; }
a:hover{ color:#99c; }
a img { border: 0; vertical-align: middle; }
a:hover img { color:#99c; }

button {vertical-align:middle;padding:0;background-color: #fff;margin:1px 0;cursor:pointer;border: none;}
button img{vertical-align:middle;margin:1px;}
select{vertical-align:middle;margin:1px}
.wzCtrl {border:1px solid #ccc; padding:3px;}
#sourceTa{color:#060;font-family:mono;}
#whizzyWig {border:1px solid #f93;}
.topsber {}
.login-wrap {
	width: 300px;
	margin: 100px auto;
}
.loginbox{
	padding:20px;
	display: table;
	border-width: 1px 3px 5px 1px;
	border-style: outset;
	border-color: #00f;
	background-color: #fff;
	text-align: center;
}
.formbox {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	text-align: left;
}

.formbox p {
	margin: 2px 0;
}

.formbox p.tith {
	clear: both;
	float: left;
	width: 70px;
	font-weight: bold;
	color: #060;
	line-height: 28px;
}

.form-head {
	display: inline-block;
	padding-bottom: 10px;
}

hr {
	margin: 2px 0;
}

.inps1 {
	border: 1px inset #176FC8;
	background-color: #E2E7F3;
	padding: 3px;
	width: 300px;
	ime-mode: active;
	margin-top: 5px;
}
.inps2 {
	border: 1px inset #176FC8;
	background-color: #E2E7F3;
	padding: 3px;
	width: 60px;
	ime-mode: disabled;
	margin-top: 5px;
}

.top-navi {
	margin: 10px;
	background-color: #cc3;
	padding: 10px 20px;
	text-align: left;
}

.list-table {
	margin-left: 10px;
	width: 800px;
}
	
	.list-table th {
		color: #35a;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		background: url(../mgimg/list_th.gif) repeat-x;
	}
	
	.list-table td {
		padding: 5px;
		vertical-align: top;
		text-align: left;
		background: url(../mgimg/tensen.gif) bottom repeat-x;
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}

.page-sent {
	padding: 20px;
	width: 760px;
}

	.page-sent ul {
		float: right;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		padding: 0 1px 0 1px;
	}
	
	.page-sent li a {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-size: 90%;
		text-decoration: none;
		background-color: #fff;
	}
	
	.page-sent li strong {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-size: 90%;
		font-weight: bold;
		color: #fff;
		background-color: #747bb1;
	}
	
	.page-sent li a:hover {
		background-color: #747bb1;
	}
	
	.page-sent li.prev a {
		border: 0;
		padding: 0 10px 0 16px;
		background: url(../mgimg/ic_prev.gif) left 3px no-repeat;
	}
	.page-sent li.prev a:hover { background-color: #fff; }
	.page-sent li.next a {
		border: 0;
		padding: 0 16px 0 10px;
		background: url(../mgimg/ic_next.gif) right 3px no-repeat;
	}
	.page-sent li.next a:hover { background-color: #fff; }

.input-m {
	width: 130px;
	height: 24px;
	vertical-align: top;
	border: 0;
	cursor: pointer;
	text-align: center;
	background: url(../mgimg/button.gif) no-repeat;
	margin-top: 10px;
	color: #009;
}

.input-mo {
	width: 130px;
	height: 24px;
	vertical-align: top;
	border: 0;
	cursor: pointer;
	text-align: center;
	background: url(../mgimg/button.gif) no-repeat;
	margin-top: 10px;
	color: #ccc;
}

.text-inp {
	border: 1px inset #176FC8;
	background-color: #E2E7F3;
	padding: 3px;
	width: 190px;
	ime-mode: disabled;
	margin-top: 5px;
}

.text-area {
	width: 600px;
	height: 300px;
}

.align-c { text-align: center; width: 620px; }