/*============================================================
// blog.television.co.jp main css[color:Grape White-Gold]
//  [基調色：薄紫-ホワイトゴールド：動く!!写真集HOMME]
//==========================================================*/


/*============================================================
// basic elements[基本情報]
//==========================================================*/

html {
    margin: 0;
    padding: 0;
}

body
{
	color: #000;
	background: #FFCCFF;
	background: url(backimg.gif) top left repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'MS PGothic','ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
	min-width: 980px;
}

form { margin: 0; padding: 0; }

a { color: #FF3872; text-decoration: none; }

a:hover {color: #BB04FF;  text-decoration: underline; }

a img { border:none;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin: 0;
    padding: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }



/*============================================================
// outline and header[外周・ヘッダー部分]
//==========================================================*/

/* ヘッダーの色設定 */
#gloval_header {
	margin-top: 0;
	border: #fff 1px solid;
	background: #fff;
}

/* 外周コンテナ */
#container
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff;
}

/* ↓これは不要 */
#container-inner
{
	background: #fff;
}


/* タイトル表示部分 */
#banner
{
	background: #fff;
	background: url(header.jpg) top left no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 0;
	height: 210px;
	width: 980px; /* necessary for ie win */
	margin-bottom: 20px;
}

/* ↓これは不要 */
#banner-inner
{
/*	background: #fff;*/
}

/* ブログタイトル表示 */
#banner-header
{
	font-size: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 980px;
	height: 210px;
	background: url(header_no-matt.gif) top left no-repeat;
	text-indent: -9999px; /*画面から隠す*/
	overflow: hidden;
}
#banner-header a,
#banner-header a:hover
{
	font-size: 1px;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 210px;
}

/* ブログの説明 */
#banner-description
{
	margin: 0;
	padding: 0;
	font-size: 0.1px;
	text-align: left;
	line-height: 0;
	text-indent: -9999px; /*画面から隠す*/
	overflow: hidden;
}


/* パンくずナビ */
#breadcrumbs
{
	font-color: #990000;
	font-size: 11px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	margin: 2px auto 7px auto;
	line-height: 120%; 
}


/*============================================================
// side menu[サイドメニュー：共通モジュール部分]
//==========================================================*/

/* modules（共通モジュール） */
.module {
/*    position: relative;*/
	overflow: hidden;
	width: 100%;
	margin: 0;
}

/* タイトル部分色設定 */
.module-header
{
	width: 100%;
	width: auto;
	background: url(module_head_back.gif) top left repeat;
	height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	text-align: center;
}
.module-header2
{
	width: 100%;
	width: auto;
	background: #9966CC;
	height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
/*	padding: 2px 0 0 2px;*/
	text-align: center;
}
.module-header a,
.module-header2 a
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.module-header a:hover,
.module-header2 a:hover
{
	color: #FFFF99;
	font-size: 13px;
	font-weight: bold;
}

/* RSS画像のための設定 */
.module-header img,
.module-header2 img
{
/*	position: relative;
	background: #9966CC;*/
	color: #fff;
	text-align: right;
	width:33px;
	margin: 0;
	padding: 5px 0px 0px 20px; 
}

/* リスト部分色設定（基本設定） */
.module-content
{
	background: #FFFF99;
	border: #D9B6FC 1px solid;
	margin: 0;
	padding: 5px 5px 15px 5px;
}
/* 裏ワザ */
.module-content:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .module-content { display: inline-block; }
/* no ie mac \*/
* html .module-content { height: 1%; }
.module-content { display: block; }

/* リスト部分の画像の扱い*/
.module-content img
{
	clear: both;
	float: left;
	margin-right: 10px;
	border: none;
}

/* カレンダー表示（未使用） */
.module-calendar
{
	background: #FFFF99;
	border: #9966CC 1px solid;
	margin: 0;
	padding: 3px;
}

/* リスト部分色設定（ヘッダーがベタ塗り「module-header2」のとき） */
.module-content2,
.module-calendar2
{
/*	background: #FFFF99;*/
	border: #9966CC 1px solid;
	margin: 0;
	padding: 5px 5px 15px 5px;
/*	margin-bottom: 5px;*/
}

