@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 {
}

a:visited {
		text-decoration: none;
}

a:hover {
}

a:active {
}

/* 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 15px auto;
}

#header h1 {
		float: left;
		margin-top:15px;
}

#topnavi {
		float: right;
		margin-top:15px;
}

/* navigation */




/* navigation */

#menu dl {
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
		margin-bottom:10px;
}

#menu dt {
		font-size:0;
}

#menu dt img {
		vertical-align: bottom;
}

#menu dd {
		padding: 0px;
		margin: 0px;
		background: no-repeat;
}

#menu dd a {
		display:block;
		height:34px;
		text-indent:-9999px;
		/*\*/ overflow: hidden;
		background:no-repeat;
}

#menu dd.m01 {
		background: url(img/menu01-hover.gif);
}

#menu dd.m01 a {
		background: url(img/menu01.gif);
}

#menu dd.m02 {
		background: url(img/menu02-hover.gif);
}

#menu dd.m02 a {
		background: url(img/menu02.gif);
}

#menu dd.m03 {
		background: url(img/menu03-hover.gif);
}

#menu dd.m03 a {
		background: url(img/menu03.gif);
}

#menu dd.m04 {
		background: url(img/menu04-hover.gif);
}

#menu dd.m04 a {
		background: url(img/menu04.gif);
}

#menu dd.m05 {
		background: url(img/menu05-hover.gif);
}

#menu dd.m05 a {
		background: url(img/menu05.gif);
}

#menu dd.m06 {
		background: url(img/menu06-hover.gif);
}

#menu dd.m06 a {
		background: url(img/menu06.gif);
}

#menu dd.m07 {
		background: url(img/menu07-hover.gif);
}

#menu dd.m07 a {
		background: url(img/menu07.gif);
}

#menu dd.m08 {
		background: url(img/menu08-hover.gif);
}

#menu dd.m08 a {
		background: url(img/menu08.gif);
}

#menu dd.m09 {
		background: url(img/menu09-hover.gif);
}

#menu dd.m09 a {
		background: url(img/menu09.gif);
}

#menu dd.m10 {
		background: url(img/menu10-hover.gif);
}

#menu dd.m10 a {
		background: url(img/menu10.gif);
}

#menu dd.m11 {
		background: url(img/menu11-hover.gif);
}

#menu dd.m11 a {
		background: url(img/menu11.gif);
}

#menu dd.m12 {
		background: url(img/menu12-hover.gif);
}

#menu dd.m12 a {
		background: url(img/menu12.gif);
}

#menu dd.m13 {
		background: url(img/menu13-hover.gif);
}

#menu dd.m13 a {
		background: url(img/menu13.gif);
}

#menu dd.m14 {
		background: url(img/menu14-hover.gif);
}

#menu dd.m14 a {
		background: url(img/menu14.gif);
}

#menu dd.m15 {
		background: url(img/menu15-hover.gif);
}

#menu dd.m15 a {
		background: url(img/menu15.gif);
}

#menu dd a:hover {
		background: none;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
		width: 950px;
		margin: 0 auto;
}

/* 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 0;
		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;
		display: inline;
}

.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-weight:bold;
		font-size:110%;
		color: #333;
		border:1px solid #e3e5e6;
		border-left:solid 6px #ff7e00;
		margin-bottom:30px;
		padding:20px 15px;
}

.article {
		letter-spacing:2px;
		line-height:24px;
		color: #32281F;
		padding: 10px;
		border-bottom: 1px dotted #dcc;
		margin-bottom:10px;
}

/* footer */
#footer {
		background:#ff7e00;
		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;
}

#copy a {
		text-decoration: none;
}

/* 戻る */
.return {
		clear: both;
		padding: 0px;
		margin: 0px;
		text-align: right;
}

.return a:link {
		background: #FF99CC;
}

.return a:visited {
		background: #FF99CC;
}

.return a:hover {
		background: #CC9966;
}

.return a:active {
		background: #CC9966;
}

/* 汎用スタイル */
.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;
}

.float_l {
		float: left;
}

.float_r {
		float: right;
}

/* 各固定ページ用
---------------------- */


/* greeting.html */
#CompanyInfo {
		margin: 1em 0 2em;
		border-collapse: separate;
}

#CompanyInfo th,
#CompanyInfo td {
		padding: 5px 10px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.5;
}

#CompanyInfo th {
		border-left: 3px solid #FF6600;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
}

#CompanyInfo ul {
		margin:0;
}

/* access.html */
#access #main dt {
		font-weight: bold;
		color: #F56854;
}

#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;
}

#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;
}

.inquiry-bg {
		width:500px;
		margin-top:5px;
		padding:15px 15px 10px;
		border:solid 5px #CCCCCC;
}

/* 各ページ用スタイル
---------------------- */



.clearfix:after {
		display: block;
		font-size: 0.1em;
		line-height: 0;
		height: 0.1px;
		visibility: hidden;
		clear: both;
		content: ".";
}

.txt_c {
		text-align:center;
}

.txt_r {
		text-align:right;
}

.txt01 {
		font-weight:bold;
}

