/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


strong {font-weight: normal;}
em {font-style: normal;}

.gray { color: #666666; }
.blue { color: #0000cc; }
.red { color: #ff0000; 
       font-weight: bold; 
}
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.line { background: #ffff66; 
        font-weight: bold; 
        color: #000000; }

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

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

/* リンク色（ヘッダー） */

#banner a { color: #990000; text-decoration: none; }
#banner a:hover { color: #990000; }



/* リンク色（サイドメニュー） */

#side a { color: #666; }
#side a:hover { color: #ff9900; }

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


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

body
{
min-width: 800px;
margin: 0;
padding: 0;
font-size: 12px;
text-align: center;
color: #333;
background: #f5f5f5 ;
line-height: 1.5;
}

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

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


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

#banner
{
position: relative;
width: 780px;
height: 220px;
margin: 0 auto;
background: url(img/top.jpg) top right no-repeat;
}

#banner div
{
position: relative;
display: block;
width: 780px;
height: 220px;
margin: 0 auto;
background: url(img/topa.jpg);
}

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

#banner h1
{
margin: 0;
color: #990000;
font-size: 18px;
font-weight: normal;
line-height: 1.25;
text-align: right;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
position:absolute; top: 25px; right: 10px;
}

#banner h2
{
margin: 0;
color: #C0C0C0;
font-size: 12px;
font-weight: normal;
line-height: 1.25;
position:absolute; top: 5px; right: 10px;
text-align: right;

}

#banner h3
{
margin: 0;
color: #C0C0C0;
font-size: 12px;
font-weight: normal;
line-height: 1.25;
text-align: left;
position:absolute; top: 179px; left: 20px;right: 10px;}
/* ヘッダー（検索ボックス） */

#banner-search
{
position:absolute; bottom: 2px; left: 10px;
}


/* ヘッダー（サイト説明） */

#banner-description
{
display: none;
}


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

#pagebody
{
position: relative;
width: 780px;
margin: 0 auto;
text-align: left;
}

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


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

#main /* 記事部分 */

{
display: inline;
position: relative;
float: left;
min-height: 1px;
width: 760px;
margin: 10px;
text-align: left;
}

#sidea /* サイドメニュー */

{
display: inline;
position: relative;
float: right;
min-height: 1px;
margin: 0 10px;
width: 180px;
text-align: left;
}

#s-main /* 検索結果記事部分 */

{
display: inline;
position: relative;
float: left;
min-height: 1px;
width: 560px;
_width: 550px;
margin: 10px;
text-align: left;
}

/* 記事部分見出し */

.header1
{
position: relative;
width: auto;
_width: 100%;
margin: 15px 0;
padding: 3px 0 2px 10px;
border-left: 5px solid #FF4500;
border-bottom: 1px solid #FF4500;
background: #fff;
line-height: 1.25;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
clear: both;

}

.headerline {
font-size:18px;
font-weight:bold;
padding: 5px 0 3px 75px;
background: url(img/rank1.jpg);
background-repeat: no-repeat;
border-bottom: 2px solid #0484FF;
margin: 20px 0px 0px 0px;
}



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

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

.entry1
{
line-height: 1.25;
margin-top: 0px;
border-left: 5px solid #fff;
padding: 1px 0 5px 10px;
font-size: 14px;
}

#entry1 a {
color: #0CB0E0;
text-decoration: underline;
}


.more
{
text-align: right;
}

.header2
{
position: relative;
margin-top: 5px;
border-left: 5px solid #E8E9FE;
padding: 1px 0 1px 10px;
font-size: 18px;
font-weight: bold;
line-height: 1.25;
}

.header1 a, .header2 a 
{
text-decoration: none;
color: #990000; text-decoration: none;

}




.entry-footer,
{
margin: 5px 10px 0 0;
border-top: 1px dotted #ccc;
padding: 5px 0;
color: #999;
font-size: 10px;
text-align: right;
}

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

.f-navi
{
margin: 5px 0;
text-align: center;
clear: both;
}

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

.goto 
{
text-align: right;
}


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

.tb-info
{
text-align: center;
border: 1px dotted #ccc;
}

.img100 {
margin: 10px 30px 20px 10px;
padding: 0;
float: right;
}

.img200 {
margin: 10px 20px 10px 30px;
padding: 0;
float: left;
}

.imgr {
margin: 10px 30px 20px 10px;
padding: 0;
float: right;
}

.imgl {
margin: 10px 20px 10px 30px;
padding: 0;
float: left;
}
.imgl2 {
margin: 0px 10px 10px 10px;
padding: 0;
float: left;
}

.hbtx1{
color:#999999;
font-size:10px;
line-height:120%;
font-weight:normal;
margin-left:5px;
margin-right:10px;
margin-bottom:15px;
margin-top:2px;
word-break: break-all;
}

.hbtx2{
color:#333333;
font-size:12px;
line-height:160%;
font-weight:normal;
margin-left:5px;
margin-right:10px;
margin-bottom:15px;
margin-top:15px;
word-break: break-all;
}

.hbtx21{
color:#777777;
font-size:12px;
line-height:120%;
font-weight:normal;
margin-left:5px;
margin-right:10px;
margin-bottom:15px;
margin-top:15px;
word-break: break-all;
}

.hbtx3{
color:#333333;
font-size:12px;
line-height:150%;
font-weight:bold;
margin-left: 5px;
margin-right:5px;
margin-bottom: 1px;
margin-top: 0px;
padding:0px 10px 10px 10px;
background: #FFFFFF;
border: 2px solid #0484FF;
}

.check{
font-weight:bold;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 25px;
	font-size:14px;
	color : #ff0000;

	text-align: left;

background-image: url(img/check.gif);
background-repeat: no-repeat;
}





/* フッター */

#footer
{
position: relative;
width: 790px;
height: 80px;
background: url(img/footer.gif) no-repeat bottom;
text-align: left;
padding: 0;
clear: both;
color: #666;
}

#footer p
{
padding: 25px 0 0;
margin: 0;
font-size: 0.8em;
text-align: center;
}

#footer a
{
text-decoration: none;
color: #666;
}

.footer-navi
{
 width: 780px;
margin: 0 5px;
padding: 5px 0;
background: #fff;
font-size: 0.8em;
text-align: center;
line-height: 1.25;
clear: both;
}

.footer-navi a
{
color: #999;
}


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

.side-header
{
position: relative;
width: auto;
height: 16px;
margin: 10px 0 5px 0;
padding: 2px 0;
color: #333;
background: #f0f0f0;
font-size: 14px;
font-weight: nomal;
line-height: 16px;
text-align: center;
}

.sidezoon2{
position: relative;
color:#666666;
font-size:10px;
line-height:14px;
font-weight:normal;
margin: 10px 0 5px 0;
width: auto;
padding: 2px 0;

}

.sidezoon4{

color:#666666;
font-size:12px;
line-height:14px;
font-weight:normal;
margin: 10px 0 5px 0;
width: auto;
padding: 2px 0;
border-bottom: 1px solid #D7ACD9;
}
.sideimage{
margin-bottom: 8px;
margin-top: 5px;
text-align:center;
}



#side p 
{
padding: 0 5px;
}

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

#side li a
{
width: 178px;
_width: 180px;
background-color: #fff;
text-indent: 5px;
display: block;
font-size: 12px;
line-height: 1.25;
margin: 2px 0;
padding: 5px 0;
letter-spacing: 0.1em;
border: 1px solid #ccc;
text-decoration: none;
}

#side li a:hover
{
background: #ffcc00;
border: 1px solid #ccc;
color: #333;
}

#side dl
{
padding: 5px;
}

#side dt
{
font-size: 12px;
line-height: 1.5;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
width: auto;
min-height: 190px;
_height: 190px;
margin: 5px 0;
padding: 5px;
border: 0px solid #ccc;
line-height: 1.5;
}

.pickup1
{
width: 47%;
 min-height: 190px;
_height: 190px;
margin: 5px 0;
padding: 5px;
line-height: 1.5;
float: left;
}


#menu {
margin: 30px 0 50px 0;
font-size: 18px;
font-weight: bold;
}

#menu a {
font-size: 14px;
font-weight: bold;
text-decoration: underline;
color: #0000ff;
}

#cate {
text-align: left;
margin: 10px 0 0 10px;
}

#cate a {
color: #0CB0E0;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

#catelist  {
text-align: left;
margin: 10px 0 10px 10px;
}

#catelist a {
color: #0CB0E0;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