/* リスト部分のテキスト（基本設定） */
.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* リスト部分のテキスト（表示設定） */
.module-list-item,
.archive-list-item {
    margin: 5px;
    color: #9966CC;
}

/* グーグルアドセンス表示設定 */
.module-google {
    margin-bottom: 7px;
    padding: 0;
}


/* 検索の一覧見出し */
.search-results-header
{
	text-align:left;
	background: url(search_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #f00000; 
	font-size: 14px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 0px 50px;
}

/* 検索の結果（タイトル） */
.search-results-content,
.search-results-content a,
.search-results-content a:hover
{
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 7px 0px;
}


/*============================================================
// pagebody[コンテンツ部分]
//==========================================================*/

/* コンテンツ部分 */
#pagebody { clear: both; position: relative; width: 100%;  }
#pagebody-inner { position: static; width: 100%; }


/* 3カラム分割 */
#alpha, #beta, #gamma {
    display: inline; /* ie win bugfix */
    position: relative;
    min-height: 1px;
    float: left;
}

/* 右側カラムのみ再設定 */
#gamma { float: right; }


/* カラム内設定 */
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
    text-align: left;
}



/*============================================================
// layout-three-column "alpha"[左カラム]
//==========================================================*/

/* 左カラムの基本設定 */
.layout-three-column #alpha
{
	border: 0;
	margin: 0;
	width: 160px;
	background: #fff;
	padding-left: 5px;
}

.layout-three-column #alpha-inner
{
	padding: 0;
	border-width: 0;
}

/* スクリーンショット（メインページ） */
/* ヘッダー（端末上部） */
#s-shot .module-header
{
	width: 100%;
	width: auto;
	background: url(ss_header.gif) top left no-repeat;
	height: 22px;
	line-height: 22px;
	margin: 0;
	margin-top: 5px;
	text-indent: -9999px; /*画面から隠す*/
}

/* 携帯サイト画面 */
#s-shot .module-content2
{
	margin: 0;
	padding: 0;
	border: #323232 1px solid;
	background: #FFFF99;
}

/* フッター（端末下部） */
#s-shot .module-footer
{
	width: 100%;
	width: auto;
	background: url(ss_footer.gif) top left no-repeat;
	height: 13px;
	line-height: 13px;
	margin: 0;
	text-indent: -9999px; /*画面から隠す*/
}


/* ############## アクセス方法（左カラム）################ */
/* 詳細項目枠設定 */
#module-access #access-main .access-url
{
	position: relative;
	float: none;
	text-align: left;
}

