@charset "UTF-8";
/*
Theme Name: inada2 css
Theme URL: http://www.inada2.info/
Description: printCSS（プリント共通基礎用）.
Version: 1.0
Author: イナダニ
Author URL: http://www.inada2.info/
*/

/* CSS Document */

/* 基本構造
------------------ */
body {
margin:0;
padding:0;
top:0;
left:0;
background:#FFFFFF;
}
.base {
background:#FFFFFF;
margin:0;
padding:0;
top:0;
left:0;
overflow: hidden;
}
.base:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .base {
    height: 1em;
    overflow: visible;
}
/**/
.header-box {
display:none;
}
.header {
width:810px;
height:92px;
margin:0;
padding:0;
background:url(../img/base/header.jpg) no-repeat 0 0;
}
.container-layer {
clear:both;
position:relative;
width:810px;
margin:0;
padding:0;
}
.container-left {
display:none;
}
.container {
float:right;
width:810px;
margin:0 0 50px 0;
padding:0;
background:none;
}
.contents {
clear:both;
position:relative;
width:800px;
margin:0;
padding:0;
background:#FFFFFF;
overflow: hidden;
}
.contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contents {
    height: 1em;
    overflow: visible;
}
/**/
.main {
float:left;
width:580px;
margin:0 5px;
padding:0;
overflow: hidden;
}
.main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main {
    height: 1em;
    overflow: visible;
}
/**/
.side {
display:none;
}
.footer-box {
clear:both;
margin:5px 5px 0 5px;
padding:0;
background:#FFFFFF;
}
#fix {
display:none;
}

/* ヘッダー関連
------------------ */
h1 {
width:810px;
height:92px;
margin:0;
padding:0;
font-size:0.75em;
color:#666666;
font-weight:normal;
line-height:200%;
text-indent:5px;
}
h1 a {
width:810px;
height:92px;
margin:0;
padding:0;
color:#666666;
text-decoration:none;
display:block;
}
/* フッター関連
------------------ */
address {
margin:2px 10px;
padding:0;
font-size:10px;
color:#666666;
text-align:right;
}
/* プリントアウト追加
------------------ */
#navi {
display:none;
}
h2 {
margin:20px 0 5px 0;
padding:2px 5px;
font-size:1.2em;
color:#000000;
border-bottom:#CCCCCC solid 5px;
}
#mapscale {
display:none;
}
.backto-box {
display:none;
}
address {
text-align:left;
}
p {
font-size:12pt;
color:#000000;
}
.date p {
font-size:12pt;
color:#000000;
}
div.fixed {
display:none;
}