@charset "UTF-8";

/*--------------------------------------------*/
body {
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; */
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; */
	font-family: "ヒラギノ明朝 Pro","HiraMinPro","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E","MS PMincho",serif;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:100%;
	line-height:1em;
	color:#666;
}
a:hover{ text-decoration:none; }
body div, header, footer, section { margin:0 auto; text-align:left; }

h1 {font-size:175%;}
h2 {font-size:175%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
h6 {font-size:100%;}
i  {font-size:80%; font-style:normal; color:#999;}
h1,h2,h3,h4,h5,h6,div,ul,li,dl,dt,dd,p,a,table,tr,td,address,img{
	margin:0px;
	padding:0px;
	border-width:0px;
	line-height:1.5em;
	text-align:left;
	font-style:normal;
}
ul{list-style:none outside;}
input,textarea {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; color:#555555;}
table {border-collapse:collapse; border-spacing:0;}
/*************/
#clear, .clear {clear:both;}
.c {margin-left:auto; margin-right:auto;}
.l {float:left;}
.r {float:right;}
#main .t_c {text-align:center;}
img.l { margin:0 10px 10px 0; }
img.r { margin:0 0 10px 10px; }

/*
.ph img,
img.ph {
	border:3px solid #FFF; 
	box-shadow:2px 2px 3px 2px #CCCCCC;
	-moz-box-shadow:2px 2px 3px 2px #CCCCCC;
	-webkit-box-shadow:2px 2px 3px 2px #CCCCCC;
}

/* -------------------------------------------- */
#contents a:hover img,
.btn a:hover img, a.btn:hover img{
	opacity: .30; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=30); /* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
	-khtml-opacity: .30; /* Safari 1.x */
	-moz-opacity: .30; /* FF lt 1.5, Netscape */
}
/* --------------------------------------------*/
.ask {
	padding:.3em .5em; border-radius:15px;
	text-decoration:none; color:#FFF;
	background:#e68d00;
}
.ask:hover { background:#f2c67f; }

/* wrapper */
header, footer { width:100%; margin:0 auto; }

/* inner */
.inner { display:block; clear:both; margin:0 auto; width:900px; position:relative; }


/* header ********** */
header {
	position:relative; padding:0; margin:0 0 40px; min-width:900px;
	background:url(../img/bg_top.png) no-repeat center 60px;
	background-position:center -100px;
}
header *    { line-height:1em; color:#FF9900; }
header a    { text-decoration:none; }
header img  { display:block; }

/* logo*/
header h1   { padding:20px 0 15px; border-bottom:1px solid #FF9900; background:#FFF; }
header p    { margin:0 0 3.2em; line-height:1.6em; }
header .tel { margin:1em 0 0.5em; display:block; }

/* navMain */
#navMain { margin:0 auto; width:900px; }
#navMain li {
	float:left;
}
#navMain li a {
	border: solid #e68d00; border-width:2px 2px 0 0;
	width:196px; height:43px; display:table-cell; vertical-align:middle;
	background:#FFF; text-align:center;
}
#navMain li:nth-child(1) a {
	border-width:2px;
	width:102px; height:88px;
}
#navMain li:nth-child(n+6) a {
	border-bottom-width:2px;
}
#navMain li a:hover {
	background:#f2c67f; color:#FFF;
}
#navMain li.act a {
	background:#e68d00; color:#FFF;
}
#navMain li:last-child{background: #fff; display: block;width: 196px; height: 43px; border: solid #e68d00; border-width:2px 2px 2px 0;}


/* contents ********** */
#contents         { margin-bottom:50px; padding:20px 0 0; }
#contents section,
#contents .txtBox { margin-bottom:50px; }

#contents h2 { color:#FF9900; border-bottom:1px solid #FF9900; margin-bottom:30px; }
#contents h3 { color:#FF9900; padding:0.4em 0 0.4em 2em; margin:0 0 10px; background:url(../img/icon2.png) no-repeat center left; }

#contents p  { line-height:1.8em; text-align:justify; margin-bottom:0.8em; }

/* table */
#contents table { width:100%; font-size:90%; }
#contents th,
#contents td    { border:1px solid #CCC; padding:10px 20px; }
#contents th    { background:#EEE; text-align:center; white-space:nowrap; }
#contents table strong { font-size:140%; line-height:1.6em; }

/* topics */
.topics li img { display:block; }
.topics li {
	width:435px; border-bottom:1px solid #FF9900; padding:20px 0;
	float:left;
}
.topics li:nth-child(even) {
	float:right;
}
.topics h4 {
	background:#FF9900; color:#FFF; font-weight:normal; line-height:1.2em;
	padding:0.2em 0.5em; margin:10px 0 0;
}
.topics p { margin-top: 40px; }

/* pagetop ---------- */
.pagetop_area { text-align:center; clear:both; padding-top:50px; }


/* footer ********** */
footer            { border-top:1px solid #FF9900; clear:both; }
footer *          { color:#FF9900; }

/* address */
footer h2         { width:48%; float:left; padding:.6em 0 0; line-height:0.5em; text-align:right; }
footer h2 .ask    { font-size:0.5em; clear:both; }
footer dl         { width:48%; float:right; padding:1.0em 0; font-size:90%; }
footer dt         { width:4em; text-align:right; padding-right:1em; float:left; clear:both; }

/* nav */
footer nav        { font-size:80%; width:75%; padding:1em 0 0; }
footer li         { padding:0 3em 0.2em 0; text-align:center; float:left; }

footer    a       { text-decoration:none; }
footer li a:hover { text-decoration:underline; }
footer .act a     { font-weight:bold; text-decoration:underline; }

/* copyright */
footer small      { float:right; clear:both; font-size:12px; }

/* counter */
footer .counter     { margin-left:0.5em; }
footer .counter img { width:12px; height:16px; }


/* --------------------------------------------*/
sup { font-size:60%; }

/* clearfix */
nav:after,
section:after,
article:after,
div:after,
.clearfix:after
{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav,
section,
div,
.clearfix
{ display:inline-block;}
/* ¥*/
* html nav,
* html section,
* html article,
* html div,
* html .clearfix
{ height:1%; }
nav,
section,
article,
div,
.clearfix
{ display:block; }
/* */

/* --------------------------------------------*/

/* info-not 工事中 */
.info-not {
	padding:200px 15px;
	border:1px solid #CCC; border-radius:15px;
	background:#EEE;
}
#contents .info-not p { text-align:center; letter-spacing:.2em; }
