@charset "UTF-8";

/* File Path: /css/default.css */

/** 
 *
 * @author Hiroaki Honshuku <madflute@gmail.com>
 * @access public
 *
 */

body {
	background-color: #EAF0ED;
}

a {
	text-decoration: none;
	color: #FF8000;
}

a:hover {
	color: #BF5F00;
}

h1 {
	width:50%;
	padding:20px;
	font-family:helvetica, sans-serif;
	text-align: center;
	color: #8184D6;
	background-color: #FFF;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#entries, fieldset {
	width:50%;
	padding: 20px;
	font-family:helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8BBFF;
	border-right-color: #9D9FD9;
	border-bottom-color: #9D9FD9;
	border-left-color: #B8BBFF;
}

input, textarea {
	font-size:95%;
	font-family:helvetica, sans-serif;
	display:block;
	margin:0 auto 10px;
	padding:4px;
	border:1px solid #333;
	width: 100%;
}
input[type=submit] {
	color: #400080;
	background-color: #E8D6F4;
    display:inline;
    width:auto;
}
input[type=hidden] {
       display:none;
}
.backlink a {
	border:thin solid #999;
	float: right;
	color: #400080;
	background-color: #E8D6F4;
	padding: 5px;
	margin-left: 5px;
}
.backlink a:hover {
	border:thin solid #999;
	float: right;
	color: white;
	background-color: #8C6BB5;
}
hr {
	margin: 20px 0;
	color: #F60;
	background-color: #F60;
}
.submit {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

.error {
  color:#F00;
  text-align:center;
  font-weight:bold;
  margin:5px 0 15px;
}

