@charset "utf-8";
#login , #change_pass{
	padding-left: 20px;
	padding-bottom: 10px;
}
td {
	font-size: 0.9em;
}


input[type=text],input[type=password]{
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.li_box {
	padding-top: 0px;
}
.round_box h2{
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-shadow: 1px 1px 1px #FFF;
	cursor: pointer;
}
.round_box h2 img {
	vertical-align: text-top;
	margin-right: 8px;
}
.round_box .li_box {
	margin-top: 10px;
}
h3  {
	padding-left: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px #FFF;
	color: #666;
	font-size: 0.9em;
	background-color: #EEE;
	border-radius: 15px 15px 0px 0px;
}
#change_pass  {
	padding-top: 15px;
}
li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	background-image: url(../../img/icon/icon_next.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 25px;
	padding-left: 20px;
	text-decoration: none;
	color: #00C;
	padding-top: 5px;
	padding-bottom: 5px;
	background-size: 18px 18px;
}
li a:hover {
	background-color: #FFDC93;
}
.li_box li:last-child  a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#contents li p{
	font-size: 0.8em;
	color: #000;
	margin-top: 3px;
	margin-left: 0px;
}
#setting li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#changeBtn {
	background-image: url(../../img/icon/icon_next.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	background-size: 18px 18px;
}
#logoutBtn {
	margin-left: 20px;
}
#login {
	padding: 0px;
}
#login img {
	margin-right: 10px;
	margin-top: 2px;
}
#login h2 {
	background-color: #EEE;
	padding-top: 5px;
	padding-left: 75px;
	border-radius: 15px 15px 0px 0px;
}
#login table {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
}
#loginBtn {
	background-image: url(../../img/icon/icon_next.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-size: 18px 18px;
}
