/*
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: 280px;
 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: 280px;
 background: #fff;
 border-left: 5px solid #ccc;
 border-right: 5px solid #ccc;
}
#banner div
{
 position: relative;
 margin: 0 10px;
 padding: 0;
 width: 770px;
 height: 280px;
 background: url(img/banner.jpg) ;
}
#banner span
{
 width: 450px;
 margin: 0;
 padding: 5px;
 font-size: 22px;
 line-height: 1.25;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
 color: #fff;
 position:absolute; top:80px; left: 10px;
 text-align: left;
 letter-spacing: 0;
 background: none ;
}
#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:15px; 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: 0.9em;
 padding: 40px 3px 40px 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 #32688f;
 color: #32688f;
}
.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 #32688f;
}
.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;
}
.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;
}
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;
}
.magmag
{
 height: 105px;
 _height: 140px;
 padding: 35px 5px 0px;
 background: url(img/mmbg.gif) no-repeat;
 margin: 5px 0 10px;
}
.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; }
