/* ---------------------------------------------------------
■ 基本レイアウト
--------------------------------------------------------- */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { color: #069; text-decoration: none;}
a img { border: 0; }
/* ---------------------------------------------------------
■ 見出し
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-weight: normal;
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
}

/* ---------------------------------------------------------
■ リンク色（ページ全体）
--------------------------------------------------------- */
a { color: #069; text-decoration: none;}
a:hover { color: #ff9900; text-decoration: underline;}
#header a { color: #333; text-decoration: none; }
#header a:hover { color: #999; }
/* ---------------------------------------------------------
■ ページレイアウト
--------------------------------------------------------- */
body {
width: 1000px;
text-align: center;
margin: 0px auto;
padding: 0;
font-size: 0.9em;
color: #333;
background: #fff;
line-height: 1.5;
font-family: "メイリオ","ＭＳ Ｐゴシック";
position: relative;
background:url("img/bodyback.gif") ;
background-color:#555;
border: 1px solid #555;
}
/* ---------------------------------------------------------
■ ヘッダー（レイアウト）
--------------------------------------------------------- */
#header {
position: relative;
margin: 0 auto;
padding: 0;
width: 1000px;
height: 105px;
text-align: left;
background: url("img/back.gif") no-repeat center;
}

#header  div {
width: 500px;
position: relative;
margin: 0;
padding: 10px;
}

#entry #header {
position: relative;
margin: 40px auto 0px;
padding: 0;
width: 1000px;
height: 165px;
text-align: left;
background: #fff ;
border-bottom: 1px solid #ccc ;
}
#entry table {
font-size: 1.0em;
border-style: solid;
border-width: 0px;
text-align: center;
border-color: #ffffff;
width: 640px;
margin: 0;
}
/* ---------------------------------------------------------
■ ヘッダー（サイトタイトル）
--------------------------------------------------------- */
#header h1 {
margin: 0;
font-size: 22px;
font-weight: normal;
line-height: 1.25;
position:absolute; top: 28px; left: 105px;
font-family:"メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
color: #fff;
}

#header h1 a{
color: #fff;
}

#header h1 a:hover{
color: red;
}

#entry #header h1 {
margin: 0;
width: 1000px;
font-size: 20px;
font-weight: normal;
line-height: 1.25;
position:absolute; top: -30px; left: 0px;
text-align: left;
font-family: "HGP明朝E", "ヒラギノ明朝 Pro W3", "HG明朝B";
font-weight: bold;
color: #c40000;
}
/* ---------------------------------------------------------
■ バナー
--------------------------------------------------------- */
#banner {
position: relative;
margin: 0px 0px 10px 0px;
padding: 0;
width: auto;
min-height: 274px;
_height: 274px;
background: url(img/biyou.jpg) no-repeat right;
border: 1px dotted #ccc;
}
#banner div {
width: 380px;
position: relative;
margin: 0;
padding: 10px;
}

#banner4 {
position: relative;
margin: 0px 0px 20px 0px;
padding: 0;
width: auto;
min-height: 200px;
_height: 200px;
background: url(gazobanner2.jpg) no-repeat center;
border: 1px dotted #ccc;
}

#banner4 h2{
font-size: 1.3em;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 10px;
color: #333;
border-bottom: 1px dotted #ccc;
}

#banner4 div {
width: 330px;
position: relative;
margin: 0;
padding: 10px 0px 0px 0px;
}

#banner4 ul {
margin: 10px 0px 10px 25px;
padding: 0;
line-height: 1.6;
font-size: 0.9em;
}
/* ---------------------------------------------------------
■ バナー内部テキスト
--------------------------------------------------------- */
#banner h2{
color: #333;
font-size: 1.9em;
margin: 10px 0px 0px 5px;
color: #c40000;
border-bottom: 1px dotted #ccc;
}
#banner p {
margin: 20px 0px 0px 10px;
padding: 0;
font-size: 1.4em;
line-height: 1.3;
font-weight: normal;
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
color: #333;
text-align: left;
letter-spacing: 0;
background: none ;
}
/* ---------------------------------------------------------
■ メインコンテンツ全体 基本レイアウト
--------------------------------------------------------- */
#container {
position: relative;
width: 980px;
_width: 1000px;
margin: 0 auto;
_margin: 0px;
padding: 0 10px;
_padding: 0 0px;
text-align: center;
background: #fff;
}

