@charset "utf-8";

*{margin:0;padding:0;}

html{background:#f0eee6s;}

body{
font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#6c6b6b;
background:#ffffff;
}


a{color:#6c6b6b;}
a:hover{color:#675d48;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}

.text01 { color:#D91730; font-weight:bold;}


/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*******************************
全体幅
*******************************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}

/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:90px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners{
font-weight:normal;
position:absolute;
top:0;
color: #252525;
font-size: 10px;
line-height: 21px;
}

#header h2{right:0;}
#header #address {
font-weight:normal;
position:absolute;
top:0;
color: #252525;
font-size: 10px;
line-height: 21px;
right:0;
}

#header #tel {
position:absolute;
top:30px;
right:0;
}


/* ロゴの位置 */
#header #logo{position:absolute;top:30px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 40px;
right:0;
width: 260px;
height: 39px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:14px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent: -9999px;
text-decoration: none;
display: block;
height: 39px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width: 88px;}
#header ul a#sitemap{background-position:-88px 0;width:84px;}
#header ul a#access{background-position:-172px 0;width:88px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -39px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-88px -39px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-172px -39px;}



/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin: 0 auto;
width: 960px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 192px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}


ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -60px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -60px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -60px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -60px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -60px;}



/*******************************
メイン画像
*******************************/
#mainImage{
}


/*******************************
コンテンツ位置
*******************************/
#container{
padding: 20px 0;
}

#main {
float: left;
width: 715px;
padding-bottom:40px;
}

#sidebar {
float: right;
width: 225px;
padding-bottom:40px;
font-size:13px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:715px;
margin:0 auto 20px;
background:url(images/box1.gif) 0 100%;
}

.box1,.box2, .box3, .box4{
float: left;
width: 225px;
margin: 0 20px 20px 0;

}

.box1, .box3, .box4{
width:327px;
margin:0 21px 0 0;
padding: 0 10px;
}

#sidebar .box1{
width:209px;
margin: 0 0 20px;
padding: 0px 7px;
background: #fff;
}

.box3{
width:347px;
padding:0 0 10px;

}

.box4{
margin:0 0 20px 0;
padding:0;
width:715px;
}

/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ
.box4 img{
float:left;
margin: 0 10px 10px;
}
 */
.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding: 0 10px 10px;}



#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#a9a9a9;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 2px solid #a9a9a9;
   padding: 1px;
  margin: 1px;
}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#container h3{
margin-bottom:10px;
padding-bottom:5px;
color: #313131;
font-weight: normal;
border-bottom: 1px dotted  #1c1b18;
}

#container h2{
padding: 0 5px 0 15px;
margin-bottom:10px;
line-height:33px;
font-size: 14px;
font-weight: normal;
color:#fff;
background:url(images/h2Bg.png) no-repeat 0 100%;
}

#container .box4 h3{
padding: 7px 5px;
}


/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#container ul li, #footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#container .box3 ul{padding: 0 5px;}

#sidebar ul{margin-left:3px;}

/*************
サイド（右側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}


/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding: 20px 0;
overflow: hidden;
background:#d1e7fc;
}


#footerUpper .inner .box{
float: left;
width: 210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.2;
}

#footerUpper .inner .last{
width: 230px;
margin-right:0;
}


#footerUpper ul li{
color:#fff;
background:url(images/bullet.gif) no-repeat 0 3px;
}

#footerUpper a{color:#2c639f;}
#footerUpper a:hover{color:#a0cafb;}

#footerLower{
clear:both;
padding: 10px;
text-align:center;
background:#2c639f;
}

address{
color: #fff;
font-style:normal;
font-size:13px;
}

address a:link,address a:hover,address a:visited{
color: #fff;
font-style:normal;
font-size:13px;
text-decoration:none;
}

#area {
color: #fff;
font-style:normal;
font-size:13px;
}

#copyright{
color: #fff;
font-style:normal;
font-size:13px;
}

#pagetopimg {
	position: fixed;
	right: 0px;
	bottom: 90px;
}

/* 画像透明 */
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/* 背景 */
.bg01 { background:#FFFFFF; border:solid 1px #cccccc;}


/* 施工 */

#sekou img{
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
	 border:solid 5px #F5F5F5;
box-sizing:border-box;
	 }
#sekou img.noflame{ border:none;
     box-shadow:none;

}

#sekou p { line-height:2em; font-size:120%;}
#sekou h2 { line-height:2em; font-size:120%;}



/* QA */
#main .Q {
	padding: 15px;
	border: 2px dotted #4eb8e2;
	font-weight:bold;
}

#main .A {
	padding: 15px;
	border: 2px dotted #FF6600;
}

#main hr {
	margin: 20px 0;
	border:none;
	border-bottom: solid 1px #cccccc;
}


/*相互リンク*/
#link dt{padding-top:10px;}
#link dd{border-bottom:dotted 1px #cccccc; padding-bottom:10px;}
#link dd a:link,#link dd a:visited{text-decoration:none;}


/* テーブル */

.table01{
	margin: 10px;
	border: 1px solid #999999;
}

.table01 th{
	text-align: center;
	vertical-align:middle;
	padding: 10px;
	color:#000000;
	background-color:#F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.table01 td{
	padding: 10px;
	text-align:left;
	vertical-align:middle;
	line-height: 2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.table03 td {border: dotted 2px #ccc;

/* 忍者メールフォーム */
#default_top {
 text-align:left;
 width:500px;
 font-size:16px;
}


#default_top .name_parts {
 width:500px;
}
#default_top .mail_parts {
 width:500px;
}
#default_top .tel_parts {
 width:500px;
}
#default_top .textarea_parts {
 width:500px;
min-height:150px;
}

#default_top .address_parts {
 width:500px;
}
#default_top .mobile_parts {
 width:500px;
}

#default_top .age_parts {
 width:500px;
}

#default_top .submit_button {
padding:2px 10px;
}

