@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {background-image:url("../images/bg_all.jpg") ;
width:100%;
margin:0 auto;
font-size:90%;
color:#382400;
font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height:1.6;
}

#container {background-image:url("../images/bg.png") ;
width:1000px;
margin:0 auto;
border:1px solid #333;
box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

section {
    padding:10px 0;
    margin-bottom:30px;
}

a {
    color:#000;
}
a:hover {
    color:#e78f00;
}
.a:hover img,.a:active img{
filter:alpha(opacity= 70); /* IE */
-moz-opacity:0.70; /* Firefox CSS3以前 */
opacity:0.70; /* CSS3 */
}


h2{padding:30px 10px 0;}


h3 {
    margin-bottom:0.5em;
    padding:2px 5px;
    color:#e78f00;
    font-size:16px;
    border-bottom:1px solid #e78f00;
}


img {
    border:0;
}


strong {
    font-weight:bold;
    color:#f19500;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

p{padding:5px 0;}



/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:14px;
    text-align:center;
    color:#02936A;
    font-weight:bold;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
margin-left:1000px;
}
.totop a {
    display:block;
    text-decoration:none;
}

.totop img {
    background:#e4fdac;
}
.totop img:hover {
filter:alpha(opacity= 70); /* IE */
-moz-opacity:0.70; /* Firefox CSS3以前 */
opacity:0.70; /* CSS3 */
}


/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../images/check.png) 0 5px no-repeat;
}


.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

#dodai{background-image:url("../images/dodai.jpg") ;
height:430px;
}

#ironuri{background-image:url("../images/ironuri.jpg") ;
height:920px;
}


#tsuya{background-image:url("../images/tsuya.jpg") ;
height:720px;

}

#haikei{background-image:url("../images/haikei.jpg") ;
height:840px;
}