/* index.html */

.news li {
		margin-bottom:10px;
		padding:0 5px 2px 5px;
		border-bottom:1px solid #ccc;
}

.list01 dt {
		width:212px;
		font-weight:bold;
		color:#fff;
		padding:0 0 0 10px;
		background:url(img/dt01.gif) no-repeat left top #ff9166;
}

.list01 dd {
		padding:10px 20px;
		border:2px solid #ff9166;
}

.banner01 {
		width:730px;
		margin:0 -20px 0 15px;
		overflow:hidden;
		zoom:1;
}

.banner01 li {
		margin-right:20px;
		margin-bottom:5px;
		border:0px;
		float:left;
}

/* greeting.html */


.list02 {
		width:697px;
		margin:0 -13px 0 0;
		padding-left:13px;
		overflow:hidden;
		zoom:1;
}

.list02 li {
		margin-right:13px;
		float:left;
}

.list02 img {
		border:5px solid #ccc;
}

/* contents1.html */



.list03 dt {
		font-size:120%;
		font-weight:bold;
		margin-bottom:10px;
}

.list03 dt span {
		color:#FF6600;
		margin-right:10px;
		padding:3px 6px;
		border:1px solid #FF6600;
}

.list03 dd {
		margin-bottom:26px;
		padding:15px 25px;
		background:#F6F6F6;
}

.list04 dt {
		font-size:130%;
		font-weight:bold;
		color:#FF6600;
		margin-bottom:8px;
}

.list04 dd {
		margin-bottom:20px;
		padding:10px 20px 20px 20px;
		background:#FDF8F0;
		overflow:hidden;
		zoom:1;
}

.flow {
		width:680px;
		margin:0 auto;
}

.flow dt {
		font-size:120%;
		font-weight:bold;
		color:#FF6600;
		margin:0px;
		padding:15px 20px 15px 20px;
		background:url(img/waku01-dt.gif) no-repeat top;
}

.flow dd {
		line-height:16px;
		margin:0 0 0px 0;
		padding:0 20px 100px 20px;
		background:url(img/waku01-dd.gif) no-repeat bottom;
		overflow:hidden;
		zoom:1;
}

.flow dd.no-allow {
		padding-bottom:20px;
		background:url(img/waku01-dd-noalow.gif) no-repeat bottom;
}

.list04 dd dt {
		font-size:100%;
		font-weight:bold;
		color:#333;
		margin-bottom:2px;
		padding:10px 0 0 0;
		border-bottom:1px solid #DBDBDB;
		clear:left;
}

.list04 dd dt.plus {
		margin-top:15px;
		padding:30px 0 0 0;
		background:url(img/plus.gif) no-repeat center 10px;
}

.list04 dd dd {
		margin-bottom:0px;
		padding:0px;
		background:none;
}

.leas-list div {
		margin-bottom:40px;
		padding:15px 15px;
		overflow:hidden;
		zoom:1;
}

.leas-list p {
		line-height:19px;
}

.leas-list strong {
		font-size:130%;
		font-weight:bold;
		padding:0px 60px 2px 1px;
		border-bottom:2px solid #ccc
}

.leas-list dl {
		padding:10px 15px 2px 15px;
		background:#fff;
		border-bottom:1px solid #E8E8E8;
}

.leas-list dt {
		font-weight:bold;
		margin-right:15px;
		float:left;
}

.leas-list dd span {
		font-size:120%;
		font-weight:bold;
		color:#FF0000;
}

.leas-list dd {
		letter-spacing:0px;
}

.leas-list li {
		margin-right:12px;
		float:left;
}

.leas-list span.img_l {
		margin-right:5px;
		padding-right:15px;
		background:#fff;
}

/* contents2.html */


.table01 {
		width:99%;
		border-collapse:collapse;
}

.table01 caption {
		font-size:110%;
		font-weight:bold;
		margin-bottom:5px;
}

.bg01 {
		background:url(img/bg01.gif) no-repeat center center;
}

.table01 th,
.table01 td {
		font-weight:normal;
		padding:4px 6px;
		border:1px solid #ccc;
}

.table01 thead th {
		font-weight:bold;
		text-align:center;
		color:#fff;
		background:#FF8055;
}

.table01 td {
		text-align:right;
}

.sp_bg {
		background: #FFCBB9;
}

.sp_bg2 {
		background: #ffad90;
}

/* contents3.html */



.list05 {
		width:409px;
		float:right;
}

.list05 dt {
		font-size:110%;
		font-weight:bold;
		color: #FF3300;
		padding:10px 12px 5px 12px;
		background:url(img/waku02-dt.gif) no-repeat top;
}

.list05 dd {
		line-height:16px;
		padding:0 12px 58px 12px;
		background:url(img/waku02-dd.gif) no-repeat bottom;
}

.list05 dd.no-allow {
		padding-bottom:10px;
		background:url(img/waku02-dd-noalow.gif) no-repeat bottom;
}

/* contents6.html */


.list06 li {
		margin-bottom:20px;
		clear:left;
}

.list06 span {
		font-weight:bold;
}
