@charset "utf-8";
/*
 Share Style
----------------------------------------------------------- */

body {
	font-size:12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background:#f2fae9 url(img/bg.gif);
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
h1, h2 {
	margin:0;
	padding:0;
}
h1 {
	float:left;
}
h3 {
	font-size: 12px;
	color: white;
	margin: 10px 0px 0px 0px;
	padding: 3px 5px 3px 15px;
	background:url(img/title-bg.gif) no-repeat 0 0;
}
h4 {
	font-size:100%;
}
dl, dl dd, dl dt, ul, ol, ul li, ol li {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	margin:0 0 1em;
}
a img {
	border:0;
}
span {
	color:#0066CC;
}
em, strong {
	font-weight:bold;
	color:#000099;
}
textarea, select, input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}
/* link */

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#111;
	text-decoration:none;
}
a:hover {
	color:#333366;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration:none;
}
#wrapper {
	background:url(img/bg01.gif) no-repeat top right;
	margin: 0px auto;
	width: 800px;
	text-align:center;
}
#body {
	width: 780px;
	text-align:left;
	margin: 0px 20px 0px 0px;
	border:#C6C6C6 1px solid;
	background:white url(./img/back.gif) repeat-y 0 0;
}
#header {
	background:white url(img/header-bg.gif) repeat-x bottom;
	padding: 0px 0px 18px 0px;
	float:left;
	width:inherit;
}
.menu {
	float:right;
	padding:0 0 20px;
	width:300px;
	height:40px;
	background:url(img/url.gif) no-repeat 50% 35px;
}/* 場合により調整 */
.menu li {
	float: left;
	display: block;
	text-indent:-9999px;/*\*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.menu li a {
	display: block;
	width: 95px;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	background: no-repeat 0 0;
}
.menu li.navi01 a {
	background-image: url(img/m-01.gif);
}
.menu li.navi02 a {
	background-image: url(img/m-02.gif);
}
.menu li.navi03 a {
	background-image: url(img/m-03.gif);
}
#contents {
	padding: 0px 13px 10px 13px;
	clear:both;
	float:left;
	width:754px;
}
/* Left Contents */

#left {
	float:left;
	width: 160px;
	background-color:white;
	padding:0 0 10px;
}
#left dl {
	width: 158px;
}
#left dl dt {
	margin:10px 0 0;
	font-size:0;
	line-height:0;
}
#left dl ul {
	width:158px;
}
#left dl ul li {
	display: block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	height:26px;
	/*\*/ overflow: hidden;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
}
#left dl ul li a {
	display:block;
	background:no-repeat 0 0;
	height:26px;
}
#otherLink li {
	margin:10px 0 0px;
}
#left dl ul li.menu01 a:link {
	background-image: url(img/m-04.gif);
}
#left dl ul li.menu01 a:visited {
	background-image: url(img/m-04.gif);
}
#left dl ul li.menu01 a:hover {
	background-image: url(img/m-04-1.gif);
}
#left dl ul li.menu01 a:active {
	background-image: url(img/m-04-1.gif);
}
#left dl ul li.menu02 a:link {
	background-image: url(img/m-05.gif);
}
#left dl ul li.menu02 a:visited {
	background-image: url(img/m-05.gif);
}
#left dl ul li.menu02 a:hover {
	background-image: url(img/m-05-1.gif);
}
#left dl ul li.menu02 a:active {
	background-image: url(img/m-05-1.gif);
}
#left dl ul li.menu03 a:link {
	background-image: url(img/m-06.gif);
}
#left dl ul li.menu03 a:visited {
	background-image: url(img/m-06.gif);
}
#left dl ul li.menu03 a:hover {
	background-image: url(img/m-06-1.gif);
}
#left dl ul li.menu03 a:active {
	background-image: url(img/m-06-1.gif);
}
#left dl ul li.menu04 a:link {
	background-image: url(img/m-07.gif);
}
#left dl ul li.menu04 a:visited {
	background-image: url(img/m-07.gif);
}
#left dl ul li.menu04 a:hover {
	background-image: url(img/m-07-1.gif);
}
#left dl ul li.menu04 a:active {
	background-image: url(img/m-07-1.gif);
}
#left dl ul li.menu05 a:link {
	background-image: url(img/m-08.gif);
}
#left dl ul li.menu05 a:visited {
	background-image: url(img/m-08.gif);
}
#left dl ul li.menu05 a:hover {
	background-image: url(img/m-08-1.gif);
}
#left dl ul li.menu05 a:active {
	background-image: url(img/m-08-1.gif);
}
/* Footer */

