@charset "utf-8";

/** |READ ME| **************************************************************************************

"Medium6 official weblog"

Cascading Style Sheet Setting File
/contents.css

設定ファイル
Ver.2011/03/16

2011 gooya Corporation.

---------------------------------------------------------------------------------------------------

【このcssファイルには、前ページの共通項目に対しての記述がしてあります】

01.Common Section
全要素に対する設定

02.Element Section
各要素に対する個別の設定

03.Layout Section
レイアウトに関する設定

04.Decoration Section
装飾に関する設定

************************************************************************************** |READ ME| **/





/** |01.Common Section| ****************************************************************** START **/

*{
	margin:0px;
	padding:0px;
}

/* 回込解除 */
.clear{
	clear:both;
}

/*Clearfix 
***************************************************************************** */
.clearfix:after,
.wrapper:after{
	clear:both;
	content:".";
	display:block;
	font-size:0.1px;
	height:0.1em;
	line-height:0;
	visibility:hidden;
}
.clearfix,
.wrapper{
  _height: 1px;
  min-height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/** END ******************************************************************** |01.Common Section| **/



/** |02.Element Section| ***************************************************************** START **/

/* テーブル *******************************************************************/


/* インライン ***************************************************************************/

/* テキスト *******************************************************************/
p, li, th, td, dt, dd, h3, h4{
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:12px;
	line-height:1.6;
	letter-spacing:1px;
	/*\*//*/
	letter-spacing:normal;
	/**/
	text-align:left;
}

/* リスト *********************************************************************/
li{
	list-style:none;
}

/* 区切線 *********************************************************************/
hr{
	display:none;
}

/* リンク *********************************************************************/

a:link, a:visited{
	color:#ff6600;
	text-decoration:none;
}

a:hover, a:active{
	color:#800080;
	text-decoration:underline;
}

#LeftPane a:link,
#LeftPane a:visited{
	color:#8b20b7;
	text-decoration:none;
}
#LeftPane a:active,
#LeftPane a:hover{
	color:#800080;
	text-decoration:underline;
}

#RightPane a:link,
#RightPane a:visited{
	color:#9f4b7c;
	text-decoration:none;
}
#RightPane a:active,
#RightPane a:hover{
	color:#800080;
	text-decoration:underline;
}


/* 画像 ***********************************************************************/

img{
	border:none;
}

/** END ******************************************************************* |02.Element Section| **/



/** |03.Layout Section| ****************************************************************** START **/

body{
	text-align:center;
}

/* Header ***********************************************************/
#HeaderInner{
	width:795px;
	margin:0px auto;
	text-align:left;
}

h1{
	height:195px;
}

h1 a{
	display:block;
	width:795px;
	height:195px;
	text-decoration: none;
}

/* /Header **********************************************************/


/* Wrapper ********************************************************************/

#WrapperInner{
	width:795px;
	margin:0px auto;
}

/* Contents *********************************************************/

#Contents{
	width:795px;
	padding:10px 0px;
}

#Contents p{
	margin:0px;
	padding:0px;
}

h2 img{
	margin-bottom:10px;
}

.more{
	text-align:right;
}

/* LeftPane *********************************************************/

#LeftPane{
	width:172px;
	float:left;
	text-align:left;
}

#LeftPane ul, #LeftPane p, #LeftPane div.bannerArea{
	width:150px;
	margin-left:12px;
	margin-bottom: 10px;
}

#LeftPane li, #LeftPane p{
	line-height:18px;
}



/* ミディアムについて、カテゴリー */
#LeftPane ul{
	margin-bottom:10px;
}

/* プロフィール */
#LeftPane p{
	padding-bottom:10px;
}

#LeftPane p.profile{
	border-bottom:dotted 1px #b1b1b1;
	margin-bottom:20px;
	color:#8b20b7;
}

.profile span{
	font-weight:bold;
}

.profile img{
	float:left;
	margin:0px 10px 5px 0px;
}

/* バナー一覧 */
#LeftPane .bannerArea{
	border-bottom:dotted 1px #b1b1b1;
	padding-bottom:10px;
}

#LeftPane .bannerArea img{
	/*margin-bottom:10px;*/
}

/* CSI、グレイズへのテキストリンク */
#LeftPane ul.textLink{
	margin-top:10px;
	margin-left:15px;
}

#LeftPane ul.textLink li{
	font-size:10px;
	padding-bottom:10px;
	font-weight:bold;
}

/* 海外ドラマNAVI */
h2#DramaNaviTitle{
	margin-left:11px;
}

h2#DramaNaviTitle img{
	margin:0px;
	padding:0px;
}

#LeftPane #DramaNavi{
	margin:0px 11px;
	margin-bottom:15px;
	padding-bottom:5px;
}

#DramaNavi h3{
	text-align:center;
}

#DramaNavi h3 img{
	margin-right:0px;
}
#DramaNavi a:link,
#DramaNavi a:visited{
	color:#ff6600;
}
#DramaNavi a:active,
#DramaNavi a:hover{
	color:#ff5500;
}

