@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo, "ＭＳ　Ｐゴシック", sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	color: #454545;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
.clearfix {
	display: inline-block;
	clear: both;
}
*html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
	clear: both;
}

a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #7E7E7E;
}
a:active {
	color: #3399CC;
}
input.text {
	margin: 3px;
	padding: 2px;
	border: 1px solid #999999;
}
textarea.text {
	margin: 3px;
	padding: 2px;
	border: 1px solid #999999;
}
span.red {
	color: #FF0000;
}
span.bold {
	font-weight: bold;
	letter-spacing: 1.2px;
}
img {
	border: none;
}
div.credit {
	font-size: 0.74em;
	text-align: right;
	color: #666666;
}

div#wrap {
	margin: 0 auto;
	padding: 0 15px;
	width: 980px;
	background: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
}
div#header {
	width: 950px;
}
div#header h1 {
	float: left;
	display: inline;
	margin: 5px 0;
}
div#header h2 {
	padding: 3px 0 2px 7px;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	background: #3AC;
	color: #FFF;
}
div.headersearchbox {
	float: right;
	display: inline;
	margin: 7px;
	padding: 24px 0 0 0;
	width: 320px;
	background: url("./images/search.gif") no-repeat;
}
div.headersearchbox input.keyword {
	padding: 2px;
	width: 240px;
	border: 1px solid #999999;
}

div#footer {
	margin: 5px 0 5px 0;
	color: #999;
	text-align: center;
	clear: both;
	letter-spacing: 1px;
}

div#container {
	width: 950px;
	float: left;
	position: relative;
}
div#main {
	margin: 24px 0 0 0;
	width: 950px;
}

div#contact {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	font-size: 0.8em;
}
div#contact ul {
	list-style: none inside;
	float: right;
}
div#contact ul li {
	float: right;
	padding: 3px;
}
div#searchbox {
	margin: 7px;
	padding: 24px 0 0 0;
	width: 320px;
	background: url("./images/search.gif") no-repeat;
}
div.searchbox input.keyword {
	width: 240px;
	border: 1px solid #999999;
}

div.searchresult {
	margin: 7px 0;
	width: 950px;
	font-size: 1.2em;
}
div.searchresult a {
	padding: 2px;
	display: block;
	width: 946px;
	text-decoration: none;
	line-height: 1.4;
	background: #FFF;
	border: 1px solid #FFFFFF;
}
div.searchresult a:hover {
	display: block;
	text-decoration: none;
	line-height: 1.4;
	background: #FF9;
	border: 1px solid #090;
}
div.searchresult img.thumb {
	float: left;
	display: inline;
	margin: 5px;
	width: 100px;
	height: 100px;
}
div.searchresult span.title {
	color: #0000FF;
	font-weight: bold;
}
div.searchresult span.desc {
	color: #454545;
}
div.searchresult span.url {
	font-size: 0.8em;
	color: #090;
	letter-spacing: 1px;
}
div.searchresult span.str {
	background: #FFFF00;
	font-weight: bold;
	color: #FF0000;
}

table#company {
	width: 320px;
}
table#company th {
	padding: 3px;
	width: 100px;
	text-align: right;
}
table#company th#companyhead {
	padding: 3px;
	width: 320px;
	text-align: left;
}

table#mail {
	width: 100%;
}
table#mail th {
	padding: 3px;
	width: 170px;
	text-align: right;
	vertical-align: top;
}
