/* Default Layout:  */
/* @import url(http://design.s44.coreserver.jp/cgi/mt/mt-static/themes-base/blog.css);
@import url(http://design.s44.coreserver.jp/cgi/mt/mt-static/themes/minimalist-red/screen.css);
*/


/* CSS Document */
@import url("/common.css");


html { 
	/*background: url("/img/common/bg_basic.gif");*/
	background: url("http://www.aeron-chair.net/img/common/bg_basic.gif");
}


body { 
	font-size: 80%;
	text-align: center;
	background: url("/img/site/bg_base.gif");
	margin: 0;
/*border: 1px solid #f00;*/
}



/* レイアウト
-------------------------------------------------------------*/
#container {
	width: 850px;
	margin: 0 auto;
/*background: url(http://idollove.web.fc2.com/);*/
background: url(/img/site/bg_main.gif);

/*border: 1px solid #0f0;*/
}

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

#maincontent { 
padding: 0 10px;
/*border: 1px solid #00f;*/
}

#master-col {
margin: 0 15px;
border: 1px solid #fff;
}

/* 2カラムならこれがメイン */
#main-col {
	width:560px;
	float: right;
	text-align: left;
}
#left-col {
	width:200px;
	float: left;
}



/*
ヘッダー
---------------------------------------*/
#hdr-mas{
	border:1px solid #fff;
	background: transparent url(/img/site/bg_hdr.jpg) no-repeat center top;
	min-height: 163px;
	_height: 163px;
}

#hdr-mas .inner {
	padding: 30px 300px 30px 30px;
	text-align: left;
	color: #fff;
}

#hdr-mas .inner .title .logo{
	float: left;

}
#hdr-mas .inner .sub {
	padding: 10px;
	float: left;
	font-size: 130%;
	font-weight: bold;
	/*font-family: "HG創英角ｺﾞｼｯｸUB",sans-serif;*/
}

#hdr-mas .inner .description {
	margin-top: 5px;	
	margin-left: 10px;	
}



#hdr-btm {
	min-height: 45px;
	background: url(/img/site/hdr_sdw.gif) repeat-x center bottom;
}

#hdr-btm .inner{
	padding: 5px 10px 5px;
}




/*
フッター
---------------------------------------*/
#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(http://img.4travel.jp/img/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-each-arc{
	text-align: left;
}

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

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




/* エントリー
----------------------------------------- */
.entry-hdr{
	padding-bottom: 6px;
	background: url(/img/site/bg_entry_hdr.gif) no-repeat right bottom #EEECD7;
	text-align: left;
}

.entry-hdr h2{
	padding: 4px 8px 4px;
  border-left: 7px solid #A5B137;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

.entry-body{
	text-align: left;
}



/* デザイナー
----------------------------------------- */
.dgn-box {
	padding: 10px;
	text-align: left;
	background: #FFF;
	border: 7px solid #E7E0C4;
}

.dgn-hdr {
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}



.dgn-hdr .label{
	width: 14%;
	/*width: 70px;*/
	/*_width: 80px;*/
	font-size: 10px;
	padding: 1px 5px;
	text-align: center;
	background: #AAC258;
	float: left;
}

.dgn-hdr h3{
	width: 82%;
	/*width: 410px;*/
	font-size: 120%;
	font-weight: bold;
	float: right;
}


.dgn-photo{
	width: 23%;
	float: left;
}

.dgn-data{
	width: 75%;
	float: right;
}

.dgn-p-topline{
	border-top: 1px dotted #999;
	padding-top: 5px;
}


/* エントリー アイテム
----------------------------------------- */
.item-box{
	/*padding: 10px 15px;*/
	/*background: url(/img/bg_item.gif) repeat-x bottom #E6E6E6;*/
	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;}



/*-----------------------------------------------------------
トラックバック
-------------------------------------------------------------*/
#tb-url {
	background: #F1F1F1;
	padding: 10px;
	margin: 10px auto;
}


.tb-header {/**/
	margin: 35px auto 10px;
	padding: 2px 0 3px 8px;
	font-weight: bold;
	border-left: 5px solid #BCDA17;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.tb-each {
	margin-bottom: 25px;
	text-align: left;
}

.tb-content {
}


.tb-footer {
	margin: 5px 0 15px;
	padding-top: 5px;
	font-size: 90%;
	border-top: 1px dotted #ccc;
	text-align: left;
}












/* エントリー フッター
----------------------------------------- */
.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;
	background: #EEECD7;
}

.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 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;
}
.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(http://www.hentabi.com/imgs/icon/arrow_right.gif) no-repeat left 5px;
}


/* 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;
}

/*
紙タイプ
 btm mid topの順に使う
----------------------------------------------------------------*/
.menu-peper-top {  /*これに中身*/
	background: url("/img/site/bg_menu_peper_top.gif") no-repeat left top;
	padding: 10px 15px 0;
	text-align: left;
}

.menu-peper-mid {
	background: url("/img/site/bg_menu_peper_mid.gif") repeat-y left top;
}

.menu-peper-btm {
	background: url("/img/site/bg_menu_peper_btm.gif") no-repeat left bottom;
	padding-bottom: 24px;
}

/*
タグクラウド
----------------------------------------------------------------*/
.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;}


