@import url(/library/head.css);
@import url(foot.css);

body {
	background-color:#ffffff;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x repeat-y;
	background-position: left top;
}

div {
	text-align: left; }

a {
	cursor: pointer; }

h1 {
	background-color:#dd0000;
	color:#ffffff;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

h3 {
	background-color: #88547b;
	color:#ffffff;
	padding: 5px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h4 {
	font-weight:bold;
}

.midashi {
	border: 5px solid #53a4c4;
	padding: 10px 15px;
	font-size: 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; }

.attention {
	margin: 0 0 0 13px;
	text-indent: -8px; }

footer {
	margin-bottom: 30px; }

.textarea {
	margin-bottom:20px;
}

.btnarea {
	margin-top:20px;
	background-color: #eebbcc;
	color:#ffffff;
	text-align:center;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.b000 {
	font-weight:bold;
}

.button {
	background-color: #f5991d;
	font-size:1.6em;
	color: #ffffff;
	text-align: center;
	padding:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.button a {
	color: #ffffff;
}
.button:hover {
	background-color: #9cc939;
}
