@charset "utf-8";

* {margin:0;padding:0;}

body {
	font: 14px/1.6 arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#EEEEEE;
	background: #000022 url(common/bg.png) repeat-x;
}
#wrapper {
	width: 580px;
	margin: 0 auto;
	padding: 0 10px;
}
#header {
	height: 80px;
}
#header img.logo {
    margin: 8px 5px 0;
}
img {
    border: 0 none;
}
#contactForm {
	margin: 20px 0 0 0;
}
#contactForm p {
	margin: 20px 0;
	font-size: 110%;
}
#contactForm table th, #contactForm table {
	width: 100%;
}
#contactForm table th, #contactForm table td {
	padding: 6px;
	text-align: left;
}
#contactForm table th {
	width: 30%;
}
html body div#wrapper div#contactForm table tbody tr td.gaitou {
	border-top :1px #EEEEEE solid;
	border-bottom :1px #EEEEEE solid; 
}

#contactForm table tr.line {
	border-bottom: 1px #eeeeee solid;
}
span.hissu {
	margin-left :3px;
	color: #ff9900;
	font-size: 80%;
}
#footer {
	margin: 40px 0 10px 0;
}
#footer p.foot {
	font-size: 10px;
}