@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.m16 {
	background: url(img/menu16-hover.gif);
}

#menu dd.m16 a {
	background: url(img/menu16.gif);
}

#menu dd.m17 {
	background: url(img/menu17-hover.gif);
}

#menu dd.m17 a {
	background: url(img/menu17.gif);
}

#menu dd.m18 {
	background: url(img/menu18-hover.gif);
}

#menu dd.m18 a {
	background: url(img/menu18.gif);
}

#menu dd.m19 {
	background: url(img/menu19-hover.gif);
}

#menu dd.m19 a {
	background: url(img/menu19.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_info {
	margin-bottom:15px;
	padding:0 10px 8px;
	background:url(img/sub_back.gif) no-repeat bottom;
}

#sub_info h3 {
	font-size:110%;
	line-height:1.3;
	letter-spacing:0px;
	margin:0 -10px 6px;
	padding:8px 15px;
	background:url(img/sub_title.gif) no-repeat top;
}

#sub_info h3 span {
	display:block;
	font-size:60%;
	font-weight:normal;
}

#sub_info li {
	line-height:1.4;
	margin-bottom:6px;
}

#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;
	margin-bottom:10px;
	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;
	margin-bottom:20px;
}

.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:600px;
	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/point5.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/point3.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:130px;
	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;
}

.list12 li {
	margin-bottom:10px;
	padding:0 0 0 38px;
	background:url(img/point3.gif) no-repeat left;
}

.inset {
	margin-bottom:30px;
	overflow:hidden;
	zoom:1;
}

.inset h4 {
	font-size:90%;
	margin-bottom:30px;
	padding:2px 10px;
	border:1px solid #ccc;
	border-left:5px solid #336600;
}

/* 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;
}

.qa dt {
	background:url(img/qa-q.gif) no-repeat 0 3px;
	padding:8px 0 10px 35px;
}

.qa dd {
	background:url(img/qa-a.gif) no-repeat 0 3px;
	padding:8px 0 5px 35px;
	margin:0 0 30px;
}

.dl2 dt {
	font-weight:bold;
	font-size:110%;
	clear:both;
}

.dl2 dd img {
	float:right;
	margin:0 0 10px 10px;
}

.dl2 dd {
	background:url(img/icon3.gif) 70px bottom no-repeat;
	padding:0 0 30px 30px;
}

dl dd.nobg {
	background:none;
}

.txt01 {
	color:#FF0000;
}

.ul1 li {
	background:url(img/point2.gif) no-repeat 0 5px;
	padding:0 0 5px 15px;
}

.blog {
	font-weight:bold;
}

.link li {
	margin:15px 0;
	padding:10px 0;
	border-bottom: dotted 1px #ccc;
}

.link span {
	font-weight:bold;
}

/*Blog Styles-----------------------------*/



#blog a {
	color: #0056B5;
}

/*blog_index*/


#blog_index {
	margin-bottom:20px;
}

#blog_index .set {
	margin-bottom:15px;
	padding:0 10px 10px;
	border-bottom:1px dotted #ccc;
}

#blog_index .set h4 {
	margin:0p;
	margin-bottom:0px;
	padding:0px;
	border:0px;
}

#blog_index .date {
	font-size:90%;
	color:#444;
	margin-bottom:5px;
}

#blog_index .body {
	margin-bottom:10px;
}

#blog_index .more_link {
	text-align:right;
}

#blog_index .more_link a {
	text-decoration:none;
	color:#555;
}

/*blog_archive*/


#blog_archive {
	margin-bottom:20px;
}

#blog_archive .set {
	margin-bottom:15px;
	padding:0 10px 10px;
	border-bottom:1px dotted #ccc;
}

#blog_archive .set h4 {
	margin:0p;
	margin-bottom:0px;
	padding:0px;
	border:0px;
}

#blog_archive .date {
	font-size:90%;
	color:#444;
	margin-bottom:5px;
}

#blog_archive .body {
	margin-bottom:10px;
}

#blog_archive .more_link {
	text-align:right;
}

#blog_archive .more_link a {
	text-decoration:none;
	color:#555;
}

/*blog_entry*/



#blog_entry {
	margin-bottom:20px;
}

#blog_entry h4 {
	font-size:130%;
	color:#222;
	margin:0p;
	margin-bottom:0px;
	padding:0px;
	border:0px;
}

#blog_entry .date {
	font-size:90%;
	color:#444;
	margin-bottom:10px;
}

#blog_entry .body {
	border-top:1px dotted #ccc;
	margin-bottom:10px;
	padding:10px 10px;
}

#blog_entry .back {
	text-align:center;
}

/*PageList*/




#PageList {
	width:400px;
	margin:0 auto;
	padding:2px 0;
	overflow:hidden;
	zoom:1;
}

#PageList li {
	margin:0 10px 0 0;
	padding:1px 0;
	float:left;
}

#PageList li img {
	vertical-align:bottom;
}

#PageList li.return {
}

#PageList li.pagelist a {
	text-decoration:none;
	font-size:120%;
	color:#333;
	padding:5px 7px;
	border:1px solid #ccc;
}

#PageList li.pagelist .current_page {
	font-size:120%;
	color:#fff;
	padding:5px 7px;
	background:#003366;
}

#PageList li.next {
}

#sub_archive {
	margin-bottom:15px;
	padding-bottom:8px;
	background:url(img/sub_back2.gif) no-repeat bottom;
}

#sub_archive .set {
	padding:10px 10px 0;
	background:url(img/sub_title2.gif) no-repeat top;
}

#sub_archive h3 {
	font-size:90%;
	color:#fff;
	letter-spacing:0px;
	line-height:24px;
	margin:0 0 10px;
	padding:0px 5px 0px 18px;
	background:url(img/sub-midasi.gif) no-repeat top;
}

#sub_archive h3 span {
	display:block;
	font-size:60%;
	font-weight:normal;
}

#sub_archive li {
	line-height:1.3;
	margin-bottom:6px;
}

#sub_archive .all_list {
	text-align:right;
	font-size:80%;
}

