/*
 - File      : style.css
 - Version   : 1.00
 - Update    : 2008/09/09
 - Copyright (C) www.masutomo.co.jp All rights reserved.
 - Copyright (C) HigH FlyerS All rights reserved.

/*----------------すべてに適用部分----------------*/
body,div,ul,li,h1,h2,h3,h4,p {
    margin: 0;
    padding: 0;
}
h1 {
    margin-top:5px;
    font-size: 120%;
    font-weight: bold;
}



body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;

}

img{
    border: 0;
}

a img{
    border: none;
}

/* MacIE begin \*/
*+html #wapper {height: 1%;}
* html #wapper {height: 1%;}
#wapper {display: block;}
/* MacIE end */

/* リンクの設定 */
a{
    color: #333;
}

#wrapper{
    background: url("images/bline.gif") repeat-y top center;
    width:900px;
    text-align:center;
    margin:0 auto;
    padding:0;
}
/*----------------サイト幅設定----------------*/
#container{
    background-color:#fff;
    width: 800px;
    margin:0 auto;


}

/*----------------ヘッダーの設定----------------*/

#header{
    margin-top:10px;
    width: 800px;
    height: 80px;
    text-align:left;
}

#header .logo{
    width:320px;
    float:left;
    text-align:left;
}

#header .phone{
    width:372px;
    height:65px;
    float:right;
    text-align:right;
}

#header p{
    line-height:1.2em;
    clear:both;
    font-size:12px;
    text-align:right;
}

#header .cmt{
    line-height:1.2em;
    clear:both;
    font-size:12px;
    text-align:right;
    font-weight:normal;
}
/*----------------トップメニュー部分----------------*/
#banner{
    clear:both;
    width: 800px;

    margin-bottom:5px;
    text-align:left;
}

#banner .menu{
    margin: 0;
    padding: 0;
    height: 46px;
    width: 800px;
}

#banner .menu li {
    text-indent: -9999px;
    float: left;
    list-style: none;
}
#banner .menu a {
    text-decoration: none;
    display: block;
    height: 46px;
    width: 160px;
}
/*メニューボタン（通常時）*/
#navi1 a { background: url(images/linemenu.gif) no-repeat 0 0; }
#navi2 a { background: url(images/linemenu.gif) no-repeat -160px 0; }
#navi3 a { background: url(images/linemenu.gif) no-repeat -320px 0; }
#navi4 a { background: url(images/linemenu.gif) no-repeat -480px 0; }
#navi5 a { background: url(images/linemenu.gif) no-repeat -640px 0; }
/*メニューボタン（オンマウス時）*/
#navi1 a:hover { background: url(images/linemenu.gif) no-repeat 0 -46px; }
#navi2 a:hover { background: url(images/linemenu.gif) no-repeat -160px -46px; }
#navi3 a:hover { background: url(images/linemenu.gif) no-repeat -320px -46px; }
#navi4 a:hover { background: url(images/linemenu.gif) no-repeat -480px -46px; }
#navi5 a:hover { background: url(images/linemenu.gif) no-repeat -640px -46px; }

#banner .topic{
    width:800px;
    float:left;
    text-align:left;
}


/*----------------サイドバー部分----------------*/
#contents{
    margin-top:5px;
    width: 800px;
}
#leftsidebar    {
    width: 280px;
    float:left;
    text-align:left;
    padding:0;
    margin-bottom:10px;
}
.sidebar{
    font-size: 0.75em;
}

.square{
    margin:5px 0 5px 0;
    border:1px solid #BCB8B8;
}

#leftsidebar h2{
display:inline;
    text-align:left;
    margin:0;
    padding:0;

}

#leftsidebar .greeting{
    text-align:center;
}

#leftsidebar .cate{
    padding-top:5px;
    text-align:center;
}

#leftsidebar .about{
    padding:8px 3px 8px 3p;
}

#leftsidebar p{
    font-size:12px;
    text-align:left;
    margin:0;
    padding:3px;
    line-height:1.4em;
}

h2{
    margin:0;
    padding:0;
    font-size:12px;
    line-height:1.4em;
    font-weight:normal;
}

#leftsidebar ul{
    list-style-image:url(images/navi_icon.gif);
    margin: 10px 0 20px 26px;
    padding: 0;
}

#leftsidebar li{
    margin-bottom: 10px;
    list-style-type: none;
}

