/*
name:minoritymind
designer:arakawa
designer_url:http://www.minoritymind.jp/
developer:arakawa
developer_url:http://www.minoritymind.jp/
*/

/* 基本レイアウト */

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 W7";
}

/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

/* リンク色（ナビゲーション） */

#navi a { color: #fff; text-decoration: none; }
#navi a:hover { color: #ff9900; }

/* ページレイアウト */

body
{
    width: 790px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.8em;
    color: #333;
    background: #f5f5f5;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
}

/* ヘッダー（レイアウト） */

#header
{
    position: relative;
    margin: 0;
    padding: 0 5px;
    width: 780px;
    _width: 800px;
    height: 100px;
    text-align: left;
    background: url(img/head.gif) #fff;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

/* ヘッダー（サイトタイトル） */

#header h1
{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 48px; left: 180px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
}

#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 15px;
    color: #666;
}

#tt
{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #666;
    position:absolute; top:30px; right: 20px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}

#logo
{
    margin: 0;
    padding: 0;
    position:absolute; top:18px; left: 20px;
}

#navi
{
    position: relative;
    margin: 0;
    padding: 0 10px;
    width: 770px;
    _width: 800px;
    height: 60px;
    background: url(img/navibg.gif) #fff;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

#navi p
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
    float: left;
}

#navi p a
{
    position: relative;
    display: block;
    width: 100px;
    _width: 128px;
    margin: 0;
    padding: 0 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
}

#banner
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 200px;
    background: #fff;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

#banner div
{
    position: relative;
    margin: 0 10px;
    padding: 0;
    width: 770px;
    height: 200px;
    background: url(img/banner.jpg) ;
}

#banner2
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 105px;
    background: #fff;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

#banner2 div
{
    position: relative;
    margin: 0 10px;
    padding: 0;
    width: 770px;
    height: 105px;
    background: url(img/banner2.jpg) ;
}

#banner2 span
{
    width: 400px;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #fff;
    position:absolute; top:35px; right: 10px;
    text-align: right;
    letter-spacing: 0;
    background: none ;
}

/* メインコンテンツ全体 基本レイアウト*/

#container
{
    position: relative;
    width: 780px;
    _width: 800px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    background: url(img/bbg.gif) #fff;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

#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: 520px;
    _width: 550px; 
    margin: 15px 0;
    padding: 0 15px;
    border-left: 1px dashed #ccc;
    background: url(img/3.jpg)  no-repeat right bottom ;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 0 10px;
    background: url(img/2.jpg)  no-repeat left ;
}

/* 記事部分見出し */

.header
{
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 520px;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat;
}

.header2
{
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 15px 0 5px;
    line-height: 1.25;
    padding: 0 5px 0 5px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px solid #ccc;
}

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

#main p
{
    margin: 15px 0;
    padding: 0;
}

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

.more
{
 text-align: right;
 }

/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 780px;
    _width: 800px;
    height: 150px;
    text-align: left;
    font-size: 0.9em;
    clear: both;
    background: url(img/footer.gif) bottom no-repeat #fff;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
}

#footer p { margin: 0; padding: 0; }

.sj
{ 
    margin: 0;
    padding: 25px 0x;
    position:absolute; bottom: 20px; left:20px;
    color: #666;
}

.copy
{ 
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 0.9em;
    position:absolute; bottom: 20px; right:30px;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

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

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

#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #ccc;
}

#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 1.2em;
    padding: 40px 3px 40px 10px;
    color: #333;
    display: block;
    line-height: 1.5;
    margin: 2px 0;
    border-left: 5px solid #dcdcdc;
    text-decoration: none;
    font-family:"HGP明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", 細明朝 ;
}

#side li a:hover
{
    border-left: 5px solid #990000;
    color: #990000;
}

.sidetitle
{
    width: auto;
    height: 15px;
    margin: 5px 0;
    padding: 5px 0 5px 5px;
    text-align: left;
    font-size: 1em;
    line-height: 1.25;
    display: block; 
    border-bottom: 2px solid #990000;
}

