@charset "shift-jis";

/* -----------------------------------
ページ全体
----------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background: transparent;
 }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	color: #fff;
	background: #fff url(../company/images/bg.jpg) fixed;
	background-position:left center;
	background-repeat:no-repeat;
 }

.text-area {
	width: 440px;
	height: 100%;
	margin-right: auto;
	margin-left: 30px;
	padding: 10px 5px;
	float: left;
	position:relative;
}


#logo {
	width:440px;
	height:65px;
	margin: 0 0 5px 0;
 }

#logo a {
	width:440px;
	height:65px;
	float: left;
	text-indent: -9999px;
	text-decoration:none;
	background: url(../company/images/title.gif) no-repeat left top;
 }

dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 4px #fff solid;
}
dl dt {
	float: left;
	width: 7em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 0.5em;
	line-height: 150%;
	text-align: center;
 }
dl dd {
	padding: 5px 0 5px 10px;
	margin-left: 7em;
	line-height: 150%;
	border-bottom: 1px #ccc solid;
 }
/* -----------------------------------
float 解除
----------------------------------- */
.clear {
    clear: both;
}
