﻿@charset "utf-8";

/*======================================

	1-1.Universal selector
	
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

/*======================================

	1-2.Structure Module
	
=======================================*/

body {
	margin: 0 10px;
	background: url("../img/share/bg.jpg") repeat-x;
	font-family: skia,"・ｽq・ｽ・ｽ・ｽM・ｽm・ｽﾛゴ Pro W4", "Hiragino Maru Gothic Pro", "・ｽ・ｽ・ｽC・ｽ・ｽ・ｽI", "Meiryo", "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", "MS PGothic", sans-serif;
	font-size: 13px; *font-size: 81.25%; /*for IE6,IE7*/
	*font-size: x-small;
	font: small;
}

/*======================================

	1-3.Text Module
	
=======================================*/
img {
	margin: 0;
	padding: 0;
}

a img{
	border: none;
}

.imgL {
	float: left; margin: 0 3px 0 0;
}
.imgL2 {
	float: left; margin: 0 5px 8px 5px;
}
.imgR {
	float: right;
}

p {
	margin: 0px 2px 10px;
	line-height: 1.6;
	font-size: 12px;
	text-align: left;
	clear: both;
}

address {
	margin: 1.5em auto;
	line-height: 1.6;
	font-size: 11px;
	color: #999;
	text-align: center;
}

h1 {
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 11px;
	color: #ccc;
	text-align: right;
}

h2 {
	margin: 0; 
	line-height: 1.2;
}

h3 {
	margin: 25px 0 8px 0;
	padding: 5px 0 2px 5px;
	display: block;
	width: 723px;
	height: 24px;
	background: url(../common/h3-bg.gif) top left repeat-x;
	color: #fff;
	font-size:15px;
	font-weight: bold;
	text-align: left;
	clear: both;
}

h3.lead {
	margin: 10px 0 30px 0;
	display: block;
	width: 723px;
	height: 140px;
	font-size: 16px;
	color: #948B74;
	background-image: none;
}

h4 {
	margin: 40px 0 10px 0;
	padding-top: 8px;
	display: block;
	width: 726px;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 33px;
	color: #333;
	background: url(../common/h3-bg2.gif) top left repeat-x;
	clear: both;
}

.cap {
	color: #CC0000;
	font-size:12px;
	margin: 0 0 0 13px;
	line-height: 1.3;
	text-indent: -13px;
}

.cap2 {
	color: #006699;
	font-size:13px;
	font-weight: bold;
}

.cap3 {
	color: #CC0000;
	font-size:12px;
	margin: 0;
	line-height: 1.3;
}
strong {
	font-weight: bold;
}

/*======================================

	1-4. Hypertext Module
	
=======================================*/

a:link {
	color: #00597c;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00597c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cd4730;
	text-decoration: underline;
}

/*======================================

	1-5. List Module
	
=======================================*/

ol,
dl,
ul {
	margin-left: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
	list-style: none;
}

dt {
	margin: 0.1em 0px;
	padding-top:10px;
	display: block;
	width: 805px;
	height: 50px;
	background: url(../faq/img/q.gif) top left no-repeat;
	color: #004171;
	font-size:14px;
	font-weight: bold;
	text-indent: 70px;
}



dd {
	display: block;
	margin: 0 10px 30px 20px;
	font-size:12px;
}

dd:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*======================================

	1-6. Forms Module
	
=======================================*/

form {
	margin: 0.5em 0;
}

fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #eee;
}

legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size: 90%;
}

input {
	font-size: 90%;
}



/*======================================

	1-7. Table
	
=======================================*/

table {
	margin-bottom: 3px;
}

table#table-01 {
    width: 728px;
    border: 1px #B4B4B4 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 10px 0 15px 1px;
	background-color: #fff;
	font-size: 13px;
	clear: both;

}

table#table-01 th {
	width: 200px;
    padding: 6px;
    border: #C6C6C6 solid;
    border-width: 0 0 1px 1px;
    background: #E8E8E8;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    white-space: nowrap; 
}

table#table-01 td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}


table#table-02 {
    width: 730px;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 10px 0 15px 0px;
	background-color: #fff;
	font-size: 13px;
	clear: both;

}

table#table-02 th {
	width: 200px;
    padding: 6px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #C9E0CF;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    white-space: nowrap; 
}

table#table-02 td {
    padding: 6px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}







table#table-03 {
    width: 720px;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 10px 0 15px 0px;
	background-color: #fff;
	font-size: 13px;
	clear: both;

}

table#table-03 th {
	width: 200px;
    padding: 6px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background:#E7EFF1;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    white-space: nowrap; 
}

table#table-03 td {
    padding: 6px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}
