@charset "utf-8";

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

"Medium6 official weblog"

Cascading Style Sheet Setting File
/contents.css

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

2011 gooya Corporation.

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

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

01.TopPage Section
トップページに関する設定

02.Cast Section
キャストページに関する設定

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





/** |01.Top Section| ********************************************************************* START **/


/** END *********************************************************************** |01.Top Section| **/



/** |02.Cast Section| ******************************************************************** START **/

#AboutArea,
#CastArea{
	width:410px;
	margin:0px auto;
}

#CastArea h3{
	margin:10px 0px;
}

#AboutArea h3{
	margin:0 0 10px;
}

#AboutArea .more,
#InfoArea,
#CastArea .role{
	color:#7f4916;
}

#AboutArea h4{
	color:#fc751e;
}

#AboutArea p.txt{
	margin-bottom:1.2em;
	color:#7f4916;
}

#AboutArea .tvData{
	color:#4d4d4d;
}
#AboutArea .more{
	margin-top:40px;
	margin-bottom:20px;
}

#CastArea .actData{
	margin-top:10px;
	color:#555555;
}

#CastArea h4{
	margin-bottom:5px;
	text-align:left;
}

#CastArea h4.title{
	color:#ff7a1c;
}

#InfoArea{
	margin-bottom:15px;
}

#CastArea .leftImg, #CastArea .rightImg{
	width:410px;
	margin-bottom:20px;
}

#CastArea h4 img{
	margin-bottom:5px;
}

#CastArea .leftImg .img{
	float:left;
	width:120px;
	margin-right:10px;
}
#CastArea .rightImg .img{
	float:right;
	width:120px;
	margin-left:10px;
}

#CastArea .leftImg .txt{
	float:right;
	width:280px;
}
#CastArea .rightImg .txt{
	float:left;
	width:280px;
}

#CastArea .more{
	text-align:right;
}

/** END ********************************************************************** |02.Cast Section| **/
