@charset "euc-jp";

a:link {
	text-decoration: none;
	color: #FF4C00;
}
a:visited {
	text-decoration: none;
	color: #FF4C00;
}
a:hover {
	text-decoration: none;
	color:#FF9900;
}
a:active {
	text-decoration: none;
	color:#FF9900;
}

.menu {
	font-size: 12px;
}


.menu a:link {
	text-decoration: none;
	color: #000000;
}
.menu a:visited {
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	text-decoration: none;
	color:#666666;
}
.menu a:active {
	text-decoration: none;
	color:#666666;
}


#info,
#form,
#thanks{
	position:relative;
	width: 673px;
}

#info,
#thanks {
	height: 780px;
}

#form {
	height: 900px;
}

#comment {
	position: absolute;
	width: 450px;
	left: 35px;
	top: 20px;
}

#form p {
	line-height: 1.5em;
}

.item {
	padding-top: 4px;
}

#form input.btn {
	padding: 2px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background: silver;
	line-height: 1em;
}


#content {
	width: 480px;
	position: absolute;
	left: 20px;
	top: 20px;
}

#content p {
	text-align: left;
	font-size: 14px;
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "Osaka¡ÝÅùÉý", Osaka-mono, monospace;
	padding-left: 15px;
}

.name {
	margin:  0 0 20px -15px;
}

#content span {
	font-size: 25px;
	font-weight: bold;
}

h2,h3,h4 {	
	margin: 0 0 10px 0;
}

h3 {
	line-height: 1.4em;
	font-size: 15px;
	font-weight: normal;
}

h3 span {
	color: #CC0000;
	font-weight: bold;
}

.input {
	font-size: 12px;
}



#menu {
	position: absolute;
	left: 518px;
	top: 0px;
	width: 155px;
}

td p {
	line-height: 1.8em;
}

#content p {
	line-height: 1.5em;
}

