@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: #333;
		line-height: 1.5;
		background: #fff;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
}

a:hover {
		text-decoration: none;
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
		width: 800px;
		padding: 0 25px;
		margin: 0 auto;
		min-height: 100%;
		background: url(img/background.gif) repeat-y left top;
}

/* header */
#header {
		padding: 10px 10px 0;
		background: url(img/header.gif) #fff repeat-x left top;
		zoom: 1;
}

#header h1 {
		float: left;
		width: 450px;
		height: 70px;
}

#topnavi {
		float: right;
		width: 320px;
		position:relative;
}

#unavi {
		width: 320px;
		padding-top: 45px;
		overflow: hidden;
		height: 25px;
}

#unavi li {
		padding: 0 5px 0 12px;
		display: inline;
		background: url(img/point2.gif) no-repeat left center;
		float: right;
}

#unavi li a,
#copy a {
		color: #316AC5;
		text-decoration: none;
}

#topnavi address {
		position:absolute;
		top:14px;
		right:0;
}

/* navigation */

#menu dl {
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
}

#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-h.gif);
}

#menu dd.m01 a {
		background: url(img/menu01.gif);
}

#menu dd.m02 {
		background: url(img/menu02-h.gif);
}

#menu dd.m02 a {
		background: url(img/menu02.gif);
}

#menu dd.m03 {
		background: url(img/menu03-h.gif);
}

#menu dd.m03 a {
		background: url(img/menu03.gif);
}

#menu dd.m04 {
		background: url(img/menu04-h.gif);
}

#menu dd.m04 a {
		background: url(img/menu04.gif);
}

#menu dd.m05 {
		background: url(img/menu05-h.gif);
}

#menu dd.m05 a {
		background: url(img/menu05.gif);
}

#menu dd.m06 {
		background: url(img/menu06-h.gif);
}

#menu dd.m06 a {
		background: url(img/menu06.gif);
}

#menu dd.m07 {
		background: url(img/menu07-h.gif);
}

#menu dd.m07 a {
		background: url(img/menu07.gif);
}

#menu dd.m08 {
		background: url(img/menu08-h.gif);
}

#menu dd.m08 a {
		background: url(img/menu08.gif);
}

#menu dd.m09 {
		background: url(img/menu09-h.gif);
}

#menu dd.m09 a {
		background: url(img/menu09.gif);
}

#menu dd.m10 {
		background: url(img/menu10-h.gif);
}

#menu dd.m10 a {
		background: url(img/menu10.gif);
}

#menu dd.m11 {
		background: url(img/menu11-h.gif);
}

#menu dd.m11 a {
		background: url(img/menu11.gif);
}

#menu dd.m12 {
		background: url(img/menu12-h.gif);
}

#menu dd.m12 a {
		background: url(img/menu12.gif);
}
#menu dd.m13 {
		background: url(img/menu13-h.gif);
}

#menu dd.m13 a {
		background: url(img/menu13.gif);
}
#menu dd.m14 {
		background: url(img/menu14-h.gif);
}

#menu dd.m14 a {
		background: url(img/menu14.gif);
}

#menu dd a:hover {
		background: none;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
}

/* contents */
#visual h2 {
		text-align: center;
}

#contents:after,
#header:after,
#gnavi:after,
.bo2:after {
		clear: both;
		height: 0.1px;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
		display: block;
		content: ".";
}

#main {
		float: right;
		width: 580px;
		margin: 10px 0;
}

.section {
		padding: 0 10px 10px;
		background: url(img/section_back.gif) no-repeat left top;
}

.section h3 {
		padding: 6px 10px 3px 40px;
		font-size: 120%;
		background:url(img/title-bg.gif) no-repeat;
		border-bottom: 3px solid #fda102;
		margin: 0 0 .5em;
}

.section h4 {
		font-size:120%;
		font-weight: bold;
		color: #FF3300;
		margin-bottom:15px;
}

.article {
		padding: 10px;
		border-bottom: 1px dotted #dcc;
}

#sub {
		float: left;
		width: 200px;
		padding: 0 0 20px 10px;
		margin: 10px 0;
}

#sub h3 {
		padding: 10px 10px 0;
		font-size: 120%;
		color: #FF6600;
		background: url(img/sub_title.gif) no-repeat left top;
}

#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;
}

/* footer */
#footer {
		clear: both;
}

#footer a {
		color: #fff;
		text-decoration: none;
}

