@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: 100%;
		color: #333;
		line-height: 1.5;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
		text-decoration: none;
}

a:hover {
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
		margin: 0 auto;
		background: url(img/header.gif) repeat-x left top;
		min-height: 100%;
}

/* header */
#header {
		zoom: 1;
		width: 950px;
		margin: 0 auto;
}

#header h1 {
		float: left;
		margin-top:10px;
}

#topnavi {
		float: right;
		margin-top:4px;
}

/* navigation */




/* navigation */

#menu dl {
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
		margin-bottom:10px;
}

#menu dt {
		font-size:0;
}

#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-hover.gif);
}

#menu dd.m01 a {
		background: url(img/menu01.gif);
}

#menu dd.m02 {
		background: url(img/menu02-hover.gif);
}

#menu dd.m02 a {
		background: url(img/menu02.gif);
}

#menu dd.m03 {
		background: url(img/menu03-hover.gif);
}

#menu dd.m03 a {
		background: url(img/menu03.gif);
}

#menu dd.m04 {
		background: url(img/menu04-hover.gif);
}

#menu dd.m04 a {
		background: url(img/menu04.gif);
}

#menu dd.m05 {
		background: url(img/menu05-hover.gif);
}

#menu dd.m05 a {
		background: url(img/menu05.gif);
}

#menu dd.m06 {
		background: url(img/menu06-hover.gif);
}

#menu dd.m06 a {
		background: url(img/menu06.gif);
}

#menu dd.m07 {
		background: url(img/menu07-hover.gif);
}

#menu dd.m07 a {
		background: url(img/menu07.gif);
}

#menu dd.m08 {
		background: url(img/menu08-hover.gif);
}

#menu dd.m08 a {
		background: url(img/menu08.gif);
}

#menu dd.m09 {
		background: url(img/menu09-hover.gif);
}

#menu dd.m09 a {
		background: url(img/menu09.gif);
}

#menu dd.m10 {
		background: url(img/menu10-hover.gif);
}

#menu dd.m10 a {
		background: url(img/menu10.gif);
}

#menu dd.m11 {
		background: url(img/menu11-hover.gif);
}

#menu dd.m11 a {
		background: url(img/menu11.gif);
}

#menu dd.m12 {
		background: url(img/menu12-hover.gif);
}

#menu dd.m12 a {
		background: url(img/menu12.gif);
}

#menu dd.m13 {
		background: url(img/menu13-hover.gif);
}

#menu dd.m13 a {
		background: url(img/menu13.gif);
}

#menu dd.m14 {
		background: url(img/menu14-hover.gif);
}

#menu dd.m14 a {
		background: url(img/menu14.gif);
}

#menu dd.m15 {
		background: url(img/menu15-hover.gif);
}

#menu dd.m15 a {
		background: url(img/menu15.gif);
}

#menu dd a:hover {
		background: none;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
		width: 950px;
		margin: 0 auto;
}

/* contents */
#visual {
		width: 730px;
		margin: 0 0 10px 0;
}

#contents:after,
#header:after,
#gnavi:after {
		clear: both;
		height: 0.1px;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
		display: block;
		content: ".";
}

#sub {
		float: left;
		width: 200px;
		margin: 10px 0;
}

#sub a img {
		display: block;
}

#sub ul a img {
		display: inline;
}

#sub a:hover {
		text-decoration:none;
}

#sub h3 {
		padding: 10px 10px 0;
		font-size: 120%;
		color: #171717;
		background: url(img/sub_title.gif) no-repeat left top;
}

#sub p {
		color:#0033FF;
		font-size:85%;
}

#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;
}

#main {
		float: right;
		width: 730px;
		margin: 10px 0;
		display: inline;
}

.section h3 {
		background: url(img/title-bg.gif) no-repeat 3px 1px;
		font-weight:bold;
		font-size: 110%;
		color:#222;
		padding: 12px 10px 15px 13px;
}

.section h4 {
		font-weight:bold;
		font-size:110%;
		color: #3a954f;
		border-left:solid 4px #3a954f;
		padding:3px 0 3px 10px;
}

.article {
		letter-spacing:2px;
		line-height:24px;
		color:#000;
		padding: 10px;
		border-bottom: 1px dotted #dcc;
		margin-bottom:10px;
}

/* footer */
#footer {
		background: #3a954f;
		clear: both;
		padding:0 0 10px;
}

#footer a {
		color: #fff;
		text-decoration: none;
}

#footernavi {
		padding: 10px;
		text-align: center;
		background: url(img/border.gif) repeat-x left top;
}

#footernavi li {
		padding: 10px;
		display: inline;
		background: url(img/point1.gif) no-repeat left center;
}

#copy {
		text-align:center;
		margin:10px 0;
}

#copy a {
		text-decoration: none;
}

/* 戻る */
.return {
		clear: both;
		padding: 0px;
		margin: 0px;
		text-align: right;
}

.return a:link {
		background: #FF99CC;
}

.return a:visited {
		background: #FF99CC;
}

.return a:hover {
		background: #CC9966;
}

.return a:active {
		background: #CC9966;
}

