html {	height: 100%;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	color:#666666;
	margin: 0px;
	padding: 0px;
	background-color:#fffaf0;
	font-size:12px;
	line-height: 18px;
	height: 100%;
	background-image:url(../img/container_line.gif);
	background-repeat:repeat-y;
	background-position:left;
	}


#wrapper{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	border-collapse:collapse;
	border-spacing:0;
}

#top_navi{
	width:520px;
	margin:100px auto 0;
}

#top_navi ul{
	margin:140px 156px 0 156px;
	padding:0;
}

#top_navi li{
	list-style:none;
	float:left;
	margin:10px;
}

#container{
	width:590px;
	margin:0 auto 0;
	text-align:left;}
	
#header {
	width:590px;
	margin:40px 0 0 0;
}

#header h1{
	float:left;
	margin:0 0 0 0;}

#header #navi { margin:15px 0 0 0; padding:0 0 0 30px; float:right;}  
#header #navi li { margin:0 0 0 10px; display:inline; list-style:none; }  

#main{
	width:590px;
	text-align:left;}


/*--お問い合わせ--*/

table#contact{
	width:590px;
	margin:10px 0 0 0;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table#contact th{
	width:150px;
	padding:0 0 0 10px;
	font-weight:normal;
	text-align:left;
}

table#contact td{
	width:440px;
	padding:0;
	text-align:left;
}

table#contact strong{
	color:#FF0000;
}

table#contact p.error{
	color:#FF0000;
	font-weight:bold;
	margin:5px 0 0 0;
}


/*--会社概要--*/

table#company{
	width:590px;
	margin:30px 0 0 0;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table#company th{
	width:130px;
	padding:0 0 0 10px;
	text-align:left;
	font-weight:normal;
}

table#company th.midashi{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 2px #666;
	padding-bottom:10px;
}

table#company td{
	width:460px;
	padding:0;
	text-align:left;
}

table#company ul{ margin:0 0 0 -20px;}  
table#company li { margin:0; list-style-type: decimal;}  


.pagetop{
	width:590px;
	text-align:right;
	}

a:link { color:#e71222; text-decoration:none; }
a:visited { color:#e71222; text-decoration:none; }
a:hover { color:#e71222; text-decoration:underline; }