#LeftPane #DramaNavi ul{
	margin:0px;
	padding:0px 0px 10px 0px;
}

#LeftPane #DramaNavi li{
	padding:10px 10px 0px 10px;
}

#LeftPane #DramaNavi p.caution{
	width:auto;
	margin-left:0px;
	padding:0px 10px;
}

/* /LeftPane ********************************************************/


/* CenterPane *******************************************************/

#CenterPane{
	width:451px;
	float:left;
	padding-top:13px;
}

/* diary ****************************************/

.diary{
	width:411px;
	margin:0px auto 18px auto;
}

/* タイトル */
.diary h3{
	background-color:#ffe385;
	color:#793c01;
	padding:3px 3px 3px 5px;
	text-align:left;
}
.diary h3 a{
	color:#793c01;
}

.textArea{
	width:411px;
	border-bottom:dotted 1px #b1b1b1;
	padding:14px 0px 3px 0px;
	margin-bottom:3px;
}

.textArea p{
	margin-bottom:10px;
}

.textArea p.more{
	margin-bottom:0px;
}

.data{
	font-size:10px;
	line-height:16px;
}

/* 罫線表示 */
#CenterPane .textArea hr{
	display:block;
}

/* /diary ***************************************/

.entryTrackback, .entryComment{
	width:411px;
	margin:0px auto;
}

.entryTrackback h4, .entryComment h4{
	border-left:solid 4px #793C01;
	color:#793C01;
	margin:10px 0px;
	padding-left:5px;
}

#CenterPane .entryComment .commentForm h4{
	margin-top:10px;
	margin-bottom:0px;
}

.entryTrackback, .commentContent{
	padding-bottom:30px;
}

/* コメント入力フォーム */
.commentForm th{
	width:210px;
	padding-top:10px;
}

.commentForm td{
	padding-top:10px;
}

#CenterPane .entryComment .commentForm td#ComEntry{
	text-align:right;
	margin-top:0px;
}

.commentForm input.textM{
	width:200px;
}

.commentForm textarea{
	width:290px;
	height:100px;
}

#CommentSubmit{
	text-align:center;
}

/* /CenterPane ******************************************************/


/* RightPane ********************************************************/

#RightPane{
	width:172px;
	float:right;
	text-align:right;
}

#RightPane .bannerArea{
	text-align:center;
	margin-bottom:20px;
}

#RightPane ul, #RightPane dl{
	width:150px;
	margin:0 5px 5px 15px;
}

#RightPane ul{
	margin-bottom:10px;
}

#RightPane li, #RightPane dt, #RightPane dd, #RightPane p{
	line-height:18px;
}

/* アマゾン */
h2.module-header{
	display:none;
}

#RightPane ul.module-list{
	width:auto;
	margin:0px;
}

#RightPane ul.module-list li{
	text-align:center;
}

#RightPane ul.module-list li div.typelist-note-label{
	display:none;
}

#RightPane dd{
	padding-bottom:10px;
}

/* 関連情報 */
#OtherArea{
	padding:0px 10px;
	text-align:center;
}

#RightPane #CocoLog p{
	font-size:10px;
}

#CocoLog img{
	margin:20px 0px 10px 0px;
}

#CocoLog img#Rss{
	margin:5px 0px 5px 5px;
}

/* /RightPane *******************************************************/

/* Footer ***********************************************************/

#Footer{
	width:795px;
	background-color:#000000;
}

#Copyright{
	background-color:#e9e9e9;
	color:#a5a5a5;
	font-size:11px;
	margin:0px;
	padding:18px 5px 16px;
	line-height:150%;
	font-weight:bold;
}

#Link{
	color:#33b479;
	font-size:10px;
	margin:0px;
	padding:5px 10px;
	line-height:normal;
	text-align:right;
}

#Link a:link, #Link a:hover, #Link a:visited, #Link a:active{
	color:#33b479;
	text-decoration:none;
}

#Link img{
	float:left;
}

/* /Footer **********************************************************/

/* /Wrapper *******************************************************************/

/** END ******************************************************************** |03.Layout Section| **/



/** |04.Decoration Section| ************************************************************** START **/

body{
	background-color:#ffffff;
}

h1{
	background:url("/medium6/img/h1_medi6.jpg") no-repeat left top;
}

h1 span{
	display:none;
}

#Header{
	background-color:#e2d3ff;
}

#Wrapper{
	background:url("/medium6/img/bg_contents_top.gif") repeat-x left top;
}

#WrapperInner{
	background:url("/medium6/img/bg_contentsinner.gif") repeat-y left top;
}

/* leftpane *********************************************************/
/* 海外ドラマNAVI */
#LeftPane #DramaNavi{
	background:url("http://medium.dramanavi.net/medium/img/bg/drama_bottom.gif") no-repeat left bottom;
}

#LeftPane #DramaNaviChild{
	background:url("http://medium.dramanavi.net/medium/img/bg/drama_body.gif") repeat-y left top;
}

/** END **************************************************************** |04.Decoration Section| **/

