* {
	padding: 0;
	margin: 0;
}

body {
	background: #777d85 url(../images/bg.jpg) repeat-x;
	color: #1e1f21;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	letter-spacing: 0.05em;
}

legend, label, input, textarea, select, #notice, #notice {
	font: 1.1em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}
p, span, dl, ul {
	font: 1.1em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}
p {
	line-height: 1.4em;
	padding-bottom: 1em;
}
li, dt, dd {
	line-height: 1.4em;
}
dt {
	font: 1.1em Georgia, 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}

img, table {
	border: none;	
}

th {
	text-align: left;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Georgia, 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.06em;
}

h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1.2em;
	font-style: italic;
	border-top: 1px solid #381c1a;
	padding: 0.3em 0 0.1em 0;
	margin: 0 0 1em 0;
}

ul, ol {
	list-style: none;
}

a {
	color: #631a12;
	outline: none;
	font: 1em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}
a:hover, a:active {
	text-decoration: none;
}

form {
	padding: 0 0 1em 0;
}
form ul {
	font-size: 1em;
}
fieldset {
	padding: 1em 0.2em 0.2em 1em;
	margin: 0 0 1em 0;
	border: 1px dotted #1e1f21;
}
legend {
	padding: 0 0.5em 0 0.5em;
	margin: 0 0 0.2em 0;
	color: #1e1f21;
	font-weight: bold;
}
label {
	display: block;
	margin: 0 0.8em 0.8em 0;
}
input {
	border: 1px solid #666666;
	margin: 0.1em 0 0 0;
	padding: 0.2em;
	background: #e0ddd5;
}
textarea {
	border: 1px solid #666666;
	margin: 0.1em 0 0 0;
	padding: 0.2em;
	width: 98%;
	height: 230px;
	background: #e0ddd5;
}
select {
	border: 1px solid #666666;
	margin: 0.1em 0 0 0;
	padding: 0.2em;
	background: #e0ddd5;
}

input:focus, textarea:focus, select:focus {
	background: #d0cdc5;
}

#form_login {
	width: 380px;
}
#guestbook_comment {
	width: 400px;
	height: 80px;
}
#guestbook_valcode {
	width: 45px;
}

.float {
	float: left;
}
.clear {
	clear: both;
}
.clearall {
	height: 0px;
	clear: both;
	font-size: 0px;
}

#notice {
	border-left: 3px solid #631a12;
	padding: 0 0 0 0.8em;
	margin: 0 0 1em 0;
	color: #631a12;
}
