/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }
p { margin: 20px 0; padding: 0; }

/* リンク色（ページ全体） */
a { color: #0000cc; text-decoration: underline; }
a:hover { color: #ff9900; }

/* リンク色（ヘッダー） */
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }

/* ページレイアウト */
body
{
 min-width: 900px;
 margin: 0;
 padding: 0;
 font-size: 0.9em;
 text-align: center;
 color: #333;
 background: #f5f5f5 ;
 line-height: 1.5;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 900px;
 background: #fff;
 border: 1px solid #ccc;
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}

/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 900px;
 height: 100px;
 margin: 0 auto;
 background: #666;
}

#bn {
width:860px;
height:200px;
background:url(img/header.jpg) no-repeat center #fff;
margin:10px auto;
padding: 0
}

#bn span { display:none; }


/* ヘッダー（サイトタイトル） */
#banner h1
{
 margin: 0;
 color: #fff;
 font-size: 1.4em;
 font-weight: normal;
 letter-spacing: 1em;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 position:absolute; top: 20px; right: 20px;
}

/* ヘッダー（サイト説明文） */
#banner h2
{
 margin: 0;
 color: #fff;
 font-size: 1.1em;
 font-weight: normal;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 position:absolute; top: 70px; left: 20px;
}

/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 890px;
 _width: 880px;
 margin: 0 auto;
 text-align: left;
 float: right;
 background:#fff;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}

/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 display: inline;
 position: relative;
  width: 650px;
  _width: 640px;
 margin: 0;
 padding:10px;
 float: right;
 min-height: 1px;
 text-align: left;
 background:#fff;
 }

#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 width: 200px;
 margin: 0 10px;
 float: left;
 min-height: 1px;
 text-align: left;
}

#left /* メニュー */
{
 display: inline;
 position: relative;
 width: 180px;
 margin: 0 10px;
 float: right;
 min-height: 1px;
 text-align: left;
}

/* 記事部分見出し */

.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 15px 0;
 padding: 10px 0 10px 40px;
 border-bottom: 1px dotted #ccc;
 line-height: 1.25;
 font-size: 1.4em;
 font-weight: normal;
 letter-spacing: 0.5em;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 text-transform: uppercase;
 clear: both;
background:url(img/check.gif) no-repeat left;
}

.header2
{
 position: relative;
 margin: 30px 0 ;
 padding: 5px 0;
 font-size: 1.1em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 letter-spacing: 1em;
 text-align: center;
 line-height: 1.25;
 background: #eee;
}

.header1 a, .header2 a  { text-decoration: none; }


/* 記事部分コンテンツ */

.entry
{
 line-height: 1.75;
 margin: 10px 20px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.more
{
 text-align: right;
 }


.bread
{
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
}

.gotop 
{
 text-align: right;
 clear: both;
 padding: 10px;
}

.img
{
 float: left;
 margin: 0 5px 5px 0;
 text-align: center;
}


/* フッター */
#footer
{
 position: relative;
 width: 900px;
 height: 100px;
 margin: 0;
 padding: 0;
 background: #666;
 text-align: center;
 clear: both;
 color: #fff;
}

#footer p
{
 padding: 40px 0;
 margin: 0;
 line-height: 30px;
 font-size: 12px;
}


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

.side-header
{
 position: relative;
 width: auto;
 height: 16px;
 margin: 10px 0 5px 0;
 padding: 20px 0 10px;
 color: #666;
 font-size: 12px;
 font-weight: nomal;
 line-height: 16px;
 letter-spacing: 1em;
 text-align: center;
}

#side p  { padding: 0 5px; }

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

#side li a
{
 width: auto;
 _width: 180px;
 background-color: #fff;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 5px 0;
 padding: 30px 0;
 letter-spacing: 0.1em;
 border-bottom: 1px dotted #ccc;
 border-left: 5px solid #eee;
 text-decoration: none;
 text-align: center;
}

#side li a:hover
{
 background: #f0f0f0;
 color: #000;
}


#left ul
{
 margin: 0;
 padding: 0;
 list-style: none;
}

#left li a
{
 width: auto;
 _width: 180px;
 background-color: #fff;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 5px 0;
 padding: 30px 0;
 letter-spacing: 0.1em;
 border-bottom: 1px dotted #ccc;
 border-left: 5px solid #eee;
 text-decoration: none;
 text-align: center;
}

#left li a:hover
{
 background: #f0f0f0;
 color: #000;
}


#side dl { padding: 5px; }
#side dt { font-size: 12px; line-height: 1.5; }
#side dd { font-size: 12px; line-height: 1.5; color: #999
;}

.box { border:1px solid #ccc; padding:10px; }

#index .index,
#cat1 .cat1,
#cat2 .cat2,
#cat3 .cat3,
#cat4 .cat4,
#cat5 .cat5,
#cat6 .cat6,
#cat7 .cat7,
#cat8 .cat8,
#cat9 .cat9,
#cat10 .cat10,
#cat11 .cat11,
#cat12 .cat12,
#cat13 .cat13,
#cat14 .cat14,
#cat15 .cat15,
#cat16 .cat16,
#cat17 .cat17,
#cat18 .cat18,
#cat19 .cat19,
#cat20 .cat20,
#cat21 .cat21,
#cat22 .cat22,
#cat23 .cat23,
#cat24 .cat24,
#cat25 .cat25,
#cat26 .cat26,
#cat27 .cat27,
#cat28 .cat28,
#cat29 .cat29
{
	background: #666;
	color: #fff;
}


.order {
    text-align: center;
    display: block;
    height: 60px;
    width: 320px;
    _width: auto;
    margin: 50px auto;
    background: url(img/push2.gif) no-repeat center;
}

.order a {
    display: block;
    height: 60px;
    width: 320px;
    margin: 0 auto;
    background: url(img/push.gif) no-repeat;
}

.order a:hover {
    display: block;
    height: 60px;
    width: 320px;
    background: none;
}
.order a span { display:none; }

.red { color: #cc0000;}
.blue { color: #003399;}
.line { background: #ffff00; }
.u {border-bottom: 1px solid; }
.b { font-weight: bold; }