#leftsidebar ul li a {

    overflow:hidden;
    text-decoration:none;
}

#leftsidebar ul li a:link {
    color:#333;
}

#leftsidebar ul li a:hover {
    background-color:#FF9933;
    color:#fff;
}

/*----------------コンテンツ部分----------------*/
#topcontents{
    width:508px;
    float:right;
    font-size: 95%;
    line-height: 1.2;
    border:1px solid #BCB8B8;
    margin-bottom:10px;

}

#topcontents img{
    padding:1px;
}

#topcontents h2{
    text-align:left;
    margin:5px 0 10px 0;
    padding:0;
}

.excerpt{
/*    background: url(images/house.gif) no-repeat; */
    padding:5px 0 5px 20px ;
    text-align:left;
}
.excerpt p{
    text-align:left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.excerpt a{
    text-decoration:none;
    color:#FF6600;
}

.excerpt h3{
    font-size:14px;
    line-height:1em;
    margin-bottom: 0;
    padding:1px;
    border-bottom:1px solid #BCB8B8;

}

/*----------------フッター部分----------------*/
#footer    {
    width:780px;
    margin-top:12px;
    clear: both;
    line-height: 3;
    color:#333;
    border-top:1px solid #333;
    padding: 0 20px;
}

#footer    p{
    font-size:12px;
    text-align:left;
    margin:0;
    padding:0;
    line-height:1.4em;
}


div.notebook{
  margin:20px 10px 10px 10px;
  padding:20px 15px 20px 15px;
  background-image:url(images/note_background.gif);
}
#cinside{
  background-image:url(images/background.gif);
}
#cinside p{
margin-top:20px;
line-height:20px;
}

#content{
    width:505px;
    float:left;
    font-size: 95%;
    line-height: 1.2;
    text-align:left;
    margin-top:8px;

}

#content h2    {
    background: url(images/house.gif) no-repeat;
    font-size: 14px;
    line-height: 1;
    padding-left:20px;
    margin:5px 0 5px 0;
}

.line{
    padding:10px 0 20px 0;
}

#rightsidebar    {
    width: 288px;
    float:right;
    margin-top:7px;
    text-align:left;
}

#rightsidebar h2{
display:inline;
    text-align:left;
    margin:3px 0 0 0;
    padding:0;
}

#rightsidebar .greeting{
    text-align:center;
}

#rightsidebar .cate{
    padding-top:5px;
    text-align:center;
}

#rightsidebar .about{
    padding:8px 0 8px 0;
}

#rightsidebar p{
    font-size:12px;
    text-align:left;
    margin:0;
    padding:0;
    line-height:1.4em;
}

#rightsidebar ul{

    list-style-image:url(images/navi_icon.gif);
    margin: 10px 0 20px 26px;
    padding: 0;
}

#rightsidebar li{
    margin-bottom: 10px;
    list-style-type: none;
}

#rightsidebar ul li a {

    overflow:hidden;
    text-decoration:none;
}

#rightsidebar ul li a:link {
    color:#333;
}

#rightsidebar ul li a:hover {
    background-color:#FF9933;
    color:#fff;
}

ul.owner{
          float:right;
    list-style: none;
    margin: 0px;
    padding-bottom: 20px;
}

ul#photo {
    width: 450px;
    margin: 0;
    padding: 0;
}

ul#photo li {
    float: left;
    width: 140px;
    padding: 5px;
    list-style-type: none;
    text-align: left;
}

.entry table {
    width: 500px;
    line-height:1.2em;
}

.entry table img{
    margin-right: 5px ;
    padding: 2px;
    float:left;
    border: 1px solid #57ACD5;
    background-color:#F4F7FF;

}
.entry table th {
    font-weight: normal;
    vertical-align: top;
    width: 100px;
    padding: 5px 10px 12px 2px;
    color: #666;
}

.entry table td {
        font-size:82%;
    font-weight: normal;
    vertical-align: top;
    padding: 2px 5px 5px 5px;
}

.process{
    padding:10px 17px 5px 10px;
    line-height:1.2em;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

.notebook table{
    width:453px;
}

.notebook td{
    padding:5px 0 5px 0;
}

div.each{
  margin:20px 10px 10px 10px;
  padding:20px 15px 20px 15px;
  border:solid 1px #333;
}
.style3 {font-size: 12px; color: #FFFFFF; }
.style5 {font-size: 14px; color: #FFFFFF; }