/* CSS Document */

@import url("/common.css");

html { 
	/*background: url(/img/common/bg_grdimg.gif);*/
}

body { 
	font-size: 80%;
	text-align: center;
	background: url(/img/common/bg_base.gif);
	margin: 0;

	/*border: 1px solid #f00;*/
}

h2 {margin: 0; padding:0;}

img{ border: none;}


A:link { color: #879B10; text-decoration: none}
A:visited { color: #999; text-decoration: none}
A:hover { color: #FF8800; text-decoration: underline}



/*
A:link { color: #444; text-decoration: none}
A:visited { color: #999; text-decoration: none}
A:hover { color: #879B10; text-decoration: underline}
*/

/*
ヘッダー
---------------------------------------*/
#hdr { 
	text-align: center;
	background: url("/img/site/bg_hdr_line.gif")  repeat-x bottom center;
	padding-bottom: 27px;
	margin-bottom: 15px;
}


#hdr .hdr-inner{ 
	width: 960px;
	margin: 0 auto;
}

#hdr .hdr-ads{ 
	border-top: 5px solid #AEC40C;
	padding: 6px 10px 4px;
	text-align: center;
}
#hdr .hdr-ads .inner{ 
	width: 960px;
	margin: 0 auto;

}

#hdr #hdr-L  {
	width: 50%;
	float: left;
	text-align: left;
}

#hdr #hdr-L .inner{
	padding: 5px 0 0 0;
}


#hdr #hdr-R {
	width: 49%;
	float: right;
	text-align: right;
	position: relative;
}

#hdr #hdr-R .msg{ /*セリフ*/
	left:130px;
	top:15px;
	position: absolute;
	width: 180px;
text-align: left;
font-family:"ＭＳ Ｐ明朝", 細明朝, リュウミンL, serif;
}

#hdr #hdr-R img{ /*セリフ*/
	padding: 12px 0 0 0;
}




/*
フッター
-------------------------------------------------------*/
div#commonFooter{
	margin:0;
	padding:0;
	height:87px;
	/*background:url(img) #ededed left top repeat-x;*/
	background:#ededed;
	text-align:left;
}
div#commonFooter div#commonFootercolLeft{
	margin-top:15px;
	margin-left:13px;
	float:left;
	display:inline;
}
div#commonFooter div#commonFootercolRight{
	margin-top:15px;
	margin-right:13px;
	float:right;
	display:inline;
}
div#commonFooter p{
	margin-bottom:10px;
}

div#commonFooter div#commonFootercolLeft li,
div#commonFooter div#commonFootercolRight li{
	float: left;
	border-right: 1px solid #ddd;
	padding: 1px 5px;
	white-space: nowrap;
	margin-bottom: 2px;
}











/* レイアウト
-------------------------------------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
}

#hdr-old  { 
background: #ddd;
padding: 0 10px;
/*border: 1px solid #00f;*/
}

#maincontent { 
/*background: url("http://www.aeron-chair.net/img/site/bg_main.gif")  repeat-y;
padding: 0 10px;*/
/*border: 1px solid #f00;*/
}

#master-col {
margin: 0 auto;
/*border: 1px solid #ff0;*/
}

/* 3カラムならこれがメイン */
#main-col {
	width:535px;
	float: left;
	text-align: left;
	/*border: 1px solid #ccc;*/
}
/* 2カラムならこれがメイン */
#main-col-2 {
	width: 770px;
	float: left;
	text-align: left;
}


#sideA-col {
	width: 170px;
	float: right;
}


#sideB-col {
	width: 210px;
	float: left;
	margin-left: 20px;
}



#footer {
	margin:15px 15px;
border-top:1px solid #ccc;
}

#footer-inner {
	font-size: 90%;
	text-align: left;
	padding: 10px 10px;	
}



#ftr-border{
	background: transparent url(/img/site/common/ftr_bg.gif) repeat-y 2px top;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}

