/* 全体設定---------------------------------------------------------------------- */
body{
  font-family: "MS　Pゴシック","comic sans ms";
  color: #060;
  background-color: #ccff99;
  margin: 0 auto;
  padding: 0 auto;
}

a:link      { color: #191970; text-decoration: none }
a:visited   { color: #191970; text-decoration: none }
a:active   { color: #191970; text-decoration: none }
a:hover   {color: #B0C4DE; text-decoration: underline;}

blockquote {
background-color: #ffffcc;
font-size: 10px;
}

#inbox {
border: 1px solid #999999;  /* ------- ■③サイトの線の色■------- */
background-color:#ffffff;
margin-left: auto; 
margin-right: auto;
padding: 0px 0px 0px 0px;
width: 850px;
}

/* ------- メニュー ------- */
.menu {
width: 850px;
text-align:center;
font-size:0.75em;
margin-left:auto;
margin-right:auto;
height:2.5em;
background-color:#006600;  /* ------- ■④メニューバックの色■------- */
}

.menu a {
color:#ffffff;      /* ------- ■④メニュー文字の色■------- */
background-color:#006600;  /* ------- ■④メニューバックの色■------- */
text-decoration:none;
padding-left: 20px; 
padding-right: 20px;
float:left;
line-height:2.5em;
}

.menu a:link{
color: #ffffff;      /* ------- ■④メニュー文字の色■------- */
text-decoration: none;
}

.menu a:visited{
color: #ffffff;      /* ------- ■④メニュー文字の色■------- */
text-decoration: none;
}

.menu a:hover {
background-color:#c8c8c8
}

.menu span {color:#999999;display:none}
/* ------- メニュー ------- */

img{border: 0px;}

/* ------- ヘッダー部分 ------- */
.hseo{
width: 800px;
color:#888888;
font-size:0.5em;
margin-left: auto; 
margin-right: auto;
padding: 10px 0px 0px 0px;
}

#header {
background-image: url(images/top.jpg);
background-repeat: no-repeat;
text-align: left;
color: #ｆｆｆｆｃｃ;      /* ------- ■②タイトル・説明文の色■------- */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 850px;
height: 232px;
}

.site_title{
margin: 0px 0px 0px 0px;
padding: 30px 200px 10px 30px;
color: #ｆcfcｆc;
}

.site_description {
line-height: 24px;
color: #ｆcfcｆc;
margin: 0px 0px 0px 0px;
padding: 70px 335px 10px 25px;
}
/* ------- ヘッダー部分 ------- */

#leftside{
  float:left;
  width:230px;
  background-color:#fff;
    padding: 0px 10px 20px 0px;
}

#rightside{
  float:right;
  width:180px;
  background-color:#fff;
  padding: 0px 0px 20px 10px;
}

/* --entry-- */
#main{
  padding: 0px 0px 20px 0px;
  margin-left : 250px;
  margin-right : 200px;
}

  #main_all{
    border : solid #c0c0c0;
    border-width : 0 1px 0 1px;
    margin-left : 5px;
    margin-right : 5px;
}
table.main{
  width : 250px;
  margin : 0 auto;
  }

.kizi_title{
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0px 3px 15px;
  border-bottom :1px solid #808080;
}

.kizi_body{
  color: #333;
  font-size: 12px;
  line-height: 170%;
  padding: 3px 0px 3px 5px;
}

.line{
  border-bottom: 1px solid #808080;
  padding: 10px;
  }

.kizi_name{
  padding-top : 20px;
  font-weight : bold;
  font-size : 14px;
  }

.side_toi {
text-align: right;
background-color:#ｆｆｆｆcc;
font-size: 0.875em;
margin: 5px 0px 5px 0px;
padding: 10px 7px 10px 7px;
color:rgb(95,95,95);
line-height: 1.5em;
border: 1px solid #E6E6E6;
}

.toi {
text-align: right;
background-color:#ccｆｆｆｆ;
font-size: 12px;
margin: 5px 0px 5px 0px;
padding: 10px 7px 10px 7px;
color:rgb(95,95,95);
line-height: 1.5em;
border: 1px solid #E6E6E6;
}

.box_title {
background-color:#006600;  /* ------- ■⑤ボックスのバックの色■------- */
font-size: 0.875em;
color:#ffffff;      /* ------- ■⑤ボックスの文字の色■------- */
text-align:center;
margin: 15px 0px 0px 0px;
padding: 5px 0px 5px 0px;
}

.box1 {
border: 1px solid #006600;
font-size: 12px;
text-align: left;
margin: 0px 0px 15px 0px;
padding: 7px 7px 7px 7px;
line-height: 1.5em;
color:#5f5f5f;
background-color:#ffffff;

}