#footernavi {
		padding: 10px 10px 30px;
		text-align: center;
		background: url(img/footer.gif) repeat-x left top;
}

#footernavi li {
		padding: 10px;
		display: inline;
		background: url(img/point1.gif) no-repeat left center;
}

#copy {
		padding-bottom: 15px;
		font-size: .8em;
		text-align: center;
}

/* 戻る */
.return {
		clear: both;
		padding: 0px;
		margin: 0px;
		text-align: right;
}

.return a:link {
		background: #FF6600;
}

.return a:visited {
		background: #FF6600;
}

.return a:hover {
		background: #FF6600;
}

.return a:active {
		background: #FF6600;
}

/* 汎用スタイル */
.clear {
		clear: both;
}

.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;
}

.p_c {
		text-align:center;
}

.p_r {
		text-align:right;
}

/* 各固定ページ用
---------------------- */

/* greeting.html */
#CompanyInfo {
		width: 95%;
		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;
		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 .MailForm ul,
#inquiry .MailForm dl {
		margin:0;
}

.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;
}

.MailForm li input,
.MailForm dt input {
		width:auto;
		border:none;
}

.MailForm dd {
		padding:0 0 5px 20px;
		font-size:90%;
		color:#666;
		margin:0 0 5px;
		border-bottom:dotted 1px #ccc;
}

.inputarea li {
		float:left;
		padding:0 10px 0 0;
}

#thanks p {
		line-height: 300px;
		text-align: center;
}

/* 各ページ用スタイル
---------------------- */

.dl1 {
		margin:0 10px;
}

.dl1 dt {
		font-weight:bold;
}

.dl1 dd {
		padding:0 0 5px 20px;
		margin:0 0 5px;
		border-bottom:dotted 1px #ccc;
}

#inquiry h4 {
		margin:0;
}

.ul_icon1 li {
		background:url(img/icon1.gif) no-repeat 0 5px;
		padding:0 0 0 18px;
		margin:0 0 5px;
}

.siz1 li {
		margin:0 0 5px;
}

.flow2 li {
		float:left;
		margin:0 10px 0 0;
}

.flow1 li {
		float:left;
		width:100px;
}

.tel {
		font-size:200%;
		font-weight:bold;
		color: #FF9900;
}

.fax {
		font-size:150%;
}

.txt_c {
		text-align:center;
}

/* index.html */

p.info-banner {
		text-align:center;
		clear:both;
}

ul.info-banner {
		width:540px;
		margin:0 auto;
		overflow:hidden;
		zoom:1;
}

.info-banner li {
		width:270px;
		text-align:center;
		margin-bottom:15px;
		float:left;
}

.list02 li {
		width:270px;
		text-align:center;
		margin-bottom:15px;
		float:left;
}

/* greeting.html */

.bo1,
.bo2 {
		margin-bottom:20px;
		padding-bottom:10px;
		background:url(img/point4.gif) repeat-x bottom;
}

.bo2 {
		zoom:1;
}

/* ----------------------- */

#greeting .img_l {
		padding:0 10px 10px 0;
		background-color:#fff;
}

#greeting .img_l img,
#greeting .img_r img {
		border:solid 1px #ccc;
		padding:3px;
		background-color:#fff;
}

#greeting h5 strong {
		font-size:160%;
		color: #356FC6;
		margin:0 10px;
}

#greeting h5 {
		border-bottom:solid 2px #FF9900;
		font-weight:normal;
		margin:0 0 10px;
}

#greeting .table01 ul {
		margin:0;
}

.table01 {
		border-collapse:collapse;
		margin:0 0 0 3px;
}

.table01 td,
.table01 th {
		border:1px solid #ccc;
		padding:3px 8px;
}

.table01 th {
		background:#e2e2e2;
		font-weight:normal;
		white-space:nowrap;
		text-align:center;
}

/* ----------------------- */


.table02 {
		border-collapse:collapse;
}

.table02 caption {
		margin-bottom:6px;
}

.table02 th,
.table02 td {
		font-weight:normal;
		padding:6px 8px;
		border:1px solid #ccc;
		vertical-align:top;
}

.table02 th {
		width:90px;
}

.list01 dt {
		font-weight:bold;
		margin-bottom:8px;
		padding:8px 0 5px 15px;
		font-size:120%;
		color:#FF6600;
		background:url(img/point3.gif) no-repeat left;
}

.list01 dd {
		padding:0 10px;
}

.table03 {
		border-collapse:collapse;
}

