@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

h1 {
	color:#FFFFFF;
	font-size:12px;
	padding:0;
	margin:0;
}

h1 a {
	color:#FFFFFF;
	text-decoration:none;
}

#header {
	font-size:12px;
	background:url(../image/header.gif) repeat-x;
	height:27px;
}

#headerLeft {
	padding:5px 0 0 10px;
	float:left;
	width:400px;
}

#headerRight {
	text-align:right;
	padding:5px 10px 0 0;
	float:right;
	width:400px;
	color:#FFFFFF;
}

#headerRight a {
	color:#FFFFFF;
	text-decoration:none;
}

#otherPageRoot {
	width:800px;
	margin:0 auto 0 auto;
}

#otherPageRoot h2 {
	margin:20px 0 10px 0;
	padding:0;
	color:#888888;
}

#otherPageRoot p {
	color:#AAAAAA;
	font-size:12px;
}

#otherPageRoot table {
	color:#AAAAAA;
	font-size:12px;
}

#otherPageRoot ul {
	color:#AAAAAA;
}

#otherPageRoot ul a {
	color:#AAAAAA;
}

.td1 {
	width:50px;
}

#mail {
	width:300px;
}

#subject {
	width:300px;
}

#body {
	width:300px;
	height:150px;
}

#submit {
	width:350px;
	border:1px solid #AAAAAA;
	cursor:pointer;
}