@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	background-color: #000;
}

html {
	overflow-y: scroll;
}

em {
	font-weight: normal;
}

strong {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
}

span {
	color: #FF0000;
}

p {
	margin: 0 0 1em;
}

a:link {
	color: #336633;
}

a:visited {
	color: #336633;
	text-decoration: none;
}

a:hover {
	color: #66cc66;
}

a:active {
	color: #66cc66;
}

a img {
	border: 0;
}

dl,
ul,
dl dt,
dl dd,
ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ol,
ol li {
	padding: 0;
	margin: 0 0 1em 1em;
}

textarea,
select,
input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0 0 5px 0;
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	text-align: right;
}

h2 {
	float: left;
}

h3 {
	padding: 0 0 0 12px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background: url(img/m-title.gif) no-repeat;
}

h4 {
	clear: both;
	padding: 0 0 0 12px;
	margin-bottom: .5em;
	border-left: 5px #e7a908 solid;
	font-size: 120%;
	color: #e7a908;
	letter-spacing: 1px;
}

h5 {
	margin:20px 0 5px;
	font-size: 110%;
	color:#FF0000;
}

h6 {
	font-size: 100%;
	color: #3399cc;
}

#wrapper {
}

#body {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 80px;
	width: inherit;
	background: url(img/head-bg.gif) repeat-x bottom;
}

address {
	float: right;
	height: 53px;
	width: 255px;
	padding: 0px;
	margin: 3px 0 0 0;
	background: url(img/inquiry-hover.gif);
}

address a {
	height: 53px;
	width: 255px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(img/inquiry.gif);
}

address a:hover {
	background: none;
}

#title {
	clear: both;
	margin-bottom: 10px;
}

#contents {
	width: 780px;
	padding: 0;
	zoom: 100%;
	background: url(img/left-back.gif) repeat-y left top;
}

#sub {
	float: left;
	width: 170px;
	margin: 0px;
	background-color: #000;
}

#sub dl {
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #888888;
}

#sub dt {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

#sub dd {
	color: #fff;
}

#main {
	float: right;
	width: 595px;
}

.maincontents {
	width: 573px;
	padding: 15px 10px 35px 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	background-color: #000;
	zoom: 100%;
}

.maincontents:after,
#contents:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

#footer {
	clear: both;
	padding: 22px 0 20px 0;
	font-size: 80%;
	background: url(img/f-bg.gif) repeat-x left top;
	background-color: #333;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	color: #cccc66;
}

#footer li {
	padding: 0 0 0 5px;
	margin: 0 0 0 7px;
	border-left: 1px solid #5f5f5f;
	display: inline;
}

#footer p {
	clear: both;
	margin: 0px;
	text-align: right;
}

/* #menu */

#menu {
	width: 780px;
	background-color: #fff;
}

#menu li {
	float: left;
	height: 39px;
	width: 156px;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
}

#menu a {
	height: 39px;
	width: 156px;
	display: block;
}

#menu .menu01 {
	background: url(img/menu01-hover.gif);
}

#menu .menu01 a {
	background: url(img/menu01.gif);
}

#menu .menu01 a:hover {
	background: none;
}

#menu .menu02 {
	background: url(img/menu02-hover.gif);
}

#menu .menu02 a {
	background: url(img/menu02.gif);
}

#menu .menu02 a:hover {
	background: none;
}

#menu .menu03 {
	background: url(img/menu03-hover.gif);
}

#menu .menu03 a {
	background: url(img/menu03.gif);
}

#menu .menu03 a:hover {
	background: none;
}

#menu .menu04 {
	background: url(img/menu04-hover.gif);
}

#menu .menu04 a {
	background: url(img/menu04.gif);
}

#menu .menu04 a:hover {
	background: none;
}

#menu .menu05 {
	background: url(img/menu05-hover.gif);
}

#menu .menu05 a {
	background: url(img/menu05.gif);
}

#menu .menu05 a:hover {
	background: none;
}

/*sub-menu*/

#sub-menu {
	width: 170px;
	padding-bottom: 5px;
	background: #000;
}

#sub-menu li {
	margin-bottom: 10px;
}

#sub-menu a {
	display: block;
	width:170px;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
}

#sub-menu .menu-s01 {
	background: url(img/sub-banner01-hover.jpg);
	height:80px;
}

#sub-menu .menu-s01 a {
	background: url(img/sub-banner01.jpg);
	height:80px;
}

#sub-menu .menu-s01 a:hover,
#sub-menu .menu-s02 a:hover,
#sub-menu .menu-s04 a:hover {
	background: none;
}

#sub-menu .menu-s02 {
	background: url(img/sub-banner02-hover.jpg);
	height:60px;
}

#sub-menu .menu-s02 a {
	background: url(img/sub-banner02.jpg);
	height:60px;
}

#sub-menu .menu-s03 a {
	height: 30px;
	background: url(img/sub-banner03.gif);
}


#sub-menu .menu-s04 {
	background: url(img/sub-banner03-hover.jpg);
	height:60px;
}

#sub-menu .menu-s04 a {
	background: url(img/sub-banner03.jpg);
	height:60px;
}


/* LAYOUT
--------------------------------------------- */

/* class */

.clear {
	clear: both;
}

.img_r {
	float: right;
	padding:0 0 10px 10px;
}

.img_r li {
	margin:0 0 20px;
}

.img_l {
	float: left;
	padding:0 10px 10px 0;
}

.img_r,
.img_l {
	background-color:#000;
}

.p_r {
	text-align: right;
}

.p_c {
	text-align:center;
}

/* 戻る */
.return {
	clear: both;
	padding: 0px;
	margin: 1em 0 2em;
	text-align: right;
}

.return a:link {
	background: #808080;
}

.return a:visited {
	background: #808080;
}

.return a:hover {
	background: #6699cc;
}

.return a:active {
	background: #6699cc;
}

/* CONTENTS
---------------------- */
/* all */
/*greeting.html*/
#CompanyInfo {
	margin:0 0 1em;
	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 #6e6e6e;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

/*access.html*/

#access ul {
	margin: 0 0 1em 0;
}

#map {
	height: 450px;
	width: 500px;
	margin: 20px auto 30px;
	border: 1px solid #CCCCCC;
}

#map span {
	color: #333;
}

.googlemap {
	text-align: center;
}

/* privacy.html
------------------*/
#Privacy ul li {
	margin-left: 1.5em;
	list-style: none;
}

#Privacy dl {
	margin-left: 1.5em;
}

#Privacy dl dd {
	margin-bottom: 1em;
}

#Privacy h4 {
	padding: 0;
	margin: 20px 0 5px 0;
	border: none;
	font-weight: bold;
	color: #434343;
}

/*inquiry.html*/


#Inquiry 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;
}

/* -------------------------------- */
.dl_menu,
.dl_menu2 {
	width:330px;
}

.dl_menu dd,
.dl_menu2 dd {
	margin:0 0 5px;
}

.comme {
	color:#999;
	margin:0 0 0 20px;
}

.price,
.dl_menu2 dd {
	text-align:right;
	border-bottom:dotted 1px #999;
	padding:0 0 5px;
}

.dl_menu2 dt {
	float:left;
}
