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

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #777;
}
body {
	background-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F96259;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F96259;
}
a:hover {
	text-decoration: underline;
	color: #FFE4E5;
}
a:active {
	text-decoration: none;
	color: #F96259;
}
#base {
	width: 800px;
}
#header {
	background: url(photo.gif) #fff no-repeat left top;
	border: 1px solid #ddd;
	botder-left: 0;
	height: 156px;
	padding-left: 230px;
	padding-top: 30px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal
}
h1 span {
	font-size: .8em;
	display: block
}
ul#menu {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border: 1px solid #eee;
	overflow: hidden;
}
ul#menu li {
	float: left
}
ul#menu li a {
	width: 100px;
	text-align: center;
	border-right: 1px dotted #ddd;
	padding: 5px 0;
	display: block
}
ul#menu li a:hover,.point {
	background:url(bg.png);
	font-weight: bold
}
.content {
	padding: 20px 0;
}
.content .t {
	padding: 10px 5px;
	border: 1px solid #ddd;
	botder-left: 0;
	font-weight: bold;
	background:url(bg.png)
}
.content .t:first-letter {
	color: #F65;
}
.content .td {
	padding: 10px 20px 20px 20px;
	line-height: 1.7em
}
input,textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #888;
	background: url(bg.png);
	padding: 2px;
	margin: 2px;
	border: 1px solid #ddd;
	line-height: 25px;
}
input {
	width: 200px
}
textarea {
	width: 400px;
	height: 100px;
}
#footer {
	border-top: 1px dotted #ddd;
	margin-top: 20px;
	padding: 20px;
}