@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */

* {
	font-size:98%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color:#222;
	letter-spacing:1px;
}

body {
	background:#fff url(img/bg.gif) repeat-x;
	text-align: center;
}

#no {
	background:none;
	background-image:none;
}

/* font */

em {
	font-style:normal;
}

strong {
	font-weight:bold;
}

span {
	color:#cc0000;
}

a:link {
	color:#993300;
}

a:visited {
	color:#993333;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

a:active {
	color:#993300;
}

p {
	margin: 0 0 1em;
}

a img {
	border:0;
}

dl,
ul,
ol,
dl dt,
dl dd,
ul li,
ol li {
	margin:0;
	padding:0;
	list-style:none;
}

textarea,
select,
input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}

h1,
h2 {
	margin:0;
	padding:0;
}

h1 {
	float:left;
	width:480px;/* 場合により調節 */
}

h2 {
	text-align:center;
	margin:15px 0 0;
}

h3 {
	background:url(img/bar_back.gif) no-repeat 0 0;
	height:22px;
	color:white;
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0 0 0 15px;
	font-weight:normal;
}

#rightTop h3 {
	margin:0 0 15px;
	background:none;
	height:auto;
	padding:0;
	font-size:0;
	line-height:0;
}

h3#Greeting {
	background:none;
	height:24px;
	margin:0;
	padding:0 0 .5em 10px;
}

h4,
#contents3_h3 {
	margin:0 0 20px;
	padding:15px 0 0 10px;
	line-height:2;
	letter-spacing:.1em;
	font-size:120%;
	color:#000066;
	border-bottom:1px dotted #999999;/* Csvﾈわ除 */
}

#contents3_h3 {
		background:none;
		margin:0 0 1em;
		padding:0;
		font-weight:bold;
		border:none;
		height: auto;
}

h5 {
	font-size:100%;
	margin:0 0 1em;
	text-indent:.5em;
	color:#4d3626;
}

#body {
	width: 780px;
	border: #4D3626 1px solid;
	background-color:#fff;
	text-align:left;
	margin: 0px auto;
}

#wrapper {
	background:url(img/bg01.gif) no-repeat;
	margin: 0px auto;
	text-align:center;
}

#header {
	background-image:url(img/h-bg.gif);
	background-repeat:repeat-x;
	padding: 12px 0px 12px 0px;
	height:74px;
}

#contents {
	padding:10px 14px 14px;
}

#left {
	margin: 10px 0px 0px 0px;
	float:left;
	width: 185px;
	text-align:center;
}

#right {
	margin: 10px 0px 0px 0px;
	float:right;
	width: 560px;
}

.leftcontents {
	padding: 10px;
}

#footer {
	background: url(img/f-bg.gif) repeat-x top;
	padding: 17px 0 0;
	text-align:right;
	margin: 0px;
	clear:both;
	height:29px;
}

/* E topic link */
.menu {
	float:right;
	width: 250px;/* 場合により調節 */
	margin: 0px;
	height:30px;
	background: url(img/url.gif) no-repeat 80% 100%;/* URLの位置を調節 */
	padding: 0 0 30px;
}

.menu li {
	float: right;
	display: inline;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
}

.menu li a {
	display:block;
	height:27px;
}

.menu li.navi01 a {
	background-image: url(img/m-01.gif);
	width: 75px;
}

.menu li.navi02 a {
	background-image: url(img/m-02.gif);
	width: 80px;
}

.menu li.navi03 a {
	background-image: url(img/m-03.gif);
	width: 80px;
}

/* menu */

.s-menu {
	width: 175px;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
}

.s-menu li {
	float: left;
	display: inline;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
	margin:0 0 10px;
}

.s-menu li a {
	display: block;
	width: 175px;
	height:36px;
}

.s-menu li.menu01 a:link {
	background-image: url(img/m-04.gif);
}

.s-menu li.menu01 a:visited {
	background-image: url(img/m-04.gif);
}

.s-menu li.menu01 a:hover {
	background-image: url(img/m-0401.gif);
}

.s-menu li.menu01 a:active {
	background-image: url(img/m-0401.gif);
}

.s-menu li.menu02 a:link {
	background-image: url(img/m-05.gif);
}

.s-menu li.menu02 a:visited {
	background-image: url(img/m-05.gif);
}

.s-menu li.menu02 a:hover {
	background-image: url(img/m-0501.gif);
}

.s-menu li.menu02 a:active {
	background-image: url(img/m-0501.gif);
}

.s-menu li.menu03 a:link {
	background-image: url(img/m-06.gif);
}

.s-menu li.menu03 a:visited {
	background-image: url(img/m-06.gif);
}

.s-menu li.menu03 a:hover {
	background-image: url(img/m-0601.gif);
}

.s-menu li.menu03 a:active {
	background-image: url(img/m-0601.gif);
}

.s-menu li.menu04 a:link {
	background-image: url(img/m-07.gif);
}

.s-menu li.menu04 a:visited {
	background-image: url(img/m-07.gif);
}

.s-menu li.menu04 a:hover {
	background-image: url(img/m-0701.gif);
}

.s-menu li.menu04 a:active {
	background-image: url(img/m-0701.gif);
}

.s-menu li.menu05 a:link {
	background-image: url(img/m-08.gif);
}

.s-menu li.menu05 a:visited {
	background-image: url(img/m-08.gif);
}