#footer {
	background: url(img/f-bg.gif);
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	clear:both;
	font-size:0;
	line-height:0;
}
/* Right Contents */

#right, #topRight {
	margin: 10px 0px 0px 0px;
	float:right;
	width: 577px;
}
#news {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 576px;
}
.news {
	margin: 10px;
	background-image:url(img/point01.gif);
	background-repeat: no-repeat;
	text-align:left;
	border-bottom: #333333 1px dashed;
	padding-left: 15px;
}
.news01 {
	margin: 10px;
	background-image:url(img/point01.gif);
	background-repeat: no-repeat;
	text-align:left;
	padding-left: 15px;
}
.comment {
	padding: 10px;
	text-align:left;
}
.list01 {
	background-image: url(img/point02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 2px 0px 2px 25px;
}
.list02 {
	background-image: url(img/point03.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 2px 0px 2px 25px;
}
/* class */

.clear {
	clear:both;
}
.img_r {
	float: right;
	vertical-align:top;
	margin: 10px;
}
.img_l {
	float: left;
	margin: 0 10px 10px 0;
	vertical-align:top;
}
.p_center {
	text-align:center;
}
.p_right {
	text-align:right;
}
.none {
	background:none;
}
/* topにもどる */
.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:#D0EFFC;
	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 {
	font-style:normal;
	color:#000099;
	font-size:140%;
	font-weight:bold;
}
#siteMap {
	padding: 10px;
	margin: 0px auto;
	width: 450px;
}
#ThanxMassage {
	padding:100px 50px;
}
/* Layout 
------------------------------------- */
/* TOP */
#topRight #TopLink li {
	float:left;
	margin:0 2.5px;
}
#topRight h2 {
	margin:0 0 5px;
}
/* greeting */

.name { /* 代表者位置 */
	text-align:right;
	margin:30px 15px 15px;
}
#CompanyInfo {
	border-collapse:collapse;
	border:0;
 width:520px;
 margin:0 auto;
}

#CompanyInfo th, #CompanyInfo td {
	border:1px solid #999;
	padding:8px 0 8px 1em;
	color:#333333;
	line-height:1.6em;
}
#CompanyInfo th {
	background-color:#E8F5FF;
	text-align: center;
	padding:0;
}
#CompanyInfo td {

}
/* 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:2em;
	line-height:1.8;
}
#Privacy dl {
	margin-left:2em;
}
#Privacy dl dd {
	margin-bottom:1em;
}
#Privacy h4 {
	margin:30px 0 5px 0px;
	font-size:100%;
	font-weight:normal;
	color:#333399;
}
/* inquiry.html 
------------------*/

#InfoTel {
	margin:15px 0 20px;
	color:#666;
	width:500px;
	border:1px solid #dcdcdc;
	padding:5px;
}
#InfoTel li {
	display:inline;
}
#InfoTel p {
	margin:0 0 0 20px;
}
/* mailform */

table#MailForm {
	border-collapse:collapse;
	border-spacing:0;
	margin:1em 0 0 15px;
}
table#MailForm th {
	width:120px;
	background:#f2f2f2;
	font-weight:normal;
}
table#MailForm th, table#MailForm td {
	padding:5px;
	border-bottom:5px solid white;
}
table#MailForm td textarea {
	width:300px;
}
table#MailForm td input {
	width:200px;
}
.inputarea {
	margin-left:300px;
}
.inputarea li {
	display:inline;
}
/* CONTENTS
---------------------- */
/* all */

.img_01 {
	text-align:center;
	margin:15px 0 5px 0;
}
.list03 {
	margin: 5px 0 0 10px;
	width:540px;
}
.list03 dt {
	width:80px;
	background-image:url(img/i_mark01.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0px 0 1em;
	float:left;
	color:#003399;
}
.list03 dd {
	margin:0px 0 1em;
	border-bottom:solid 1px #ccc;
}
.add {margin:0; padding:0;}
.add li {text-align:right;
width:270px;}

#CompanyInfo li , #access li {
	margin-left: 1em;
}
#CompanyInfo li strong , #CompanyInfo li span , #access li strong {
	margin-left: -1em;}

.blue {
	font-size: 1.2em;
	color: #0000FF;
	font-weight:bold;
}