/* 汎用スタイル */
.clear {
		clear: both;
}

.p_c {
		text-align:center;
}

.p_r {
		text-align:right;
}

.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;
}

/* 各固定ページ用
---------------------- */


/* 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 #3a954f;
		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;
		font-size:90%;
		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;
}

#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;
}

.inquiry-bg {
		width:500px;
		margin-top:5px;
		padding:15px 15px 10px;
		border:solid 5px #CCCCCC;
}

/* 各ページ用スタイル
---------------------- */



.clearfix:after {
		display: block;
		font-size: 0.1em;
		line-height: 0;
		height: 0.1px;
		visibility: hidden;
		clear: both;
		content: ".";
}

.txt_c {
		text-align:center;
}

.txt_r {
		text-align:right;
}

/* index.html */

.list01 dt {
		font-weight:bold;
		margin-bottom:12px;
}

.list01 dd {
		margin-bottom:30px;
}

.list02 {
		overflow:hidden;
		zoom:1;
}

.list02 dt {
		font-weight:bold;
		margin-bottom:15px;
		padding:4px 0 4px 10px;
		border-left:5px solid #33CC00;
}

.list02 dd {
		text-align:center;
		width:177px;
		float:left;
}

.news li {
		margin-bottom:10px;
		padding:0 5px 2px 5px;
		border-bottom:1px solid #ccc;
}

.list03 li {
		margin-bottom:8px;
		padding:0 0 0 26px;
}

.list03 .man {
		background:url(img/point4.gif) no-repeat left;
}

.list03 .woman {
		background:url(img/point3.gif) no-repeat left;
}

.list03 a {
		text-decoration:none;
}

/* greeting.html */


.owner {
		margin-bottom:15px;
		padding:12px 15px;
		background:#FBF2EA;
		overflow:hidden;
		zoom:1;
}

.table01 {
		border-collapse:collapse;
}

.table01 th,
.table01 td {
		font-weight:normal;
		padding:6px 10px;
		border:1px solid #ccc;
}

.table01 th {
		text-align:center;
		background:#F6F6F6;
}

#greeting .article .table01 ul,
#greeting .article .table01 p {
		margin:0;
}

/* contents1.html */

.list04 dt {
		font-weight:bold;
		margin-bottom:18px;
		padding:2px 0 0 26px;
		border-bottom:1px dashed #ccc;
		background:url(img/point5.gif) no-repeat left;
}

.list04 dd {
		line-height:28px;
		margin-bottom:27px;
		padding:0 10px;
}

.list05 {
		overflow:hidden;
		zoom:1;
}

.list05 dt {
		font-weight:bold;
		margin-bottom:5px;
}

.list05 dd {
		width:177px;
		text-align:center;
		float:left;
}

#sp01 {
		position:relative;
}

#sp01 dt {
		width:598px;
		font-size:130%;
		font-weight:bold;
		padding:32px 16px 28px 96px;
		background:url(img/w-top01.gif) no-repeat top;
}

#sp01 dd {
		padding:15px 16px 15px 16px;
		background:url(img/w-bottom01.gif) no-repeat bottom;
}

#sp01 dd dl {
		overflow:hidden;
		zoom:1;
}

#sp01 dd dt {
		font-weight:bold;
		margin-bottom:6px;
		padding:0px;
		background:none;
}

#sp01 dd dd {
		margin-bottom:10px;
		padding:0 10px;
		background:none;
}

.position01 {
		position:absolute;
		top:10px;
		left:10px;
}

#sp01 span {
		color:#FF3300;
}

/* contents2.html */

.list06 dt {
		font-weight:bold;
		margin-bottom:15px;
		padding:4px 0 4px 10px;
		border-left:5px solid #33CC00;
}
.list06 .img_l {
text-align:center;
}
.list06 dd {
		margin-bottom:35px;
		overflow:hidden;
		zoom:1;
}

.sp02 {
		padding:12px 15px;
		background:#FFF9EE;
		clear:both;
}

.list07 li {
		width:236px;
		text-align:center;
		float:left;
}

.list08 {
		width:600px;
		margin:0 auto;
}

.list08 li {
		width:300px;
		text-align:center;
		float:left;
}

.list09 dt {
		font-weight:bold;
		margin-bottom:6px;
}

.list09 dd {
		margin-bottom:20px;
}

.list09 span {
		color:#FF3300;
}

/* contents4.html */

.list10 {
		width:684px;
		padding-left:26px;
		overflow:hidden;
		zoom:1;
}

.list10 li {
		text-align:center;
		margin:0 26px 15px 0;
		float:left;
}

.list10 img {
		display:block;
}

/* contents5.html */



.list11 {
		overflow:hidden;
		zoom:1;
}

.list11 li {
		height:210px;
		position:relative;
		margin-bottom:40px;
		padding:40px 0 0 260px;
		background:url(img/qaa.gif) no-repeat 210px 40px;
}

.list11 li span {
		position:absolute;
		top:0px;
		left:0px;
		background:#0033CC;
}

/* contents6.html */


.master {
		color: #CC0000;
}