#container:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（記事部分）
--------------------------------------------------------- */
#main {
display: inline; /* ie win bugfix */
position: relative;
float: right;
min-height: 1px;
text-align: left;
width: 720px;
_width: 730px;
margin: 10px 0px 80px 0px;
padding: 10px;
_padding: 10px 10px 10px 0px;
display: inline;
}
#main:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
#entry #main {
display: inline; /* ie win bugfix */
position: relative;
float: right;
min-height: 1px;
text-align: left;
width: 100%;
margin: 10px 0;
padding: 0;
border: 1px solid #fff;
display: inline;
}


/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（サイドメニュー）
--------------------------------------------------------- */
#side { 
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
text-align: left;
width: 220px;
_width: 200px;
padding:  0px 0px 0px 0px;
margin: 10px 0px 50px 10px;
background: url(img/sideback.gif) repeat-y; 
display: inline;
}

/* ---------------------------------------------------------
■ 記事部分見出し
--------------------------------------------------------- */
.header {
/* ie win (5, 5.5, 6) bugfix */
width: auto;
_width: 100%;
margin: 0px 0px 10px 0px;
line-height: 1.25;
padding: 0px 0px 10px 0px;
font-size: 1.6em;
font-weight: normal; 
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
text-align: center;
clear: both;
color: #c40000;
border-bottom: 1px dotted #ddd;
}
.header1 {
/* ie win (5, 5.5, 6) bugfix */
margin: 20px 0px 10px 0px;
line-height: 1.2;
padding: 0px 5px 3px 10px;
font-size: 1.4em;
font-weight: normal; 
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
text-align: left;
clear: both;
border-left: 5px solid #204671;
border-bottom: 1px dotted #999;
letter-spacing: 0.1em;
color: #333;
}
.header2 {
/* ie win (5, 5.5, 6) bugfix */
width: auto;
_width: 100%;
margin: 30px 0 5px;
line-height: 1.25;
padding: 10px;
font-size: 1.5em;
font-weight: normal; 
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
text-align: left;
clear: both;
border-bottom: 1px dotted #999;
border-left: 5px solid #204671;
color: #333;
}
.header a, .header2 a { text-decoration: none; }
/* ---------------------------------------------------------
■ 記事部分コンテンツ
--------------------------------------------------------- */
p {
margin: 15px 0;
padding: 0;
}
.entry {
line-height: 1.5;
margin: 10px;
padding-bottom: 10px; 
}
.entry img {
margin: 10px;
}
#entry #main .entry {
margin: 30px 70px;
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
line-height: 1.5;
font-size: 1.2em;
border-bottom: none;
}


.entry1 {
_width: 100%;
margin: 2px 0px 10px 5px;
border-bottom: 1px dotted #dcdcdc;
min-height: 30px;
padding:  5px 10px 0px 10px;
}
.entry1 img {margin: 10px ;}

.content {
line-height: 1.5;
margin: 5px 0;
padding: 0 0 5px 5px; 
border-bottom: 1px dotted #dcdcdc;
font-size: 0.9em;
}
.entry1 p.more {
text-align: right;
line-height: 30px;
padding-right: 5px;
margin: 0 0 5px 0 ;
}

.hako {
margin: 0px 20px 20px 0px;
padding: 0px 10px 0px 10px;
background-color:#F0EFEB;
border: 1px solid #ddd;
}

.entry3 {
margin: 0px 20px 20px 15px;
_margin: 0px 30px 20px 15px;
}

.entry4 {
_width: 680px;
margin: 0px 20px 20px 15px;
_margin: 0px 20px 20px 0px;
}

.entry5 {
_width: 100%;
font-size: 0.95em;
margin: 2px 10px 10px 5px;
border-bottom: 1px dotted #dcdcdc;
min-height: 30px;
padding:  5px 10px 0px 10px;
}


.buppan {
    width: 150px;
    height: 340px;
    float: left;
    margin: 0px 15px 90px 15px;
    _margin: 0px 10px 90px 10px;
display: inline;
}

.buppan .webgazo{
width: 150px;
height: 228px;
float: left;
font-size: 12px;
text-align: center;
display: inline;
overflow: hidden;
}

