@charset "utf-8";
/* CSS Document */

/* =========================================================
 リセット
========================================================= */
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
		list-style:none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom;   }
/* 画像の下にできる隙間をなくす() */
.img {
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	font-size: 0px;
}


/* hr 要素は不可視で使う */
hr { display: none; }



/* =========================================================
 header
========================================================= */
#header {
	background: url(../images/bg_header.png) bottom repeat-x;
	border-top: #0081cc solid 5px;
	padding: 15px 0px 20px;
	width: 100%;
}
#header .container {
	margin: 0px auto;
	width: 710px;
}
/* =========================================================
 contents
========================================================= */
#main {
	margin: 0px auto;
	padding: 10px 0px 50px;
	width: 710px;
	float: none;
}
/* =========================================================
 footer
========================================================= */
#footer {
	background-color: #e6f6ff;
}
#footer .container {
	padding: 25px 0px;
	margin: 0px auto;
	width: 710px;
}
#footer .container #address {
	width: 450px;
}
#footer .container #address h3 {
	margin: 15px 0px 5px;
}
#footer .container #address dt {
	float: left;
	width: 2.5em;
}
#footer .container #address dd {
	padding-right: 2.5em;
	width: 250px;
}
#footer .container #address dd span:before {
	content: "\ff1a";
}
#footer .copyright{
	color: #FFF;
	background-color: #0081cc;
	padding: 10px 0px;
	text-align: center;
}

/* table
--------------------------------------------------------- */
table {
	border-collapse: collapse;
	border: 0px;
	margin: 20px 0px 0px;
	width: 100%;
}
table.table {
	margin-bottom: 20px;
}
table.table th {
	color: #1068ac;
	font-weight: bold;
}
table.table th, table.table td {
	padding: 8px 1em;
}
table.base {
	border: #bdbdbd solid 1px;
}
table.base th {
	background-color: #e6f6ff;
}
table.base tr+tr th {
	border-top: #bdbdbd dotted 1px;
}
table.base tr+tr td {
	border-top: #bdbdbd dotted 1px;
}
table.base td {
	border-left: #bdbdbd solid 1px;
}
.table th  {
	width: 210px;
}
.table th div.title  {
	display: table;
	width: 100%;
}
.table th div.title div.text {
	display: table-cell;
}
.table th div.title div.icon  {
	display: table-cell;
	width: 43px;
}
div.box {
	padding: 20px 20px 0px;
}
div.box+div.box {
	padding-top: 30px;
}
div.box h3 {
	color: #1068ac;
	font-size: 14px;
	font-weight: bold;
}
div.box h3+* {
	margin-left: 20px;
}