.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 15px;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
}

.first
{
    width: 330px;
    _width: 520px;
    height: 280px;
    _height: 300px;
    margin: 0;
    padding: 10px 10px 10px 180px;
    _padding: 20px 10px 10px 180px;
    clear: both;
    background: url(img/first.gif)  no-repeat;
}


.osirase
{
    width: 520px;
    min-height: 155px;
    _height: 180px;
    margin: 20px 0;
    padding: 25px 0 0;
    clear: both;

    background: url(img/osirase.gif)  no-repeat top;}

.osirase ul
{
    margin: 5px 10px 0 15px;
    padding: 0;
    list-style: none;
}

.osirase li
{
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    border-bottom: 1px dotted #ccc;
}

.news
{
    width: 520px;
    min-height: 155px;
    _height: 180px;
    margin: 20px 0;
    padding: 25px 0 0;
    clear: both;
    background: url(img/news.gif)  no-repeat top;
}

.news ul
{
    margin: 5px 10px 0 15px;
    padding: 0;
    list-style: none;
}

.news li
{
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    border-bottom: 1px dotted #ccc;
}

.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
    background: url(img/go.gif) no-repeat right top;
}

.click a:hover
{
    background: url(img/goh.gif) no-repeat right top;
}

.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    background: url(img/gotop.gif) no-repeat right;
    clear: both;
}

.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}

#side p
{
    margin: 10px 0;
    padding: 0;
}

.center { text-align: center; }

.b
{
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.2em;
}
.widget
{
    margin: 0;
    padding: 10px 0;
}

.widget-center
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.line { border-top: 1px dashed #ccc; clear: both; margin: 0 5px; font-size: 5px;}
img { border: none; }

.table
{
    width: 500px;
    font-size: 0.9em;
    margin: 0;
}
.table td { padding: 10px; border-top: 1px solid #ccc;}

.ss { text-align: center; margin: 20px 0;}

.photo, .sidesearch, .magmag
{ text-align: center; }

.sidesearch
{
    margin: 5px 0 10px;
    height: 30px;
    _height: 60px;
    padding: 30px 5px 0px;
    background: url(img/searchbg.gif) no-repeat;
}

.rss
{ text-align: right; }

#side .rss p
{
    margin: 5px 0;
    padding: 0;
}

.cat41 { background: url(img/41.gif) no-repeat; }
.cat42 { background: url(img/42.gif) no-repeat; }
.cat47 { background: url(img/47.gif) no-repeat; }
.cat48 { background: url(img/48.gif) no-repeat; }
.cat49 { background: url(img/49.gif) no-repeat; }

.red { color: #ff0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.yline { background: #ffff00; }

.go a {
    display: block;
    height: 140px;
    width: 200px;
    margin: 15px auto 15px;
    background: url(img/btnnaniwa.gif) no-repeat;
    text-decoration: none;
}

.go a:hover {
    display: block;
    height: 140px;
    width: 200px;
    background: url(img/btnnaniwa2.gif) no-repeat;
}

.go a span {
    display: none;
}

.btn { text-align: center; }
.btn a {
    display: block;
    height: 70px;
    width: 520px;
    margin: 0 auto 15px;
    background: url(img/btn1.gif) no-repeat #ff0000;
    text-decoration: none;
    color: #fff;
}

.btn a:hover {
    display: block;
    height: 70px;
    width: 520px;
    background: url(img/btn2.gif) no-repeat #ff9900;
}

.btn span {
    display: block;
    line-height: 70px;
    width: 520px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.8em;
    text-align: center;
}

.anzan a {
    display: block;
    height: 238px;
    width: 200px;
    margin: 15px auto 15px;
    background: url(img/anzan-1.gif) no-repeat;
    text-decoration: none;
}

.anzan a:hover {
    display: block;
    height: 238px;
    width: 200px;
    background: url(img/anzan-2.gif) no-repeat;
}
