@charset "utf-8";

body {
    margin:0;
    padding:0 0 20px 0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, MS PGothic, 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
    color:#333333;
    font-size:14px;
    line-height:1.5em;
    background-image:url(../images/bg.gif);
}
a {
    text-decoration: underline;
    color:#0072c7;
}
a:hover {
    text-decoration: none;
    color:#000;
}
img {
    vertical-align:top;
    border:none;
}
hr {
    margin:0;
    padding:0;
    visibility:hidden;
    clear:both;
    height:1px;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

/*--------document--------*/
div#document {
    width:1000px;
    margin:0 auto;
    background-color:#FFF;
}

div#document h1 {
    position:absolute;
    margin-left:30px;
}

div#header {
    height:58px;
    background:url(../images/header_bg.gif) repeat-x 0 0;
    overflow:hidden;
}
div#header ul {
    padding: 7px 0 0 219px;
    float:left;
}
div#header ul li {
    float:left;
    list-style-type:none;
}
div.shere_area {
    float:right;
    padding-top:20px;
}
div.shere_area div.twitter,
div.shere_area div.facebook {
    float:left;
    width:120px;
}

div.main {
    background:url(../images/main.jpg) no-repeat 0 0;
    height:338px;
    padding-top:70px;
}

div.news {
    width:285px;
    background-color:#f3f3f3;
    padding:10px;
    margin:0 0 0 30px;
    height:290px;
}
div.news dl {
    font-size:12px;
    line-height:1.5em;
}
div.news dl dt {
    font-size:10px;
    margin:10px 0 0 0;
    color:#999;
    line-height:1.5em;
}
div.news dl dd {
    border-bottom:1px dashed #DDD;
    padding-bottom:5px;
}

div#footer {
    height:58px;
    background:#0072c7 url(../images/contact.gif) no-repeat 15px 13px;
}

div#footer ul {
    background:url(../images/link.gif) no-repeat 0 25px;
    padding:9px 0 0 80px;
    margin-left:530px;
}
div#footer ul li {
    float:left;
    list-style-type:none;
    margin-right:10px;
}
h2.ttl {
    margin-bottom:20px;
}

div.greetings {
    background:url(../images/greetings_bg.gif) no-repeat 0 0;
    width:730px;
    height:530px;
    margin:40px auto;
    padding:40px 50px;
}
div.greetings p {
    margin-bottom:1em;
}
div.greetings p.kaichou {
    text-align:right;
    margin:0 10px 0 0;
}
div#item {
    padding:0 20px;
}
div.about p {
    margin-bottom:1em;
}
div.about dl {
    padding:10px;
    background-color:#f7f7f7;
    width:430px;
}
div.about dl dt {
    color:#0072c7;
}
div.about dl dd {
    margin-bottom:10px;
}
div.about dl dd.end {
    margin:0;
}
div.about h3 {
    font-size:16px;
    color:#0072c7;
    margin:20px 0 5px 0;
}
div.about ul,ol {
    padding:10px 10px 10px 30px;
    background-color:#f7f7f7;
    width:410px;
}
p.household {
    text-align:right;
    margin-top:-16px;
}
p.map {
    float:right;
    text-align:right;
    margin-left:30px;
}


p.download {
    text-align:center;
    margin: 35px 0;
}

p.pdf {
    margin: 0px;
    padding: 16px;
    text-align: left;
    color: #333333;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    border-top-width: 1;
    border-top-style: double;
    border-top-color: #999999;
}
address {
    font-size:10px;
    font-style:normal;
    color:#FFF;
    background-color:#000;
    padding:5px 15px;
}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