.table03 th,
.table03 td {
		font-weight:normal;
		padding:6px 8px;
		border:1px solid #ccc;
}

.table03 th {
		background:#FFF1D9;
}

/* contents1.html */


.list03 dt {
		font-size:110%;
		font-weight:bold;
		color:#FF6600;
		margin-bottom:5px;
}

.list03 dd {
		margin-bottom:20px;
		padding:8px;
		border:1px solid #999;
		overflow:hidden;
		zoom:1;
}

.list03 dd img {
		margin-right:15px;
		padding:1px;
		border:1px solid #ccc;
		float:left;
}

/* contents2.html */


.level div {
		margin-bottom:30px;
}

.level_menu {
		overflow:hidden;
		zoom:1;
}

.level_menu li {
		float:left;
}

.level table {
		border-collapse:collapse;
}

.level th,
.level td {
		font-weight:normal;
		padding:6px 8px;
		border:1px solid #ccc;
		vertical-align:top;
}

.level thead th {
		text-align:center;
		background:#FFF8EE;
}

.level tbody th {
		width:12%;
}

.level tbody td {
		width:29%;
}

.table04 {
		width:99%;
		border-collapse:collapse;
}

.table04 th,
.table04 td {
		text-align:center;
		font-weight:normal;
		padding:6px 4px;
		border:1px solid #ccc;
}

.table04 thead th {
		background: #E9F3F8;
}

/* contents3.html */

.table05 {
		border-collapse:collapse;
		float:right;
}

.table05 th,
.table05 td {
		text-align:center;
		font-weight:normal;
		padding:6px 8px;
		border:1px solid #ccc;
}

.table05 thead th {
		background:#FFF8EE;
}

/* contents4.html */

.list04 {
		width:535px;
}

.list04 dt {
		font-weight:bold;
		padding:8px 12px 8px 40px;
		border-bottom:1px solid #d3cec2;
		background:url(img/w-dt.gif) no-repeat top;
}

.list04 dt span {
		text-align:right;
		display:block;
		float:right;
		font-weight:normal;
		color:#666;
}

.list04 dd {
		margin-bottom:26px;
		padding:8px 12px;
		background:url(img/w-dd.gif) no-repeat bottom;
		zoom:1;
		overflow:hidden;
}

/* contents5.html */

.list05 {
		width:513px;
		margin:0 auto;
}

.list05 dt {
		font-weight:bold;
		padding:8px 12px;
		background:url(img/w-top01.gif) no-repeat top;
}

.list05 dd {
		margin-bottom:26px;
		padding:0px 12px 8px 12px;
		background:url(img/w-bottom01.gif) no-repeat bottom;
		overflow:hidden;
		zoom:1;
}

.list05 dd .img_l img {
		padding:1px;
		border:1px solid #999;
}

/* contents6.html */
#contents6 table {
		width:99%;
}

.table06 {
		border-collapse:collapse;
}

.table06 th,
.table06 td {
		font-weight:normal;
		padding:6px 8px;
		border:1px solid #ccc;
}

.table06 thead th {
		text-align:center;
		background:#FFF8EE;
}

.table06 .sp01 {
		width:36%;
}

.list06 {
		overflow:hidden;
		zoom:1;
}

.list06 dt {
		float:left;
		background:#993300;
}

.list06 dd {
		float:left;
		background:#336666;
}

.list07 dl {
		clear:both;
}

.list07 dt {
		float:left;
		margin:0 10px 10px 0;
}

.list07 dd {
		margin:0 0 0 180px;
		padding:20px 0 20px 46px;
		border-bottom:1px solid #ccc;
		background:url(img/a01.gif) no-repeat left 20px;
}

.table07 th,
.table07 td {
		padding:0 6px 15px 6px;
		vertical-align:top;
}

.table07 strong {
		display:block;
		font-size:110%;
		color:#FF6600;
		margin-bottom:8px;
}

.table06 .siz2 {
		width:130px;
}

.table06 .siz3 {
		width:170px;
}

.bg1 {
		border:solid 1px #ccc;
		padding:10px 10px 0;
		margin:0 0 10px;
}

.bg1 dl {
		margin:0 0 0 20px;
}

.bg1 dt {
		float:left;
		width:150px;
}

.dl1 dt span {
		text-align:right;
		display:block;
		float:right;
		font-weight:normal;
		color:#666;
}

.font1 {
		font-size:80%;
		color:#666;
}