.buppan .webgazo img{
border: 1px solid #ddd;
margin: 0px 0px 3px 0px;
}

.buppan .webgazo img:hover{
border: 1px solid orange;
margin: 0px 0px 3px 0px;
opacity:0.7;
filter: alpha(opacity=70);
}


.webgentei{
width: 150px;
margin: 4px 0px 0px 0px;
padding:  2px 0px 0px 0px;
float: left;
font-size: 11px;
color: #fff;
text-align: center;
background-color: #1156A9;
border: 1px solid #0F4D97;
display: inline;
}

.webgenteican{
width: 150px;
margin: 4px 0px 0px 0px;
padding:  2px 0px 0px 0px;
float: left;
font-size: 11px;
color: #fff;
text-align: center;
background-color: #18901B;
border: 1px solid #137515;
display: inline;
}

.webkakaku{
 width: 150px;
padding:  5px 0px 0px 0px;
 text-align: right;
 float: left;
font-size: 24px;
font-weight: bold;
background-color: #fff;
display: inline;
}

.websetumei{
font-size: 11px;
color: #777;
width: 150px;
height: 0px;
float: left;
background-color: #fff;
display: inline;
}

.webkochira{
margin: 13px 0px 0px 0px;
}

.webkochira a:hover{
opacity:0.7;
filter: alpha(opacity=70);
}

.pan{
font-size: 13px;
color: #fff;
height: 40px;
background:url("img/pan.gif") no-repeat;
margin: 0px 0px 0px 0px;
padding:  6px 0px 0px 40px;
font-weight: bold;
line-height: 2.0;
}

.pan a{
color: #fff;
 text-decoration: none;
}

.pantop{
font-size: 18px;
color: #fff;
height: 40px;
background:url("img/pan.gif") no-repeat;
margin: 0px 0px 0px 0px;
padding:  6px 0px 0px 40px;
font-weight: bold;
}

.hehe {
font-size: 9px;
color: #aaa;
text-decoration: none;
text-align: right;
}

.hehe a{
font-size: 9px;
color: #aaa;
text-decoration: none;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#footer {
position: relative;
margin: 0 auto;
padding: 0;
width: 1000px;
height: 100px;
text-align: center;
font-size: 0.9em;
clear: both;
background: #fff;
}
#footer p { margin: 0; padding: 0; }
.copy { 
margin: 0;
padding: 10px 0px 0px 0px;
color: #666;
font-size: 0.9em;
}

.copy a { 
	color: #666;
         text-decoration: none;
	font-size: 0.9em;
}



/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#footer {
position: relative;
margin: 0 auto;
padding: 0;
width: 1000px;
height: 100px;
text-align: center;
font-size: 0.9em;
clear: both;
background: #fff;
}
#footer p { margin: 0; padding: 0; }
.copy { 
margin: 0;
padding: 10px 0px 0px 0px;
color: #666;
font-size: 0.9em;
}

.copy a { 
	color: #666;
         text-decoration: none;
	font-size: 0.9em;
}


/* ---------------------------------------------------------
■ サイドメニュー内部
--------------------------------------------------------- */

.sidetop {
margin: 0px 0px 15px -10px;
_margin: 0px 0px 15px 0px;
}

.sidetop1 {
margin: 0px 0px 0px 25px;
}

.sidetop1 a img:hover{
opacity:0.85;
filter: alpha(opacity=85);
}

#side ul {
margin: 0 0 15px;
padding: 0;
list-style: none;
}

#side li {
width: 200px; 
display: block;
margin:  0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
letter-spacing: 0;
text-decoration: none;
color: #666;
}
#side li a {
	width: auto; 
	_width: 100%; 
    font-size: 14px;
    font-weight:nomal;
    padding: 6px 0px 10px 33px;
    color: #fff;
    display: block;
    margin: 2px 0px 0px 0px;
    text-decoration: none;
    background: url(img/arrow09.png); background-repeat: no-repeat;
}

#side li a:hover {
 color:#FF0000;
}
#side li a:active {
 color:#A64E3A;
}

#side li.sidetitle {
width: auto;
_width: 100%; 
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 font-size:16px;
font-weight:bold;
 padding: 5px 0px 4px 32px;
 color: #ffffff;
 display: block;
 margin: 13px 0px 3px -10px;
