@charset "utf-8";

/* reset css
---------------------- */
html {
		height: 100%;
		overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
		padding: 0;
		margin: 0;
}

address,
caption,
em,
strong,
th {
		font-style: normal;
}

caption,
th {
		text-align: left;
}

hr,
legend {
		display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-size: 100%;
}

li {
		list-style-type: none;
}

#contents table,
#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre,
#contents p {
		margin-bottom: 1em;
}

a img,
fieldset {
		border: none;
}

body {
		height: 100%;
		font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
		font-size: 80%;
		color: #1F1B18;
		line-height: 1.5;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
		color:#54acd5;
}

a:visited {
		text-decoration: none;
		color:#54acd5;
}

a:hover {
		color:#90bfd5;
}

a:active {
		color:#54acd5;
}

/* LAYOUT
---------------------- */

#page {
		margin: 0 auto;
		background: url(img/header.gif) repeat-x left top;
		min-height: 100%;
}

/* header */
#header {
		zoom: 1;
		width: 950px;
		margin: 0 auto;
		padding:10px;
}

#header h1 {
		font-size:80%;
		font-weight:normal;
		letter-spacing:1px;
		color:#4d4d4d;
}

#header .head-logo {
		float: left;
}

#header .head-inquiry {
		float: right;
		text-align: right;
}

/* navigation */

#gnavi dl {
		border-left:solid 1px #ccc;
		border-right:solid 1px #ccc;
		border-top:solid 1px #ccc;
}

#gnavi dd img,
#gnavi dt img {
		vertical-align:bottom;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
		margin: 0 auto;
		width:950px;
}

/* contents */
#visual {
		width: 730px;
		margin: 0 0 10px 0;
}

#contents:after,
#header:after,
#gnavi:after {
		clear: both;
		height: 0.1px;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
		display: block;
		content: ".";
}

#sub {
		float: left;
		width: 200px;
		margin: 10px 0;
}

#sub a img {
		display: block;
}

#sub ul a img {
		display: inline;
}

#sub a:hover {
		text-decoration:none;
}

#sub h3 {
		padding: 10px 10px 5px;
		font-size: 120%;
		color: #171717;
		background: url(img/sub_title.gif) no-repeat left top;
}

#sub p {
		color:#0033FF;
		font-size:85%;
}

#sub ul {
		padding: 0px 3px 20px;
		background: url(img/sub_back.gif) no-repeat left bottom;
}

#sub li {
		padding: 3px 10px;
}

#sub li.first_list {
		padding-top: 10px;
		background: url(img/first_list.gif) repeat-x left top;
}

#main {
		float: right;
		width: 730px;
		margin: 10px 0;
		overflow:hidden;
		zoom:1;
}

.section h3 {
		background: url(img/title-bg.gif) no-repeat 3px 1px;
		font-weight:bold;
		font-size: 110%;
		color:#1F1B18;
		padding: 12px 10px 15px 13px;
}

.section h4 {
		font-size:120%;
		margin-bottom:5px;
		font-weight:bold;
		line-height:18px;
		letter-spacing:2px;
		color:#0066FF;
		padding:0 0 0 30px;
		background:url(img/point-list02.gif) no-repeat left -180px;
}

.article {
		letter-spacing:2px;
		line-height:24px;
		color: #32281F;
		padding: 10px;
		border-bottom: 1px dotted #dcc;
		margin-bottom:10px;
}

/* footer */
#footer {
		background:#0090ff;
		clear: both;
		padding:0 0 10px;
}

#footer a {
		color: #fff;
		text-decoration: none;
}

#footernavi {
		padding: 10px;
		text-align: center;
		background: url(img/border.gif) repeat-x left top;
}

#footernavi li {
		padding: 10px;
		display: inline;
		background: url(img/point1.gif) no-repeat left center;
}

#copy {
		text-align:center;
		margin:10px 0;
}
div#copy img {
		vertical-align:bottom;
}
#copy a {
		text-decoration: none;
}

/* 戻る */
.return {
		clear: both;
		padding: 0px;
		margin: 0px;
		text-align: right;
}

.return a:link {
		background: #7c7c7c;
}

.return a:visited {
		background: #7c7c7c;
}

.return a:hover {
		background: #d1d1d1;
}

.return a:active {
		background: #d1d1d1;
}

/* 汎用スタイル */
.clear {
		clear: both;
}

.p_c {
		text-align:center;
}

.p_r {
		text-align:right;
}

.img_r {
		float: right;
		padding: 0 0 10px 10px;
}

.img_l {
		float: left;
		padding: 0 10px 10px 0;
}

.list02 img,
.imgSt01,
.img_l img,
.img_r img{
		padding:3px;
		border:1px solid #CCC;
} 

