@charset "utf-8";

body{
}
h1{
	font-size: 1em;
}
h3{
	color:red;
}

table{
}

#container {
	/*コンテンツ中央寄せ*/
	position: absolute;
	left: 50%;
	margin-left: -400px;
	/*コンテンツ中央寄せ*/
	width: 805px;
	background-color:#111;
	color: white;
}

img{
	border-style:none;
}

a {
	border-bottom: dotted #262626 1px;
	color: white;
	font-weight:900;
	text-decoration: none;
}

a:hover {
	border: none;
	color:#ff0000;
	text-decoration: none;
}

input {
	border: solid #ccc 1px;
	color: #000;
	background: #fff;
}
input:hover {
	border-color: #f51f3d;
	color: #f51f3d;
}

textarea#info {
	width: 250px;
	height: 300px;
	background-color: transparent;
	color: white;
	font-weight: bold;
}

textarea#biko {
	width: 500px;
	height: 150px;
}