_margin: 13px 0px 3px 0px;
 text-decoration: none;
 background: url(img/midachi-orange.gif); background-repeat: no-repeat;
}

#side li.sidetitle1 a{
width: 190px;
_width: 100%; 
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 font-size:16px;
font-weight:bold;
 padding: 5px 0px 4px 32px;
 color: #ffffff;
 display: block;
 margin: 13px 0px 3px -10px;
_margin: 13px 0px 3px 0px;
 text-decoration: none;
 background: url(imf/midachi-orange.gif); background-repeat: no-repeat;
}

#side li.sidetitle1 a:hover{
 color: red;
}


/* ---------------------------------------------------------
■ コンテンツ装飾
--------------------------------------------------------- */
.box {
position: relative;
width: auto;
_width: 100%;
line-height: 1.5;
margin: 15px 10px;
padding: 0;
font-size: 0.9em;
border: 1px solid #dcdcdc;
background: #f8f8f8;
}
#main .box h2 {
border-bottom: 1px solid #ccc;
margin: 0;
padding: 3px 0 3px 8px;
background: #fff;
font-size: 1.5em;
}

.box ul {
margin: 10px 0 10px 25px;
padding: 0;
line-height: 1.5;
}
.more { text-align: right; }
.more a {
min-height: 30px;
_height: 30px;
margin: 0;
padding: 0;
}

.gotop {
height: 18px;
text-align: right;
margin: 15px;
padding: 20px 0px 0px 0px;
clear: both;
border-top: 1px dotted #dcdcdc;
}
.adr {
margin: 0;
padding: 0;
width: 500px;
min-height: 500px;
}
.center { text-align: center; }
.b {
font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
font-weight: normal; 
font-size: 1.2em;
}
.img { margin:0px; float: left; }
.imgr { margin:0px; float: right; }
.imgt { margin:0px 10px; float: left; }
img { border: none; }

table {
border-style: solid;
border-width: 0px;
text-align: center;
border-color: #ffffff;
width: 340px;
margin: 10px;
float: left;
display: inline;
}

th { 
width: 140px;
font-size: 1.4em;
background :#ECA073;
font-weight: normal;
border-style: solid;
border-width: 0px;
padding: 10px;
}

td { 
width: 200px;
font-size: 2em;
background :#F4CDB5; 
text-align:right;
border-style: solid;
border-width: 0px;
padding: 0px 20px 0px 0px;
}

.usu { color: #777777; } /* 薄黒 */ 
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.redbold { color: #cc0000; font-weight:bold;} /* 赤 */ 
.bluebold { color: #003399; font-weight:bold;} /* 青 */ 
.greenbold { color: #339900; font-weight:bold;} /* 緑 */ 
.orangebold { color: #ff9900; font-weight:bold;} /* オレンジ */ 
.linemizu { background: #80FFFF; } /* 背景マーカー処理 */
.linepink { background: #FFB0D8; } /* 背景マーカー処理 */ 
.lineyellow { background: #ffff00; } /* 背景マーカー処理 */ 
.linemizubold { background: #80FFFF; font-weight:bold;} /* 背景マーカー処理 */
.linepinkbold { background: #FFB0D8; font-weight:bold;} /* 背景マーカー処理 */ 
.lineyellowbold { background: #ffff00; font-weight:bold;} /* 背景マーカー処理 */ 


.u { border-bottom: 1px solid; } /* 下線 */ 
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.rnk {
font-size:2em;
display:block;
color:#777;
font-family: "Arial Black","Trebuchet MS";
}

.f-navi1 {
font-size:12px;
position:absolute; top: 8px; right: 135px;
text-align: center;
color:#fff;
 text-decoration: none;
}

.f-navi1 a{
color:#fff;
 text-decoration: none;
}

.f-navi2 a{
font-size:12px;
position:absolute; top: 8px; right: 50px;
text-align: center;
color:#fff;
 text-decoration: none;
}

.f-navi1 a:hover{
color:red;
}

.f-navi2 a:hover{
color:red;
}

.tse {
font-size:10px;
color:#555;
text-decoration: none;
margin: 0px 20px 0px 30px;
}

.tse a{
color:#333;
 text-decoration: none;
}

.hitori{
margin: 50px 20px 10px 30px;
font-size: 10px;
color: #777;
}