/*
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: Arial,'ＭＳ Ｐゴシック',sans-serif,"HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


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


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

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

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


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



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


#header {
    position: relative;
    margin: 0;
    padding: 0 5px;
    width: 930px;
    _width: 930px;
    height: 100px;
    text-align: left;
    background: url(img/head.gif) no-repeat;
}


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


#header h1
{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 20px; left: 40px;
    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: 10px;
    color: #666;
}


#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 930px;
    _width: 930px;
    height:280px;
    background: url(img/bbg.gif) ;
}

#banner div {
    position: relative;
    margin: 0 5px;
    padding: 0;
    width: 919px;
    _width: 919px;
    height:280px;
    background: url(img/banner.jpg) no-repeat right top;
}

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


#banner2 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 930px;
    height: 105px;
    background: url(img/bbg.gif) ;
}


#banner2 div {
    position: relative;
    margin: 0 5px;
    padding: 0;
    width: 919px;
    height: 105px;
    background: url(img/banner2.jpg) right no-repeat;
}


#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: #5a5a5a;
    position:absolute; top:35px; left: 10px;
    text-align: left;
    letter-spacing: 0;
    background: none ;
}


/* メインコンテンツ全体 基本レイアウト*/
/* メインコンテンツ基本レイアウト（記事部分） */
#warp{
    width:770px;
    _width:770px;
    float:left;
     

}


#container
{
    position: relative;
    width: 920px;
    _width: 930px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    background: url(img/bbg.gif) repeat-y #fff;
}



#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分） */



#main
{

    position: relative;
    min-height: 1px;
    text-align: left;
    width: 540px;
    _width:560px;
    float:right;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}


.index #main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 560px;
    margin: 0;
    padding: 0;
    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: 10px 0 0 0px;
    background: url(img/2.jpg)  no-repeat left ;
}

#sideright{
    width:140px;
    float:right;
    text-align:left;
    margin: 10px 0 0;
}


/* 記事部分見出し */


.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;
    color: #fff;
}

.index #main .header {
    /* ie win (5, 5.5, 6) bugfix */
    width: 230px;
    _width: 250px;
    margin: 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/hs.gif) no-repeat;
    color: #fff;
}

.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 5px 0 0;
    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;
    color: #990000;
}
*html .header3 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 15px 5px 0 5;
    line-height: 1.8;
    padding: 0 5px 0 8px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left:5px solid #ba0000;
    color: #990000;
}
.header3 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 15px 5px 0 5px;
    line-height: 1.8;
    padding: 0 5px 0 8px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left:5px solid #ba0000;
    color: #990000;
}

.header4{
    /* ie win (5, 5.5, 6) bugfix */
    line-height: 1.25;
    padding: 5px 5px 5px 5px;
    font-size: 1.0em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    color: #FFF;
    margin-left:10px;
    background:#a90000;
    position:relative;
    top:22px;
}
.header5 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 10px 0 5px;
    line-height: 85px;
    padding: 0 5px 0 5px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    border-bottom: 1px dotted #dcdcdc;
    border-top:3px solid #4c96ff;
    color: #336699;
}
.header6 {
    margin: 0px 0 5px;
    padding: 0 5px 0 5px;
    font-size: 0.9em;
    font-weight: normal; 
    text-align: left;
    color: #336699;
}


.header_toplevel{
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 5px 0 0;
    line-height: 50px;
    padding: 0 5px 0 5px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #cdf0d1;
    border-left:5px solid #045a0e;
    color: #990000;
    background:url(http://www.pekeros.com/img/hm.gif) no-repeat;
}
.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;
}

.content
{
 line-height: 1.5;
 margin: 5px;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.more
{
 text-align: right;
 }


/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 920px;
    _width: 930px;
    height: 100px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
    background: url(img/footer.gif) bottom no-repeat;
}


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

.copy
{ 
    margin: 0;
 padding: 20px 0 0;
    color: #666;
    font-size: 0.9em;
}

.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;
    background: url(img/li.gif) no-repeat;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 10px 3px 10px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 ;
    border-left: 5px solid #dcdcdc;
    text-decoration: none;
}


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


#side li.sidetitle
{
    width: auto;
    height: 38px;
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-bottom: 2px solid #990000;
}