.s-menu li.menu05 a:hover {
	background-image: url(img/m-0801.gif);
}

.s-menu li.menu05 a:active {
	background-image: url(img/m-0801.gif);
}



.s-menu li.menu06 a:link {
	background-image: url(img/m-09.gif);
}

.s-menu li.menu06 a:visited {
	background-image: url(img/m-09.gif);
}

.s-menu li.menu06 a:hover {
	background-image: url(img/m-0901.gif);
}

.s-menu li.menu06 a:active {
	background-image: url(img/m-0901.gif);
}

.s-menu li.menu07 a {
	height:25px;
	margin-bottom:5px;
}

.s-menu li.menu07 a:link {
	background-image: url(img/policy.gif);
}

.s-menu li.menu07 a:visited {
	background-image: url(img/policy.gif);
}

.s-menu li.menu07 a:hover {
	background-image: url(img/policy.gif);
}

.s-menu li.menu06 a:active {
	background-image: url(img/policy.gif);
}

.menu08 {
	float: left;
	display: inline;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
	margin:0 0 10px;
}

.menu08 a {
	width: 175px;
	height:77px;
	display: block;
	margin-left:5px;
}

.menu08 a:link {
	background-image: url(img/request.gif);
}

.menu08 a:visited {
	background-image: url(img/request.gif);
}

.menu08 a:hover {
	background-image: url(img/request01.gif);
}

.menu08 a:active {
	background-image: url(img/request01.gif);
}

/* LAYOUT
--------------------------------------------- */

/* class */
.clear {
	clear:both;
}

.img_r {
	float: right;
	margin:0 0 5px 5px;
}

.img_l {
	float: left;
	margin:0 5px 0 0;
	vertical-align:top;
}

.p_right {
	text-align:right;
}

/* 戻る */
.return {
	text-align:right;
	margin:15px 0 15px;
	clear:both;
}

.return a:link {
	background:#333;
}

.return a:visited {
	background:#333;
}

.return a:hover {
	background:#CC3300;
}

.return a:active {
	background:#333;
}

/* address */
#Address {
	background-color:#F0FAFF;
	border: #cbd6db 1px solid;
	margin: 15px 0 15px;
	padding: 10px 5px 10px 10px;
	color:#333;
	clear:both;
}

#Address p {
	margin:0 0 .5em;
}

#Address em {
	color:#000066;
	font-size:140%;
	font-weight:bold;
}

/* layout
-------------------------------------------------- */

/* gbvy[W */
#rightTop { /* topのみ */
	margin: 10px 0 10px;
	float:right;
	width: 560px;
}

#TopLink {
	margin:0;
	float:left;
}

#TopLink li {
	float:left;
	margin:0;
	display:inline;
}

#TopLink .space {
	margin-right:10px;
}

/*  greeting.html
------------------*/

.name { /* 代表者 */
	text-align:right;
	margin:30px 15px 15px;
}

#CompanyInfo {
	width:500px;
	margin:15px 0 0px;
	clear:both;
}

#CompanyInfo dt {
	background:url(img/box.gif) bottom left no-repeat;
	padding-left:20px;
	color:#333;
	height:20px;
}

#CompanyInfo dd {
	padding:10px 20px 20px;
	color:#333;
}

/* access.html 
------------------*/

#map {
	width:500px;
	height:270px;
	border:1px solid #555;
	margin:15px auto 10px;
}

#map span {
	color:#333;
}

/* privacy.html
------------------*/
#Privacy ul li {
	list-style:none;
	margin-left:1.5em;
}

#Privacy dl {
	margin-left:1.5em;
}

#Privacy dl dd {
	margin-bottom:1em;
}

#Privacy h4 {
	margin:20px 0 5px 0;
	background:none;
	font-weight:normal;
	padding:0;
}

/* inquiry.html 
------------------*/
#Inquiry h4 {
	background:none;
	border:none;
	padding:0;
	margin:30px 0 15px;
}

#Inquiry li {
	margin: 0 0 5px 20px;
	list-style:outside square;
}

#InfoTel {
	margin:40px 0 20px;
	color:#666;
	width:500px;
	border:1px solid #dcdcdc;
	padding:5px;
}

#InfoTel li {
	display:inline;
	margin:0;
	list-style:none;
}

#InfoTel p {
	margin:0 0 0 20px;
}

/* mailform */
table#MailForm {
	border-collapse:separate;
	border-spacing:1em;
	margin:1em 0 0 0px;
}

table#MailForm th {
	width:120px;
	border-right:5px solid #f2f2f2;
	font-weight:normal;
}

table#MailForm th,
table#MailForm td {
	padding:5px 5px 5px 10px;
}

table#MailForm td textarea {
	width:300px;
}

table#MailForm td input {
	width:200px;
}

/* input */
.inputarea {
	margin-left:300px;
}

.inputarea li {
	display:inline;
}

/* CONTENTS
---------------------- */
/* all */
.leftcontents dd {
	margin-bottom:.8em;
}

.flow li {
	list-style:decimal;
	list-style-position:inside;
	padding-left:1em;
}

#thanks p {
	text-align: center;
	line-height: 200px;
}

#fee table {width:95%; border-collapse:collapse; margin-bottom:1em;}

#fee th { text-align:left;}

#fee td ,
#fee th {
padding:5px 10px;
border-bottom:1px solid #ccc;
}

#fee td {
		text-align: right;
}