#module-access #access-main .access-url span
{
	color: #1574F4;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

/* QRコード部分枠設定 */
#module-access #access-main .access-qr
{
	position: relative;
	float: none;
	color: #9966CC;
	margin: 0;
	padding: 0;
	font-size:12px;
	width: 100%;
}

/* QRコード画像の扱い */
#module-access #access-main .access-qr img
{
	float:none;
	margin: 0;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* 各メニューの下マージン（外枠） */
#module-access  #access-main,
#module-access  #access-imode,
#module-access  #access-ezweb,
#module-access  #access-yahoo
{
	margin-bottom:20px;
}


/*============================================================
// layout-three-column "beta"[中央カラム]
//==========================================================*/

/* 中央カラムの基本設定 */
.layout-three-column #beta
{
	width: 510px;
/*	border: 1px solid #000; //テスト表示用  */
}

.layout-three-column #beta-inner
{
	padding: 0;
	border-width: 0;
	padding: 0px 15px 0px 15px;
}

/* 中央カラムの共通設定 */
/* 月別・日別のタイトル表示設定 */
.date-header
{
	background: #FFFF99;
	color: #fff;
	height: 19px;
	line-height: 19px;
	border-bottom: 2px solid #FFF;
	margin: 0;
	padding: 2px 0 0 2px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
.date-header a
{
	color: #fff;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
}
.date-header a:hover
{
	color: #78009f;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
}


/* 隣の月・日・エントリーへ行くリンク部分の表示設定 */
.entheader
{
	text-align:center;
	height: 19px;
	line-height: 19px;
	margin: 0px 0px 17px 0px;
	padding: 5px;
	font-size: 14px;
	color: #9966CC;
}
/* 隣の月・日・エントリーへ行くリンク部分の表示設定ここまで */
/* 中央カラムの共通設定ここまで */


/* 中央カラムの大見出し表示設定 */
#instruction
{
	width: 100%;
	width: auto;
	background: url(title_whatsit.gif) top left no-repeat;
	height: 36px;
	line-height: 36px;
	margin: 0;
	text-indent: -9999px; /*画面から隠す*/
}
#newrelease
{
	width: 100%;
	width: auto;
	background: url(title_newarrive.gif) top left no-repeat;
	height: 36px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 10px;
	text-indent: -9999px; /*画面から隠す*/
}
#howto-access
{
	width: 100%;
	width: auto;
	background: url(title_howtoaccess.gif) top left no-repeat;
	height: 36px;
	line-height: 36px;
	margin: 0;
	text-indent: -9999px; /*画面から隠す*/
}


/* 「動く!!写真集HOMME」って～　のテキスト設定 */
.instruction-p01
{
	color: #1574F4;
	font-size: 28px;
	line-height: 30px;
}

.instruction-p02
{
	color: #FF0000;
	font-size: 24px;
	line-height: 24px;
}


/* エントリー */
/* エントリーの基本設定 */
.entry
{
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 7px;
}


/* エントリー・トラックバック・コメントのタイトル表示設定 */

/* 日付表示 */
.entry-header-ico
{
	margin: 0px 12px 0px 0px;
	background: #D9B6FC;
	background: url(module_head_back.gif) top left repeat;
	height: 25px;
	line-height: 25px;
	padding:5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom-width:1px;
	border-bottom-color:#D9B6FC;
	border-bottom-style:solid;
}

/* エントリー（写真集タイトル） */
.entry-header,
.archive-header
{
	font-weight: bold;
	color: #B7953E;
	border-bottom-width:1px;
	border-bottom-color:#D9B6FC;
	border-bottom-style:solid;
  	line-height:25px;
	font-size: 18px;
	margin: 0px 10px 0px 10px;
	padding: 0;
}
.entry-header a,
.archive-header a
{
	color: #B7953E;
}
.entry-header a:hover,
.archive-header a:hover
{
	color: #FF3872;
}
#thumb-more .entry-header
{
	border: none;
}
/* エントリー（写真集タイトル）ここまで */

.trackbacks-header

{
	text-align:left;
	background: url(trackback_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #FF4605;
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;

}
.comments-header
{
	text-align:left;
	background: url(comment_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #FF4605;
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;

}

/* エントリー等の外枠表示設定 */
.entry-content,
.archive-content,
.comments-content
{
	margin-bottom: 8px;
	padding: 10px;
}

/* エントリー内の広告468x60表示設定 */
.ad-content
{
	margin-bottom: 8px;
	padding: 0;
}

/* エントリー内部設定 */
.entry-body,
.entry-more,
.entry-more-link
{
	clear: both;
	font-size:14px;
	line-height:1.5em;
	position:relative;
}
/* エントリー内部<P>タグ操作（下に1行改行を入れる） */
.entry-body p,
.entry-more p
{
	margin-bottom: 1em;
}

/* エントリー内部の画像の配置 */
.entry-body img,
.entry-more img
{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	text-align:left;
}

/* 裏ワザ */
.entry-body:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .entry-body { display: inline-block; }
/* no ie mac \*/
* html .entry-body { height: 1%; }
.entry-body { display: block; }

/* 裏ワザ2 */
.entry-more:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .entry-more { display: inline-block; }
/* no ie mac \*/
* html .entry-more { height: 1%; }
.entry-more { display: block; }


/* エントリーのフッター表示設定 */
.entry-footer
{
	margin: 3px 0px 7px 0px;
	border-top: 1px dashed #D9B6FC;
	color: #D9B6FC;
	font-size: 10px;
	text-align: right;
	clear:both;
}


/* 写真集の詳細情報 */
/* 外枠＋背景色 */
.shousai
{
	border: #FF3366 1px dashed;
	background: #FFDDDD;
	clear:both;
	margin: 5px 0px 15px 0px;
	padding: 10px;
	position: static;
}
/* 裏ワザ */
.shousai:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .shousai { display: inline-block; }
/* no ie mac \*/
* html .shousai { height: 1%; }
.shousai { display: block; }

/* 詳細項目枠設定 */
.photobook-data
{
	position: relative;
	float: left;
	width: 230px;
}

/* 項目見出し */
.photobook-data-list-item-dt
{
	clear: both;
	float: left;
	color: #FF0000;
}

/* QRコード部分枠設定 */
.photo-qr
{
	position: relative;
	float: right;
	color: #3300FF;
	padding-left: 10px;
	font-size:16px;
/*	width: 190px;*/
}

/* QRコード画像の扱い */
.photo-qr img
{
	float:none;
	margin: 0;
	display: block;
	text-align: center;
}

/* お断り（権利表記） */
.photo-qr span
{
	clear: both;
	font-size: 8px;
	color: #666;
	margin-top: 8px;
}

/* エントリーここまで */


/* トラックバック・コメント */
/* トラックバックURL表示設定 */
#trackbacks-info
{
	border: 1px solid;
	border-color: #9966CC;
 	background: #ffffcc;
	margin: 5px 0 5px 0;
	padding: 10px;

}

/* トラックバックの一覧見出し */
.trackback-content-header
{
	text-align:left;
	background: url(trackback_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #FF4605; 
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;

}

/* コメント投稿の見出し */
.comments-open-header
{
	position:relative;
	text-align:left;
	background: url(comment_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #FF4605; 
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;
}
.comments-open-header2
{
	position:relative;
	text-align:left;
	background: url(comment_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #FF4605; 
	font-size: 14px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 0px 50px;
}

/* トラックバック・投稿されたコメントの外枠 */
.trackbacks-outer-content,
.comments-content
{
	margin: 0px 15px 8px 15px;
	padding: 15px;
}
.comments-content2
{
	margin: 0px 15px 8px 15px;
	padding: 15px;
	border: 1px solid;
	border-color: #9966CC;
}

.trackback-content,
.comment-content
{
	border: 1px dashed;
	border-color: #9966CC;
	margin: 5px 0 5px 0;
	padding: 10px;
}

.comment-content p
{
	margin-bottom:1em;
}

/* トラックバック・投稿されたコメントのフッター */
.trackback-footer,
.comment-footer
{
	margin: 0px 0px 5px 0px;
	color: #666;
	font-size: 10px;
	padding-top: 3px;
	text-align: right;
}

/* コメントの注意書き */
.comments-open-moderated
{
	margin: 0px 0px 10px 0px;
	color: #666;
	font-size: 10px;
	text-align: left;
}

/* コメント入力ラベルの設定 */
#comments-open-data label
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 80px;
	text-align: justify;
}

/* コメント入力（テキストボックス）マージン設定 */
#comments-open-text
{
	margin: 15px 0px 0px 0px;
}

/* コメント入力（テキストボックス）ラベルの設定 */
#comments-open-text label
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

/* コメント確認・投稿ボタンの位置 */
#comments-open-footer
{
	margin: 0px 0px 0px 160px;
}
/* トラックバック・コメントここまで */


/* メインページの新着リスト */
.thumbnail-list
{
	clear: both;
/*	display: inline;*/
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
}
/* 裏ワザ */
.thumbnail-list:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .thumbnail-list { display: inline-block; }
/* no ie mac \*/
* html .thumbnail-list { height: 1%; margin-left:0; margin-right:0; }
.thumbnail-list { display: block; }

/* 各写真集のブロックレベル要素 */
.thumbnail-list-entry
{
	width: 110px;
	display: block;
	float: left;
	margin: 0px 0px 0px 4px;
	border: #D9B6FC 1px solid;
	padding: 1px;
}

/* 表紙写真の配置 */
.thumbnail-image
{
	display: block;
	text-align: center;
	margin: 4px;
}

/* 写真集タイトル枠 */
.thumbnail-content
{
	clear: both;
	display: block;
	background-color: #DBDBDB;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding: 2px;
	height: 65px;
}
.thumbnail-content a
{
	font-size: 12px;
	text-align: left;
	color: #666;
}
.thumbnail-content a:hover
{
	font-size: 12px;
	text-align: left;
	color: #BB04FF;
}


/* ############## アクセス方法（中央カラム）################ */
/* 外枠＋背景色 */
#access-main .access-content
{
	background: #FFF;
	clear:both;
	margin: 0;
	padding: 0;
	position: static;
}
/* 裏ワザ */
.access-content:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .access-content { display: inline-block; }
/* no ie mac \*/
* html .access-content { height: 1%; }
.access-content { display: block; }

/* 詳細項目枠設定 */
#access-main .access-url
{
	position: relative;
	float: left;
/*	width: 300px;*/
}

#access-main .access-url span
{
	color: #1574F4;
	font-size: 28px;
	line-height: 30px;
}

/* QRコード部分枠設定 */
#access-main .access-qr
{
	position: relative;
	float: right;
	color: #9966CC;
	padding-left: 10px;
	font-size:12px;
	width: 100px;
}

/* QRコード画像の扱い */
#access-main .access-qr img
{
	float:none;
	margin: 0;
	display: block;
	text-align: center;
}

/* お断り（権利表記） */
#access-main .access-qr span
{
	clear: both;
	font-size: 8px;
	color: #666;
	margin-top: 8px;
}

/* メニューからのアクセス（外枠） */
#entry-access #access-imode,
#entry-access #access-ezweb,
#entry-access #access-yahoo
{
	float:left;
	width:150px;
	text-align: center;
}

/* メニューロゴ */
/*#access-imode .access-header,
#access-ezweb .access-header,
#access-yahoo .access-header*/
.access-header
{
	display: block;
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	height: 36px;
	line-height: 36px;
	color: #000;
	text-indent: -9999px; /*画面から隠す*/
}

#access-imode .access-header {	background: url(logo_imode.gif) top left no-repeat; }
#access-ezweb .access-header { 	background: url(logo_ezweb.gif) top left no-repeat; }
#access-yahoo .access-header { 	background: url(logo_yahoo.gif) top left no-repeat; }

/* メニューリストの外枠 */
/*#access-imode .access-list,
#access-ezweb .access-list,
#access-yahoo .access-list*/
.access-list
{
	position: relative;
	display: block;
	text-align: center;
	font-size: 10px;
	width: 132px;
	margin-right: 4px;
	margin-left: 4px;
}

.access-list li { margin-top: 4px; margin-bottom: 4px; }


/* 各メニュー表示 */
/*#access-imode .access-list-module,
#access-ezweb .access-list-module,
#access-yahoo .access-list-module*/
.access-list-module
{
	border: #000 1px solid;
	padding: 2px;
	width: 130px;
	text-align: center;
	display: block;
}

/* 逆三角画像の置き方 */
.access-list-image img
{
	float: none;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* メニュー表示（動く!!写真集） */
.access-list-module2
{
	border: #000 1px solid;
	background: #FF4C00;
	padding: 2px;
	width: 130px;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #FFF;
}

/* メニュー表示（動く!!写真集HOMME） */
.access-list-module3
{
	background: url(logo_ugoshahomme.gif) top left no-repeat;
	padding: 2px;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	text-indent: -9999px; /*画面から隠す*/
}
/* ############## アクセス方法（中央カラム）ここまで################ */

/* 写真集一覧の設定（横長・中央カラム） */
/* エントリー一覧　表示設定 */
#archive-alldata .archive-content .archive-list .archive-list-item
{
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-bottom-width:1px;
	border-bottom-color:#D9B6FC;
	border-bottom-style:solid;
}
/* 裏ワザ */
#archive-alldata .archive-content .archive-list .archive-list-item:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* #archive-alldata .archive-content .archive-list .archive-list-item { display: inline-block; }
/* no ie mac \*/
* html #archive-alldata .archive-content .archive-list .archive-list-item { height: 1%; }
#archive-alldata .archive-content .archive-list .archive-list-item { display: block; }

/* エントリー一覧　写真集表紙画像 */
#archive-alldata .archive-content .archive-list .archive-list-item img
{
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* エントリー一覧　写真集タイトル */
#archive-alldata .archive-content .archive-list .archive-list-item .recent-title
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	display: block;
	margin-bottom: 15px;
}

/* エントリー一覧　キャッチコピー */
#archive-alldata .archive-content .archive-list .archive-list-item .recent-catch
{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
/*	margin-bottom: 3px;*/
	display: block;
	color: #000;
}


/* ############## サンプルカット（中央カラム）################ */
/* 外枠 */
.entry-more-ph
{
/*	border: #f00000 1px solid;*/
	margin: 0;
	padding: 0;
	text-align: left;
}

/* 枠内 */
.entry-more
{
	position: static;
	margin: 12px 0px 0px 0px;
	padding: 0;
}
/* 裏ワザ */
.entry-more:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .entry-more { display: inline-block; }
/* no ie mac \*/
* html .entry-more { height: 1%; }
.entry-more { display: block; }

/* 枠内サムネイルの配置 */
.entry-more img
{
	display: block;
	float: left;
	margin-left: 4px;
	margin-bottom: 12px;
	margin-right: 4px;
}
* html .entry-more img { margin-right: 2px; }

/* 写真のリンク枠（あえて表示） */
.entry-more a img
{
	border: #D9B6FC 2px solid;
}
.entry-more a:hover img
{
	border: #FF3872 2px solid;
}


/* 検索結果の表示設定（横長・中央カラム） */
/* エントリー一覧　表示設定 */
.search-result-item
{
	display: block;
	clear: both;
	margin: 0;
	padding: 5px;
}

/* エントリー一覧　写真集表紙画像 */
.search-result-item img
{
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* エントリー一覧　写真集タイトル */
.search-result-item .recent-title
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 15px;
}

/* エントリー一覧　キャッチコピー */
.search-result-item .recent-catch
{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	color: #000;
}

/* タグ検索結果の関連付けられたタグ一覧（中央カラムで使用） */
.entry-tags-list
{
	position: relative;
	clear: both;
	color: #9966CC;
	display: block;
}

.entry-tag
{
	position: relative;
	color: #9966CC;
	float: left;
	margin-right: 10px;
/*	display: block;*/
}

/*============================================================
// layout-three-column "gamma"[右カラム]
//==========================================================*/

/* 右カラムの基本設定 */
.layout-three-column #gamma
{
	border: 0;
	margin: 0;
	width: 300px;
	background: #fff;
	padding-right: 5px;
}

.layout-three-column #gamma-inner
{
	padding: 0;
	border-width: 0;
}

/* ############## タグクラウド　################ */
/* リストの高さ設定 */
.module-tagcloud .module-content .module-list .module-list-item
{
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

/* クラウド部分フォントサイズ */
.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 24px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 24px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 24px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 12px; }

/* ############## タグクラウド・ここまで　################ */


/* 最近のエントリー表示設定 */
#recent-entries .module-content .module-list .module-list-item
{
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-bottom-width:1px;
	border-bottom-color:#D9B6FC;
	border-bottom-style:solid;
}
/* 裏ワザ */
#recent-entries .module-content .module-list .module-list-item:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* #recent-entries .module-content .module-list .module-list-item { display: inline-block; }
/* no ie mac \*/
* html #recent-entries .module-content .module-list .module-list-item { height: 1%; }
#recent-entries .module-content .module-list .module-list-item { display: block; }


/* 最近のエントリー　写真集タイトル */
#recent-entries .module-content .module-list .module-list-item .recent-title
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 7px;
}


/* ############## ダウンロードランキング　################ */
#dl-ranking-list iframe
{
	width: 285px;
	height: 620px;
	display: block;
	overflow: hidden;
}

#dl-ranking-infield .module-content
{
	position: relative;
	width: 285px;
	text-align: left;
}

#dl-ranking-infield .module-content .module-list .module-list-item .recent-title
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 7px;
}


#dl-ranking-infield .module-list-item
{
	clear: both;
	display: block;
	margin: 5px 0px 5px 0px;
}
/* 裏ワザ */
#dl-ranking-infield .module-content .module-list .module-list-item:after
{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* #dl-ranking-infield .module-content .module-list .module-list-item { display: inline-block; }
/* no ie mac \*/
* html #dl-ranking-infield .module-content .module-list .module-list-item { height: 1%; }
#dl-ranking-infield .module-content .module-list .module-list-item { display: block; }


#dl-ranking-infield .module-list-item p { margin: 0;}