.box
{
    position: static;
    width: auto;
    min-height:300px;
    line-height: 1.5;
    margin: 15px 10px;
    padding:10px 10px 10px 10px;
    font-size: 1.1em;
    border: 1px solid #dcdcdc;
    background:none;
}
.mokuji{
    width:100%;
    background:#eaeaea;
    margin:20px 0 0 0;
    padding:0 0 10px 0;
    clear:both;
    
}
.mokuji p{
    background:#d2d1d1;
    display:block;
    text-align:center;
    font-weight:bold;
}
#main .box p
{
    margin: 0;
    padding: 3px 0 3px 5px;
    background:none;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 1.5;
    color:#666;
    font-weight:bold;
}
ul.listred{
    color:red;
    font-weight:bold;
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 1.5;
}
.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;
}
td { padding: 10px; border-top: 1px solid #ccc;}

.pickup1
{
   width: 258px; 
   margin: 10px 0 5px 10px;
   padding: 5px 0 5px 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border: 1px solid #f0f0f0;
   border-bottom: 1px solid #f0f0f0;
}

.search
{
    width: auto;
    _width: 100%;
    margin: 10px 0 0 10px;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: url(img/boxbg.gif) #f9f9f9;
    clear: both;
    text-align: center;
}





/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b /* 太字 */
{
    font-weight: bold;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.br /* 赤・太字 */
{
    color: #dc0000;
    font-weight: bold;
}


/* 文字色 */
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #506DC5; font-size:16px;} /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

.line /* 背景マーカー処理 */
{
    background: #ffff00;
}

.u /* アンダーライン */
{
    border-bottom: 2.5px solid ;
border-color:#5580FF;
}

.left{
   display:block;
   float:left;
   margin:0 20px 0 0;
}
.waku{
   border:1px solid #a90000;
   padding:5px;
}
#main .waku p{
   margin:10px 0 0 5px;
   padding:0 0 0 7px;
}
.kakaku{
   position:relative;
   top:20px;
}
#lanking{
    margin:0 0 10px 8px;
    width:523px;
    height:120px;
    background:url(http://www.pekeros.com/img/img01.gif) no-repeat;
}
.imgs{
    margin:9px 10px 10px 9px;
    float:left;
}
.entry2
{
 line-height: 1.5;
 margin: 0px 5px 20px 5px;
 padding:5px 5px 10px 0px; 
 border: 1px solid #ffbec0;
}

.header4-1{
    /* ie win (5, 5.5, 6) bugfix */
    width: 500px;
    _width: 500px;
    margin: 0px 20px 0 0px;
    line-height: 1.25;
    padding: 0 5px 2px 55px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #c7c6c5;
    color: #1a1a1a;
    display:block;
    background:url(http://www.pekeros.com/img/no1.gif) no-repeat left;

}
.header4-2{
    /* ie win (5, 5.5, 6) bugfix */
    width: 500px;
    _width: 500px;
    margin: 0px 20px 0 0px;
    line-height: 1.25;
    padding: 0 5px 2px 55px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #c7c6c5;
    color: #1a1a1a;
    display:block;
    background:url(http://www.pekeros.com/img/no2.gif) no-repeat left;

}
.header4-3{
    /* ie win (5, 5.5, 6) bugfix */
    width: 500px;
    _width: 500px;
    margin: 0px 20px 0 0px;
    line-height: 1.25;
    padding: 0 5px 2px 55px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #c7c6c5;
    color: #1a1a1a;
    display:block;
    background:url(http://www.pekeros.com/img/no3.gif) no-repeat left;

}
.goshousai{
    text-align:right;
}
.imgleft{
    float:left;
    margin:0 10px 10px 0;
}
.otamesikikan{
    display:block;
    line-height:25px;
    background:#ffd9d9;
    text-align:right;
}
table.cosmehyou
{
    width: 540px;
    border: 1px #CACACA solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.cosmehyou td
{
    padding: 1px;
    border: 1px #CACACA solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    line-height:30px;
}
table.cosmehyou td.cosmehyou1{
    width:80px;
    padding: 1px;
    border-top: 1px #CACACA solid;
    border-left: 1px #CACACA solid;
    border-right: 1px #fff solid;
    border-bottom: 1px #CACACA solid;    border-width: 0 0 1px 1px;
    text-align: left;
    line-height:1.2em;
}
table.cosmehyou td.cosmehyou2{
    width:150px;
    padding: 1px;
    border-top: 1px #CACACA solid;
    border-right: 1px #CACACA solid;
    border-left: 1px #fff solid;
    border-bottom: 1px #CACACA solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    line-height:1.2em;
}


table.cosmehyou th
{
    padding: 1px;
    border: #CACACA solid;
    border-width: 0 0 1px 1px;
    background: #d0eeff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    white-space: nowrap; 
}