.float_l {
		float: left;
}

.float_r {
		float: right;
}

.float_l img{
		margin: 0 0 10px 10px;
}

.float_r img{
		margin: 0 10px 10px 0;
}
		

/* 各固定ページ用
---------------------- */


/* greeting.html */
#CompanyInfo {
		margin: 1em 0 2em;
		border-collapse: separate;
		width:99%;
}

#CompanyInfo th,
#CompanyInfo td {
		padding: 5px 10px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.5;
}

#CompanyInfo th {
		border-left: 3px solid #0090ff;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
}

#CompanyInfo ul {
		margin:0;
}

/* access.html */
#access #main dt {
		font-weight: bold;
		color: #558ec8;
}

#access #main dd {
		margin: 0 0 1em 1em;
}

#map {
		height: 350px;
		width: 500px;
		font-size:90%;
		margin: 20px auto 30px;
		border: 1px solid #CCCCCC;
}

.googlemap {
		text-align: center;
}

/* privacy.html */

#privacy #main ul li {
		margin-left: 1.5em;
		list-style: none;
}

#privacy #main dl {
		margin-left: 1.5em;
}

#privacy #main dl dd {
		margin-bottom: 1em;
}

#privacy #main h4 {
		margin: 20px 0 5px 0;
}

/* inquiry.html */
#inquiry fieldset span {
		color: #FF0000;
}

.inquiry {
		width:500px;
		margin-top:5px;
		padding:15px 15px 10px;
		border:solid 5px #CCCCCC;
}

#tel {
		font-weight:bold;
		font-size:150%;
		color:#FF6633;
}

#fax {
		font-size:130%;
		color:#FF9933;
}

#MailForm {
		width: 500px;
		margin: 5px 0 15px;
		border-collapse: collapse;
}

#MailForm th,
#MailForm td {
		padding: 10px;
		border: 1px solid #CCCCCC;
		font-weight: normal;
		color: #444;
}

#MailForm th {
		width: 130px;
		background-color: #EBEBEB;
}

#MailForm input,
#MailForm textarea {
		width: 310px;
		border: 1px solid #B2B2B2;
}

.inputarea li {
		float: left;
		margin: 0 15px 0 0;
}

#thanks p {
		line-height: 300px;
		text-align: center;
}

/* 各ページ用スタイル
（制作時のスタイルはこれより下に記載する事）
---------------------- */

/* index
---------------------- */
#sub h3 span{
		font-size:80%;
}

.indexLink {
		background:url(img/p01.jpg) no-repeat;
		height:42px;
		padding:140px 0 0 0;
		margin:0 0 20px;
}

.indexLink ul {
		width:345px;
		float:left;
		padding:0 0 0 20px;
}

.indexLink li {
		line-height:18px;
		color:#0066FF;
		padding:0 0 0 20px;
		background:url(img/point-list01.gif) no-repeat left -175px;
}

.news {
		background:url(img/table-bg.gif) no-repeat #E3E3E3;
		padding:37px 10px 5px;
		margin:0 0 20px;
}

.news dl {
		overflow-y:scroll;
		height:150px;
		padding:20px;
		background:#FFFFFF;
}

.news dt {
		font-size:80%;
		color:#003399;
		font-weight:bold;
}

.news dd {
		border-bottom:1px dotted #CCC;
		padding:0 0 10px;
		margin:0 0 10px;
}

/* greeting
---------------------- */
.inner01,
.inner02,
.step01,
.step02,
ul.list02 {
		display:block;
		overflow:hidden;
		zoom:1;
}

#greeting table dt{
		width:120px;
		float:left;
		clear:both;
}

table.tab01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tab01 th {
    padding: 0 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
	font-weight:normal;
    line-height: 120%;
}
table.tab01 td {
    padding: 0 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

/* contents1
---------------------- */
#contents1 .inner02 {
		width:730px;
		margin:0 -20px 20px 0;
}

#contents1 .list01 {
		float:left;
		margin:0 20px 0 0;
		width:323px;
		background:#f1f1f1;
		border:1px solid #e6e6e6;
		padding:10px;
}

#contents1 .imgSt01 {
		background:#FFF;
}

.step01 {
		background:url(img/step01.gif) no-repeat bottom left;
		height:220px;
}

.step02 {
		background:url(img/step02.gif) no-repeat bottom left;
}

.step01,
.step02 {
		padding:0 0 0 50px;
		margin:0 0 20px;
}

/* contents2
---------------------- */
ul.list02 {
		width:720px;
		margin:0 -10px 20px 0;
}

.list02 li {
		float:left;
		margin:0 10px 10px 0;
}

