/* 基本レイアウト */

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

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

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

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

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

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

#side a { color: #0000ff; }
#side a:hover { color: #ff6666; }

/*文字を装飾します*/
.line { background: #ffff00; }


/* 見出し */

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


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

body
{
min-width: 750px;
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: 740px;
background: url(img/bbg.gif) #fff;
}

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


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

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

#banner div
{
position: relative;
display: block;
width: 730px;
height: 280px;
margin: 0 auto;
background: url(img/top.gif);
}

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

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


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

}

#banner h3
{
margin: 0;
color: #959595;
font-size: 12px;
font-weight: normal;
line-height: 1.25;
position:absolute; top: 210px; left: 20px ; right: 20px;
text-align: left;}




/* ヘッダー（検索ボックス） */

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


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

#banner-description
{
display: none;
}


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

#pagebody
{
position: relative;
width: 730px;
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: 510px;
margin: 10px;
text-align: left;
}

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

{
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: 510px;
_width: 490px;
margin: 10px;
text-align: left;
}

/* 記事部分見出し */

.header1
{
position: relative;
width: auto;
_width: 100%;
margin: 15px 0;
padding: 3px 0 2px 10px;
border-left: 5px solid #E70050;
border-bottom: 1px solid #E70050;
background: #fff;
line-height: 1.25;
font-size: 16px;
font-weight: normal;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
text-transform: uppercase;
clear: both;
}


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

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

.more
{
text-align: right;
}

.header2
{
position: relative;
margin-top: 10px;
border-left: 5px solid #E70050;
padding: 2px 0 2px 10px;
font-size: 14px;
font-weight: normal;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
line-height: 1.25;
}

.header1 a, .header2 a 
{
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;
}

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

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


/* フッター */

#footer
{
position: relative;
width: 740px;
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: 10px;
text-align: center;
}

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

.footer-navi
{
 width: 730px;
margin: 0 5px;
padding: 5px 0;
background: #fff;
font-size: 10px;
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: #FACBDC;
font-size: 14px;
font-weight: nomal;
line-height: 16px;
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: #ff6666;
border: 1px solid #ccc;
color: #fff;
}

#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: 1px 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;
}

/* 新着情報 */
.w-new {
width: 500px;
height: auto;
	margin: 10px 0;
 }

.w-new h2 {
	color: #4d4d4d;
	font-size: 12px;
	height: auto;	
	padding: 0px 5px 20px 0;
	margin: 0 0 5px 0;
	}

.w-new h3 {
	height: auto;
	font-size: 13px;
	padding-left: 3px ;
	margin: 0;	
	}

.w-new p {
	height: auto;
	line-height: 110%;
	font-size: 13px;
	padding-left: 3px ;
	padding-bottom: 30px ;
	margin: 0;	
	}


/* エントリー */
.entry h2 {
	color: #4d4d4d;
	font-size: 13px;
	height: auto;
	line-height: 150%;	
	padding: 0px 5px 10px 5px;
	margin: 0;
	}

.entry h3 {
	font-size: 13px;
	padding: 7px 0 0 15px;
	}

.entry p {
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	padding: 0 10px 10px 5px;
	clear: both;	
	}

.entry p.posted {
	text-align: right;
	font-size: 9px;
	color: #000000;
	padding: 0 10px 15px 0;
	}

.entry p.posted a {
	color: #000000;
	text-decoration: none;
	}

.entry p.extended {
	text-align: right;
	font-size: 12px;
	padding: 0px 10px 0px 5px;
	}

.entry ul {
	font-size: 14px;
	list-style-type: none;
	}

.entry li {
	font-size: 13px;
	list-style-type: none;
	line-height: 130%;
	padding: 0 20px 10px 20px;
	margin: 10px 0 0 0;
	border-bottom: dotted 2px #444444;
	}

.entry li a { font-weight: bold; }

.sidebar h3,
#categories h3,
#recent h3,
#link-list h3,
#sponsored-link h3, 
#search h3,
.freespace h3 {
	background: #f7e7ef;
	height: auto;	
	font-size: 13px;
	color: #2c1e0d;	
	text-align: left;
	margin-bottom: 0;
	padding: 3px 0 3px 10px;
	}

.sidebar ul,
#categories ul,
#recent ul,
#link-list ul,
.freespace ul {
	font-size: 12px;
	font-weight: bold;
	display: block;
	list-style-type: none;
	margin: 5px 0 20px 5px;
	}

.sidebar #categories ul ul {
	margin-bottom: 0;
	margin-top: 2px;
	}

.sidebar li,
#categories li,
#recent li,
#link-list li,
.freespace li {
	width: auto;
	height: auto;
	line-height: 150%;
	list-style-type: none;
	padding: 0 0 3px 5px;
	}


.hbtx2{
color:#333333;
font-size:12px;
line-height:180%;
font-weight:normal;
margin-left: 5px;
margin-right:5px;
margin-bottom: 10px;
margin-top: 10px;
padding:10px 10px 10px 10px;
background: #FFFFFF;
border: 0px solid #E70050;
}

.hbtx3{
color:#333333;
font-size:12px;
line-height:180%;
font-weight:normal;
margin-left: 5px;
margin-right:5px;
margin-bottom: 10px;
margin-top: 10px;
padding:10px 10px 10px 10px;
background: #FFFBFC;
border: 1px solid #E70050;
}


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

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


.line{background-color: #ffff80;}
.pink{color: #E70050;}

.bb{font-size:16px;}

.kiji{	
		font-size: 16px;
line-height: 1.5;
		padding: 0;
margin: 5px 0px 50px 0px;
		}

.red-bb{	color: #cc0101;
		font-size: 12px;
		padding: 3px 3px 0px 3px;
		border-bottom:2px solid #cc0101;
		}
.red-bb1{	color: #cc0101;
		font-size: 18px;
		padding: 0px 3px 2px 3px;
		border-bottom:2px solid #cc0101;
		}

.red-b{	color: #cc0101;
		font-size: 12px;
		padding: 3px 3px 0px 3px;
			}

.black-bb{	color: #000000;
		font-size: 14px;
		padding: 3px 3px 0px 3px;
				}

span.new {
    display: none;
    color: red;
    font-weight: bold;
}



