@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         Takuro Toyama
 Style Info:     サイト全体の設定
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-color: #FFF;
	color: #333;
	font-size: 80%;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
img	{
	border: 0;
}
ul li {
	list-style-type: none;
}
address {
	font-style:normal;
}

a {
	overflow:hidden;
}
a:link {
	color:#00C;
	text-decoration:none;
}
a:visited {
	color:#006;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#06C;
}



/* common */
div#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
div#wrapper div#header {
	position: relative;
	width: 700px;
	height: 300px;
}
div#wrapper div#header p.inquiry {
	position: absolute;
	left: 462px;
	top: 177px;
	margin: 0;
}
div#wrapper ul#navi {
	float: left;
	width: 661px;
	height: 33px;
	padding-left: 39px;
	background: url(../images/navi_bg.gif) repeat-x left top;
}
div#wrapper ul#navi li {
	float: left;
	margin: 0;
}
div#wrapper div#main {
	float: left;
	width: 600px;
	padding: 42px 50px 0;
}
div#wrapper div#main p,
div#wrapper div#main h2,
div#wrapper div#main h3 {
	margin-bottom: 15px;
}
div#wrapper div#main .blue {
	color: #002B7C;
}
div#wrapper div#main strong {
	color: #002B7C;
	font-weight: bold;
}
div#wrapper div#main p.bottomLine {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #0078D2 1px solid;
}


/* top */
div#wrapper div#main div.topSupport {
	position: relative;
}
div#wrapper div#main div.topSupport p.btn {
	position: absolute;
	left: 48px;
	top: 268px;
}



/* service */
div#wrapper div#main.service h3 {
	padding-top: 25px;
}
div#wrapper div#main.service div.type {
	width: 540px;
	margin-bottom: 20px;
	padding: 10px 30px 30px;
	background: url(../images/service_type_bg.gif) no-repeat left bottom;
}
div#wrapper div#main.service div.type table {
	border-collapse: collapse;
}
div#wrapper div#main.service div.type table th {
	width: 260px;
}
div#wrapper div#main.service div.type table td.sp {
	width: 20px;
}
div#wrapper div#main.service div.type table td.contents {
	padding: 10px;
	vertical-align: top;
	background: #FFF;
}
/* company */
div#wrapper div#main.company {
	padding-top: 70px;
}
div#wrapper div#main.company h2 {
	padding-top: 25px;
}
div#wrapper div#main.company h3 {
	clear: both;
	color: #002B7C;
	font-weight: bold;
	margin: 0;
}
div#wrapper div#main dl.companyList {
	float: left;
	width: 600px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #0078D2 1px solid;
}
div#wrapper div#main dl.companyList.end {
	border-bottom: none;
}
div#wrapper div#main dl.companyList dt {
	float: left;
	clear: both;
	width: 90px;
	padding: 5px 0 5px 10px;
}
div#wrapper div#main dl.companyList dd {
	width: 460px;
	margin-left: 90px;
	padding: 5px 5px 5px 10px;
}