#ftr-logo{/* 左 */
	float: left;
	width: 24%;
	text-align: center;
/*border: 1px solid #00f;*/
}

#ftr-logo p{
	text-align: left;
	margin-top: 15px;
}

#ftr-navi{/* 右 */
	text-align: left;
	float: right;
	width: 74%;
/*border: 1px solid #0f0;*/
}


/* グレーボーダー付き */
.pts-list-basic li{
	float: left;
	border-right: 1px solid #ddd;
	padding: 1px 2px;
	white-space: nowrap;
	margin-bottom: 2px;
}


.pts-list-basic li.on{
	font-weight: bold;
}

.pts-list-basic li.end{
	border-right: none;
}


/* ボーダーなし */
.pts-list-noline li{
	float: left;
	padding: 1px 5px;
	white-space: nowrap;
}







/* エントリー
----------------------------------------- */
.entry-hdr {
	margin-bottom: 10px;
	padding: 2px 0 0 10px;
	border-left: 5px solid #AEC40C;

	text-align: left;
}

.entry-hdr .title {
	padding: 0 3px 3px 3px;
	border-bottom: 1px dotted #aaa;
}
.entry-hdr .title h1,
.entry-hdr .title h2{
  font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 100%;
	margin-top: 3px;
}
.entry-hdr .title A:link { color: #000;   text-decoration: none}
.entry-hdr .title A:visited {  color: #666;  text-decoration: none}
.entry-hdr .title A:hover { color: #FF8800;  text-decoration: none}


/*
.entry-hdr .title {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #ffffff;
	padding:2px 0;
	text-align: left;
}
.entry-hdr .title h1,
.entry-hdr .title h2{
	padding: 15px 10px;
	background: #efeeee;
	font-family:"ＭＳ Ｐ明朝", 細明朝, リュウミンL, serif;
	font-weight: bold;
	font-size: 150%;
}
*/

.entry-hdr .category {
}
.entry-hdr .category .L-cat{
	float: left;
	width: 70%;
	padding-left: 3px;
}
/* ボツ中 色リスト
.entry-hdr .category .L-cat li{
	float: left;
	background: #E3EA88;
	padding: 2px 5px;
	margin-right: 5px;
}
*/
.entry-hdr .category .R-country{
	float: right;
	width: 29%;
	text-align: right;
}


.entry-body{
	text-align: left;
	line-height: 150%;
}

.entry-body p{
	margin-bottom: 15px;
}


.entry-body h2{
	margin-top: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 120%;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

/*
.entry-hdr A:link { color: #000;   text-decoration: none}
.entry-hdr A:visited {  color: #000;  text-decoration: none}
.entry-hdr A:hover { color: #0095D3;  text-decoration: none}
*/


/* エントリー 画像
----------------------------------------- */
.entry-img {
	margin: 15px auto 15px;
	padding: 15px 10px 15px;
	background: #EEE;

	text-align: center;
}

.entry-img p {
	margin: 10px auto 0;
/*	padding: 5px 5px 0;
	border-top: 1px dotted #999;*/
	text-align: center;
}


.entry-img-L {
	margin: 10px auto 10px;
	padding: 10px;
	background: #eee;
	text-align: left;
}

.entry-img-L img{
	float: left;
	padding-right: 15px;
}





/* エントリー アイテム
----------------------------------------- */
.item-box{
	text-align: left;
}

.item-photo{
	width: 285px;
	float: left;
	text-align: center;
}

.item-photo img{
	margin: 5px;
border: 1px solid #ddd;
}


.item-data{
	width: 250px;
	float: right;
	background: #EEECD7;
}

.item-des {
  text-align: left;
  margin-top: 20px;
	line-height: 130%;
}

.item-des h3{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 3px;
}



.padding-10{ padding: 10px;}









/* エントリー フッター
----------------------------------------- */
.entry-footer {
	margin-top: 10px;
	padding-top: 5px;
	text-align:left;
	border-top: 1px dotted #CCC;
}

.entry-footer h4{
	margin-bottom: 2px;
	font-weight: bold;
	/*border-left: 5px dotted #A5B137; これなに？ */
}











/*
楽天アイテム
--------------------------------------------------*/
.rkt-box { /* ヘッダー左 イメージ */
	border: 5px solid #ccc;
	padding: 10px 15px 5px;
}

.rkt-box h3{ /* ヘッダー左 イメージ */
	font-size:100% !important ;
	border: none !important ;
	margin-bottom: 10px !important ;
}


.rkt-list { /* ヘッダー左 イメージ */

}

.rkt-list .bdr_btm{ /* 1アイテムの区切り */
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.rkt-list li .rtk-photo{ /* 左 写真 */
	width: 14%;
	float: left;
	text-align: center;
}

.rkt-list li .rtk-data{ /* 右 情報 */
	width: 84%;
	float: right;
	text-align: left;
}


.rkt-data-list .name{ /* 名前 */
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 2px;
}

.rkt-data-list .price{ /* 価格 */

	margin-bottom: 5px;
}

.rkt-data-list .info{ /* テキスト */
	font-size: 90%;
	line-height: 110%;
}







/* トラックワード
----------------------------------------- */
.ftr-track-word {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;

	height:14px;
	width:100%;
	line-height:100%;
	/*overflow:hidden;*/
}

.ftr-track-word li{
	float:left;
	padding:0;
}


/* カテゴリー
----------------------------------------- */
.cat-description{
	padding: 10px;

}

.hdr-cat-item {
	background: url("/img/site/bg_hdr_item.gif") no-repeat left top;
	padding-top: 10px;
	padding-left: 45px;
	font-weight: bold;
	font-size: 150%;
	min-height: 33px;
	_height: 43px;
}




/* メニュー
----------------------------------------- */
.menu-hdr { /*未使用*/
	border-left: 5px solid #AAC258;
	border-bottom: 1px solid #999;
	
	font-weight: bold;
	padding: 0 5px 3px;
  text-align: left;
}
.menu-list li{
	padding: 1px 0;
	margin-top: 2px;
  text-align: left;
}
.menu-list-item { /* 子カテゴリー */
	margin-left: 5px;
}
.menu-list-item-a li{ /* 子カテゴリー */
	border: none !important;
}
.menu-list li ul{
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
.list-yoko-line li{
	border-right: 1px solid #999;
	padding-right: 10px;
	margin-bottom: 2px;
	margin-right: 10px;
	white-space: nowrap;
	float: left;
	color: #999;
}
.list-yoko li{
	padding-right: 8px;
	margin-bottom: 2px;
	white-space: nowrap;
	float: left;
}


.list-csl li{
	margin: 2px 0;
	padding: 0 0 0 13px;
	line-height: 140%;	/* ボーダーからの上距離 */
	background: url(/img/site/icon/arrow_right.gif) no-repeat left 3px;
}


/* ads付箋タイプ
----------------------------------------- */
.fusen-top-grn {
	/*background: url(/img/common/bg_fusen_grn.gif) repeat-x top #C2D380;*/
	background: #B2C764;
}
.fusen-btm {
	padding: 10px 5px 20px;
	background: url(/img/site/bg_fusen_btm.gif) no-repeat right bottom ;
}

.ad-left {
	margin-left: 10px;
}


/*
タグクラウド
----------------------------------------------------------------*/
.tag-cloud li{ margin-right: 5px; display: inline; }
.tag-cloud .rank-1{ font-size: 20px; }
.tag-cloud .rank-2{ font-size: 18px; }
.tag-cloud .rank-3{ font-size: 16px; }
.tag-cloud .rank-4{ font-size: 14px; }
.tag-cloud .rank-5{ font-size: 12px; }
.tag-cloud .rank-6{ font-size: 10px; }

.bold {font-weight: bold;}








/* サイドメニュー 20080426
----------------------------------------- */
.hdr-menu {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.list-common {
  text-align: left;
}
.list-common li{
	padding: 0 0 3px;
	margin-top: 3px;
	border-bottom: 1px dotted #999;
}
.list-common li{
	padding: 1px 0;
	margin-top: 2px;
	border-bottom: 1px dotted #999;
}


/* 角マル 20080426
----------------------------------------- */
.kdmr210-top {  /*これに中身*/
	background: url("/img/site/bg_kdmr_gry_top.gif") no-repeat left top;
	padding: 10px 10px 0;
	text-align: left;
}

.kdmr210-btm {
	background: #ddd url("/img/site/bg_kdmr_gry_btm.gif") no-repeat left bottom;
	padding-bottom: 10px;
}

/* ピックアップ
------------------- */
.pickup-title {
	margin-bottom: 3px;
	text-align: left;
	color: #333;
	font-weight: bold;
}
.pickup-each {
	background: #fff;
	padding: 10px;
}
.pickup-each h3{
	border-left: 4px solid #ADC708;
	padding-left: 8px;
}
.pickup-each .pic{
	margin: 10px auto;
}


/* トラックバック
------------------- */
#trackbacks {

}

#trackbacks h2{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 5px;

	border-bottom: 1px solid #ccc;	
	background: #f1f1f1;
}
.trackbacks-info {
	background: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.trackbacks-content {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #ccc;
}





/* コメント
------------------- */
#comments {
	margin: 30px 0;
}

#comments form{
	margin: 0;
	padding: 0;
}

#comments h2{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 5px;

	border-bottom: 1px solid #ccc;	
	background: #f1f1f1;
}

#comments .comment {
	margin: 5px 0;
}

#comments .comment-header {
	margin-bottom: 2px;
}
#comments .comment-content {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #ccc;
}

