/* ********************************************************************************** **
**  File   : style.css
**  Author : human.co.jp
**  Date   : 2008/04/01 ( Create )
** ********************************************************************************** */
/**
 * ALL
 */
@charset "utf-8"
* {
	vertical-align :top;
}
/**
 * BODY
 */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	background-color: #999999;
}
/**
 * container
 */
#container {
	width:750px;
	margin:0 auto;
	padding:0;
}
/**
 * TABLE
 */
table {
	width: 750px;
	background-color: #ffffff;
}
table td {
	vertical-align:top;
}
/**
 * DIV
 */
div.topic {
	width:470px;
	height:200px;
	padding: 0px;
	margin:0px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	overflow: auto;
	color: #555555;
	font-size:12px;
	text-align: left;
	line-height:1.2em;
}
div.topic p {
	padding:0;
	margin:0;
	font-weight:bold;
}
div.topic ul {
padding: 0;
margin: 0;
}
div.topic li {
margin: 0 0 0.8em 0;
padding:0 0.5em;
}
div.service {
	width:460px;
	padding: 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	color: #555555;
	text-align: left;
	line-height:1.5em;
	white-space: normal;
}
div.news {
	width: 160px;
	height: 170px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	color: #ff0000;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
div.inquiry {
	width:700px;
	padding: 12px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	background-color: #eeeeee;
	color: #555555;
	font-size: 14px;
	text-align: left;
	white-space: normal;
}
div.policy {
	width:700px;
	padding: 12px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	background-color: #eeeeee;
	color: #555555;
	font-size: 14px;
	text-align: left;
	white-space: normal;
}
div.sitemap {
	width:700px;
	padding: 12px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	background-color: #eeeeee;
	color: #555555;
	font-size: 14px;
	text-align: left;
	white-space: normal;
}
/**
 * SPAN
 */
span.language {
	background-color: #ffcccc;
}
span.description {
	font-size: 12px;
	color: #555555;
}
span.link {
	font-size: 14px;
	color: #555555;
}
/* ********************************************************************************** */
