@charset "EUC-JP";

/* CSS Document */

#mainwrapper {
	width: 928px;
	margin: 0 auto 0 auto;
	background: url(../images/menu_bg.jpg) no-repeat;
}

a:link, a:visited {
	color: #00A0E7;
	text-decoration: none;
}

a:hover, a:active {
	color: #111111;
}

.formfield {
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}

.line {
	background: url(../images/dot.png) center repeat-x;
}

.contentbody {
	font-size: x-small;
	padding: 0 0 10px 0;
	line-height: 18px;
}

h1#title {
	background-image: url(../images/contact_ti.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	padding: 0 0 6px 0;
	clear: both;
}

div#box {
	background-image: url(../images/dither.png);
	/*background-color: #E1E3E4;*/
	border: 1px solid #B1B8BD;
	width: 612px;
	padding: 18px;
}

h4#name {
	font-size: small;
	font-weight: bold;
	color: #00A0E7;
	line-height: 24px;
}

}
h5#timestamp {
	font-size: x-small;
}

.leftbox, .rightbox {
	padding: 12px;
	font-size: small;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}