/* ---------------------------------------------------------
■ 基本レイアウト
--------------------------------------------------------- */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
/* ---------------------------------------------------------
■ 見出し
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-weight: normal;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
}

/* ---------------------------------------------------------
■ リンク色（ページ全体）
--------------------------------------------------------- */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }
#header a { color: #333; text-decoration: none; }
#header a:hover { color: #999; }
/* ---------------------------------------------------------
■ ページレイアウト
--------------------------------------------------------- */
body {
width: 800px;
text-align: center;
margin: 15px auto;
padding: 0;
font-size: 0.9em;
color: #333;
background: #fff;
line-height: 1.5;
font-family: "ＭＳ Ｐゴシック";
position: relative;
background:url("http://airheadiqtest.com/gazo2/back2.gif") repeat-x ;
background-color:#F8FAFB;
border: 1px solid #224D7A;
}
/* ---------------------------------------------------------
■ ヘッダー（レイアウト）
--------------------------------------------------------- */
#header {
position: relative;
margin: 0 auto;
padding: 0;
width: 800px;
height: 70px;
text-align: left;
background: url("http://airheadiqtest.com/gazo2/headmt2.gif") no-repeat center;
}
#entry #header {
position: relative;
margin: 40px auto 0px;
padding: 0;
width: 800px;
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: 27px; left: 70px;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
color: #fff;
}

#header h1 a{
color: #fff;
}

#entry #header h1 {
margin: 0;
width: 800px;
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 0px 0px;
padding: 0;
width: auto;
min-height: 200px;
_height: 200px;
background: url(http://airheadiqtest.com/gazo2/banner2.jpg) no-repeat center;
border: 1px dotted #ccc;
}
#banner div {
width: 300px;
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(http://airheadiqtest.com/gazo2/banner2.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.6em;
margin: 0 0 5px;
color: #c40000;
border-bottom: 1px dotted #ccc;
}
#banner p {
margin: 0 ;
padding: 0;
font-size: 1.2em;
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: 780px;
_width: 800px;
margin: 0 auto;
padding: 0 10px;
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: left;
min-height: 1px;
text-align: left;
width: 550px;
margin: 10px 0;
padding: 10px;
border: 1px solid #ccc;
}
#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;
}
/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（サイドメニュー）
--------------------------------------------------------- */
#side { 
display: inline; /* ie win bugfix */
position: relative;
float: right;
min-height: 1px;
text-align: left;
width: 200px;
padding: 0;
margin: 10px 0 0;
}

.sidetop {
margin: 0px 0px 15px 0px;
}
.sidetop a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
}

/* ---------------------------------------------------------
■ 記事部分見出し
--------------------------------------------------------- */
.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; 
border-bottom: 1px dotted #dcdcdc;
}
.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 ;
}

.entry3 {
margin: 0px 5px 20px 5px;
}
/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#footer {
position: relative;
margin: 0 auto;
padding: 0;
width: 800px;
height: 150px;
text-align: center;
font-size: 0.9em;
clear: both;
background: #fff;
}
#footer p { margin: 0; padding: 0; }
.copy { 
margin: 0;
padding: 30px 0 0;
color: #666;
font-size: 0.9em;
}

.copy a { 
	color: #666;
         text-decoration: none;
	font-size: 0.9em;
}

.f-navi {
text-align: center;
padding: 10px;
}
/* ---------------------------------------------------------
■ サイドメニュー内部
--------------------------------------------------------- */
#side ul {
margin: 0 0 15px;
padding: 0;
list-style: none;
}

#side li {
width: 200px; 
display: block;
margin: 0;
padding: 0;
letter-spacing: 0;
text-decoration: none;
color: #666;
}
#side li a {
width: auto; 
_width: 100%; 
 font-size: 14px;
 font-weight:nomal;
 padding: 5px 0px 5px 25px;
 color: #000000;
 display: block;
 margin: 2px 0px 0px 0px;
 text-decoration: none;
 background: url(http://airheadiqtest.com/gazo2/up-blue.gif); background-repeat: no-repeat;
}
#side li a:hover {
 color:#FF0000;
 background: url(http://airheadiqtest.com/gazo2/down-blue.gif) ;
background-repeat: no-repeat;
}
#side li a:active {
 color:#A64E3A;
 background: url(http://airheadiqtest.com/gazo2/up-blue.gif) ;
background-repeat: no-repeat;
}

#side li.sidetitle {
width: auto;
_width: 100%; 
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 font-size:18px;
font-weight:bold;
 padding: 4px 0px 4px 30px;
 color: #ffffff;
 display: block;
 margin: 13px 0px 3px 0px;
 text-decoration: none;
 background: url(http://airheadiqtest.com/gazo2/mtmidashi-blue.gif); background-repeat: no-repeat;
}

#side li.sidetitle a{
 font-size: 18px;
font-weight:bold;
 color: #ffffff;
 display: block;
 margin: -4px 0px 0px -30px;
 padding: 3px 0px 0px 30px;
 text-decoration: none;
 background: url(http://airheadiqtest.com/gazo2/mtmidashi-blue.gif); 
background-repeat: no-repeat;
}
#side li.sidetitle a:hover {
 font-size: 18px;
font-weight:bold;
 color: #ffffff;
 display: block;
 margin: -4px 0px 0px -30px;
 padding: 3px 0px 0px 30px;
 text-decoration: none;
 background: url(http://airheadiqtest.com/gazo2/mtmidashi-bluege.gif); 
background-repeat: no-repeat;
}

/* ---------------------------------------------------------
■ コンテンツ装飾
--------------------------------------------------------- */
.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: 0;
clear: both;
}
.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 {
font-size: 1.0em;
border-style: solid;
border-width: 0px;
text-align: center;
border-color: #ffffff;
width: 530px;
margin: 0;
}
table caption {
font-size: 1.1em;
font-weight: bold;
}
th { 
background :#B5CAE6;
font-weight: normal;
border-style: solid;
border-width: 0px;
}

td { 
background :#D8E2F1; 
text-align:left;
border-style: solid;
border-width: 0px;
}
.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";
}
