html {
	color: #333;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 1em;
	//font-size: 0.75em;
	//line-height: 1.6em;

}

a:link {
	color: #41ADAD;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #41ADAD;
	text-decoration: none;	
}

a:hover {
	color: #41ADAD;
	text-decoration: underline;
}

ul {
	width: 500px;
	margin: 0 auto;
}

ul li {
    list-style: none;
    margin:0px;
    padding:10px;
}

dt {
	float: left;
	clear:left;
	width: 120px;
}

dd {
	float: left;
	width: 200px;
}

label {
	width: 150px;
	float: left;
}

input#button1 {
    display: block;
    margin: 0 auto;
	margin-top:30px;
}
input#button2 {
    display: block;
    margin: 0 auto;
}


.box1 {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	margin-bottom:30px;
	font-size: 1.2em;
}

.box2 {
	margin: 0 auto;
	width: 400px;
}

.box3 {
	border-width: 1px;
	border-style: solid;
	border-color: #41ADAD;	
	margin: 0 auto;
	width: 560px;
    padding:10px;
	margin-bottom:30px;
}

.box4 {
	margin: 0 auto;
	width: 460px;
    padding:10px;
}

th {
    padding:5px;
	background-color: #ddd;
	width: 150px;
}

td {
    padding:5px;
}

.box9 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #41ADAD;	
	margin: 0 auto;
	width: 900px;
	text-align: center;
	font-size: 0.75em;
}

.sc {
    width: 900px;
    margin: 0 auto;
}

.txt_center {
	text-align: center;
}

.step {
    width: 640px;
    margin: 0 auto;
}

input[type="text"] {
  width: 300px;
  height: 20px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
input[type="password"] {
  width: 300px;
  height: 20px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="password"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

.logout {
	border-radius: 4px;
	background-color: #555;
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 30px;
	font-size: 0.8em;
	float: right;
	color: #fff;
}

.logout:hover {
  background-color: #59b1eb;
}

.del_btn {
	border-radius: 4px;
	background-color: #ddd;
	display: inline-block;
	width: 50px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 20px;
	font-size: 0.8em;
	color: #fff;
}

.del_btn:hover {
  background-color: #eee;
}

.upd_btn {
	border-radius: 4px;
	background-color: #ddd;
	display: inline-block;
	width: 60px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 30px;
	color: #fff;
}

.upd_btn:hover {
  background-color: #eee;
}

.text_error {
	width: 540px;
	margin: 0 auto;
	font-weight: bold;
	color: #ee6666;
}

.err_bdr {
	width: 540px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #ee6666;
    border: solid 2px #ee6666;
}

.err {
	font-weight: bold;
	color: #ee6666;
}
