@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333;
	line-height: 1.5;
	text-align: center;
}


html {
	overflow-y: scroll;
}


em,
strong {
	font-weight: normal;
}


p {
	margin: 0 0 1em;
}


a:link {
	color: #0000FF;
}


a:visited {
	color: #0000FF;
	text-decoration: none;
}


a:hover {
	color: #7286c9;
}


a:active {
	color: #7286c9;
}


a img {
	border: 0;
}


dl,
ul,
ol,
dl dt,
dl dd,
ul li,
ol li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


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: #555;
	text-align: right;
	background: url(img/keyword-bg.gif) repeat-x left bottom;
}


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 #2d448d solid;
	font-size: 115%;
	color: #2d448d;
	letter-spacing: 1px;
}

h5 {
font-size:110%;
color:#4a6c97;
}



#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 {
	float: left;
	width: 780px;
	padding: 0 0 10px 0;
	background: url(img/left-back.gif) repeat-y left top;
}


#sub {
	float: left;
	width: 170px;
	margin: 0px;
	background-color: #FFFFFF;
}


#sub dl {
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #b5ccf1;
}


#sub dt {
	font-size: 110%;
	font-weight: bold;
	color: #315489;
}


#main {
	float: right;
	width: 595px;
}


.maincontents {
	float: left;
	width: 573px;
	padding: 15px 10px 35px 10px;
	margin-bottom: 10px;
	border: 1px solid #2757a2;
}


#footer {
	clear: both;
	padding: 22px 0 20px 0;
	font-size: 80%;
	background: url(img/f-bg.gif) repeat-x left top;
	background-color: #f1f1f1;
	width:780px;
}


#footer a {
	color: #5f5f5f;
	text-decoration: none;
}


#footer a:hover {
	color: #3366FF;
}


#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: #fff;
}


#sub-menu li {
	margin-bottom: 10px;
}


#sub-menu a {
		display: block;
		width:170px;
		height:80px;
		text-indent:-9999px;
		/*\*/ overflow: hidden;
}


#sub-menu .menu-s01 a {
	background: url(img/sub-banner01.jpg);
}


#sub-menu .menu-s02 a {
	background: url(img/sub-banner02.jpg);
}


#sub-menu .menu-s03 a {
	height: 30px;
	background: url(img/sub-banner03.gif);
}


/* LAYOUT
--------------------------------------------- */

/* class */

.clear {
	clear: both;
}


.img_r {
	float: right;
	margin: 0 0 5px 5px;
}
.img_r li {
margin:0 0 1em;
}


.img_l {
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: top;
}


.float_l {
	float: left;
}


.float_r {
	float: right;
}


/* 戻る */
.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 {
	width: 95%;
	margin: 1em auto 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 #7095cf;
	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;
}


.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: #383e91;
}


/*inquiry.html*/

#Inquiry ul li {
	float: left;
	margin: 0 10px 0 0;
}


p.inquiry-hour {
	clear: both;
	padding: 0 0 0 5px;
	color: #666666;
	letter-spacing: 1px;
}


#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;
}

/* --------------index.html contents1.html----------------*/
.list1 {
margin:0 0 1em;
}
.list1 li {
	padding:0 0 0 10px;
	background:url(img/icon1.gif) no-repeat 0 5px;
}


/* --------------contents1.html----------------*/

.dl1 dt {
font-weight:bold;
color:#528ba9;
}

.dl1 dd {
margin: 0 0 1em 20px;
}
/* --------------contents2.html----------------*/
.table1 {
width:99%;
border: 1px dotted #CCC;
	border-collapse:collapse;
}

.table1 th,
.table1 td {
	border: 1px dotted #CCC;
	padding:5px 10px;
	line-height: 1.5;
}
