/*基本設定------*/
body { background-position: center 0; text-align: center; margin: 0; padding: 0;
}

#content { background-color: white; text-align: left; margin: 0 auto; padding: 0;
}

h1,h2,h3,h4 { margin: 0; padding: 0; }

img{border:0px;}

/*header部分------*/
#header { position: relative;
	margin: 0;
	background-color: #000;
	height: 30px;
	padding: 0;
}

#header ul { 
	color: #fff;
	font-size: small;
	line-height: 2em;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#header li { 
	color: #fff;
	line-height: 2em;
	padding: 3px 0 0 20px;
	float: left;
	font-weight: bold;
	font-size: small;
}

#header a {
	color: #c2c2c2;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

#header span {
	font-size: 8px;
}



/*main部分------*/
#main { background-color: white;
	padding: 0;
	margin: 0;
	clear: both;
}

#kensaku {
	height: 50px;
	padding: 20px 0 0 30px;
	margin: 0;
	background-color: #ececec;
}

#kensakumado {
	background-color: white;
	border: 1px solid #d8d8d8;
	height: 28px;
	width: 600px;
	margin-left: 90px;
	margin-top: -28px;
	vertical-align: middle;
	text-indent: 10px;
	font-size: medium;
	color: #000;
	line-height: 2em;
}

.kensaku_Bu {
	margin-top: -28px;
	margin-left: 710px;
}

#result_area {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#result_area dl {
	margin: 0 0 40px;
	padding: 0;
}

#result_area dt {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.6em;
}

#result_area dd {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: small;
	line-height: 1.6em;
}

#result_area span {
	color: #009933;
}

#result_area a,#result_area a:hover {
	color: #1122CC;
	text-decoration: underline;
}

/*ページトップへ-----*/
#pagetop a { font-size: xx-small; background-image: url(../images/goto_top.gif); background-repeat: no-repeat; text-indent: -9999px; width: 80px; height: 18px; overflow: hidden; display: block;
	left: 860px;
	position: relative;
	float: left;
	margin-top: 20px;
	padding-bottom: 5px;
	clear: both;
}