.box4 {
border: 1px solid #006600;
font-size: 12px;
text-align: left;
margin: 0px 0px 5px 0px;
padding: 3px 3px 3px 3px;
line-height: 1.5em;
color:#5f5f5f;
background-color:#ffffff;

}


.rssbox {
font-size:0.75em;
text-align: right;
margin: 15px 0px 15px 0px;
padding: 10px 7px 10px 7px;
line-height: 1.5em;
border: 1px solid #E6E6E6;
}

/* ------- ページ移動リンク ------- */
.lpagemove {
font-size: 0.875em;
margin:10px 0px 10px 0px;
float:left;
}


.rpagemove {
font-size: 0.875em;
margin:10px 0px 10px 0px;
float:right;
}
/* ------- ページ移動リンク ------- */

/* ------- 第２メイン部分 ------- */
.box2{
color:#5f5f5f;
width:405px;
font-size: 12px;
float:left;
padding: 0px 10px 0px 10px;
margin: 10px 0px 10px 0px;
}

.box2 ul{
line-height: 1.5em;
text-align: left;
list-style-type: none;
padding: 10px 10px 10px 10px;
}

.box3{
color:#5f5f5f;
width:405px;
font-size: 12px;
float:right;
padding: 0px 10px 0px 10px;
margin: 10px 0px 10px 0px;
}

.box3 ul{
line-height: 1.5em;
text-align: left;
list-style-type: none;
padding: 10px 10px 10px 10px;
}
/* ------- 第２メイン部分 ------- */

/* ------- 地域キーワード ------- */
.area{
font-size: 10px;
text-align: left;
margin: 15px 10px 15px 10px;
padding: 10px 15px 10px 15px;
line-height: 1.5em;
color:#5f5f5f;
border: 1px solid #999999;
}

.area ul{
list-style-type: none;
padding: 10px 20px 10px 20px;
line-height: 1.3em;
}

.area a, {color:rgb(95,95,95); text-decoration:none;}
.area a:link, {color:rgb(95,95,95); text-decoration:none;}
.area a:visited, {color:rgb(95,95,95); text-decoration:none;}
.area a:active {color:rgb(95,95,95); text-decoration:none;}
.area a:hover {color:rgb(95,95,95); text-decoration:none;}
/* ------- 地域キーワード ------- */

/* ------- ■フッダー会社情報 ------- */
.footerkaisha {
  text-align:right;
  font-size:0.75em;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  padding-top:5px;
  padding-bottom:5px;
}

.footerkaisha a {
color:#5f5f5f;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}
.footerkaisha a:link  {color: #5f5f5f; text-decoration: none;}
.footerkaisha a:visited  {color: #5f5f5f; text-decoration: none;}
.footerkaisha a:hover  {color: #990000; text-decoration: none;}

.footerkaisha span {
  color:#999999;
  display:none
}
/* ------- ■フッダー会社情報 ------- */

/* ------- ■フッダー部分 ------- */
#footer {
  width: 850px;
  background-color:#ffffff;
}

.copyright  {
color:#5f5f5f;
line-height: 1.5em;
font-size: 0.625em;
text-align:center;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}

.copyright a    {color: #5f5f5f; text-decoration: underline;}
.copyright a:link  {color: #5f5f5f; text-decoration: underline;}
.copyright a:visited  {color: #5f5f5f; text-decoration: underline;}
.copyright a:hover  {color: #5f5f5f; text-decoration: underline;}

.fseo{
width: 800px;
color:#888888;
font-size:0.5em;
margin-left: auto; 
margin-right: auto;
padding: 0px 0px 10px 0px;
}

/* ------- 各種設定------- */
* {
  margin: 0;
  padding: 0;
}

BR{letter-spacing:normal;}

form {
padding: 0px;
margin: 0px;
}

blockquote {
padding: 10px 20px 10px 20px;
border: 1px dotted #999999;
margin-left: auto; 
margin-right: auto;
}

h1 {
font-size:20px;
}

h2 {
font-size:14px;
}

h3{
font-size:1em;
}

a    {color: #0000ff; text-decoration: underline;}
a:link    {color: #0000ff; text-decoration: underline;}
a:visited  {color: #990000; text-decoration: underline;}
a:active  {color: #0000ff; text-decoration: none;}
a:hover    {color: #990000; text-decoration: none;}

p{
text-align:left;
line-height:   1.5em;
padding: 2px 10px 2px 10px;
}

img{
padding: 5px 5px 5px 5px;
border: none;
vertical-align:middle;
}

.pic{
text-align:center;
padding: 3px 3px 3px 3px;
}

.link{
text-align:right;
padding: 3px 3px 3px 3px;
}