/* ------- ■全体の指定------- */
body {
font-family:"ＭＳ Ｐゴシック", "Osaka";
margin: 0px;
padding: 0px;
text-align: center;
background-color:#eeeeee;  /* ------- ■1.画面バックの色■------- */
}

#header {
background-image: url(images/top.jpg);
background-repeat: no-repeat;
text-align: left;
color:#FF0000;      /* ------- ■2.ブログタイトルの色■------- */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 750px;
height: 200px;
}

h1 {
font-size:22px;      /* ------- ■2.ブログタイトルの大きさ■------- */
}

#inbox {
border: 1px solid #999999;  /* ------- ■3.サイトの線の色■------- */
background-color:#ffffff;
margin-left: auto; 
margin-right: auto;
padding: 0px 0px 0px 0px;
width: 750px;
}

/* ------- メニュー ------- */
.menu {
width: 750px;
text-align:center;
font-size:0.75em;
margin-left:auto;
margin-right:auto;
height:2.5em;
background-color:#800000;  /* ------- ■4.メニューバックの色■------- */
}


.menu a {
color:#ffffff;      /* ------- ■4.メニュー文字の色■------- */
background-color:#800000;  /* ------- ■4.メニューバックの色■------- */
text-decoration:none;
padding-left: 20px; 
padding-right: 20px;
float:left;
line-height:2.5em;
}

.menu a:link{
color: #ffffff;      /* ------- ■4.メニュー文字の色■------- */
text-decoration: none;
}

.menu a:visited{
color: #ffffff;      /* ------- ■4.メニュー文字の色■------- */
text-decoration: none;
}

.menu a:hover {
background-color:#c8c8c8
}

.menu span {color:#999999;display:none}
/* ------- メニュー ------- */

.box_title {
background-color:#800000;  /* ------- ■5.ボックスのバックの色■------- */
font-size: 0.875em;
color:#ffffff;      /* ------- ■5.ボックスの文字の色■------- */
text-align:center;
margin: 15px 0px 0px 0px;
padding: 5px 0px 5px 0px;
}


/* ------- ■全体の指定------- */





/* ------- ヘッダー部分 ------- */
.hseo{
width: 700px;
color:#cccccc;
font-size:0.625em;
margin-left: auto; 
margin-right: auto;
padding: 10px 0px 0px 0px;
}


.site_title{
margin: 0px 0px 0px 0px;
padding: 30px 30px 0px 30px;
}

/* ------- ヘッダー部分 ------- */











/* ------- サイドバー部分 ------- */
#side {
float: left;  /* ------- ■※「right」にすると入れ替わる■------- */
padding: 0px 10px 0px 10px;
overflow: hidden;
width: 240px;
}





.box1 {
border: 1px solid #800000;
font-size: 0.875em;
text-align: left;
margin: 0px 0px 15px 0px;
padding: 7px 7px 7px 7px;
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;
}
/* ------- サイドバー部分 ------- */





/* ------- メイン部分 ------- */
#main {
float: right;  /* ------- ■※「left」にすると入れ替わる■------- */
padding: 0px 10px 0px 10px;
overflow: hidden;
width: 470px;
}


.kizi {
margin: 15px 0px 15px 0px;
text-align: right;
}


.kizi_title {
text-align: left;
font-size: 1em;
line-height: 1.5em;
margin: 0px 0px 0px 0px;
padding: 10px 7px 10px 7px;
border-bottom: 1px dotted rgb(51,51,51);
}
.kizi_title a, {color:rgb(51,51,51); text-decoration:none;}
.kizi_title a:link, {color:rgb(51,51,51); text-decoration:none;}
.kizi_title a:visited, {color:rgb(51,51,51); text-decoration:none;}
.kizi_title a:active {color:rgb(51,51,51); text-decoration:none;}
.kizi_title a:hover {color:rgb(51,51,51); text-decoration:none;}


.kizi_body   {
text-align: left;
color:#5f5f5f;
line-height: 1.5em;
margin: 20px 15px 20px 15px;
padding: 0px 0px 0px 0px;
}

.kizi_body ul{
  list-style-type: none;
}


.toi {
text-align: right;
width:250px;
font-size: 0.875em;
margin: 15px 0px 15px 0px;
padding: 10px 7px 10px 7px;
color:rgb(95,95,95);
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:355px;
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:355px;
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: 0.875em;
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: 750px;
  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: 700px;
color:#cccccc;
font-size:0.625em;
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;
}





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;
}