#comments .date,
#trackbacks  .date{
	margin-left: 2px;
	color: #999;
	font-size: 90%;
}


#comments textarea{
	margin: 5px 0;
	width: 300px;
	margin: auto;
}

.csl{
	padding: 0 0 0 13px;
	line-height: 120%;	/* ボーダーからの上距離 */
	background: url(/img/site/icon/arrow_right.gif) no-repeat left 5px;
}
.link-bk A:link { color: #000;   text-decoration: none}
.link-bk A:visited {  color: #000;  text-decoration: none}
.link-bk A:hover { color: #0095D3;  text-decoration: none}



/*旧CSS*/
/* エントリー　２分割 */
.layout-left {
	float: left;
	margin: 0 0 20px;
}

.layout-right {
	float: right;
	margin: 0 0 20px;
}

/* 回り込み解除用 */
.clear {
    zoom: 100%;
}
.clear:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/* エントリー カテゴリー一覧用 from nico
----------------------------------------- */
.entry-each-arc{
	text-align: left;
line-height: 130%;
border-bottom: 1px dotted #ccc;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}

.entry-each-arc .L{ /*写真*/
	width: 100px;
	float: left;
}
.entry-each-arc .L img{ /*写真*/
	border: 1px solid #ccc;
}
.entry-each-arc .R{
	width: 415px;
	float: right;
}

.entry-each-arc .search { /*検索結果用 画像が読めないため */

}


.entry-each-arc .R h2,
.entry-each-arc .search h2
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	/*font-family :;*/
}
.entry-each-arc .R .ftr,
.entry-each-arc .search .ftr{
	color: #999;
	font-size: 90%;
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px dotted #CCC;
}

ul.pts-dflist {
	list-style-type: disc; 
	margin-left: 20px;
}
.entry_fes_data {
	padding: 15px 13px 0;
	margin-top: 20px;
	background: #eee;
}

/*世界の祭り*/
.entry_fes_data dt{
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	padding: 3px 7px 1px;
	color: #000;
	font-weight: bold;
}
.entry_fes_data dd{
	margin: 3px 0 13px;
	padding: 0 5px 10px;
}

.entry-ads{
	margin: 3px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
text-align: center;
}