@charset "utf-8";

/************************************************
*
*	CSS Document for release/disc_100oracion.html
*	last update : 2012/03/11
*
*************************************************/

@import url(contents.css);



/* display 800px ------------------------------- */

#main {											/* メインエリア */
	width:760px;
	height:100%;
	float:right;
	padding:20px 0 0 0;
	}
				
#display #main .mainbg_top {				/* 背景トップ */
	width:760px;
	height:10px;
	background:url(../img/release/bg_top.gif) no-repeat;
	}
	
#display #main .mainbg_bottom {				/* 背景ボトム */
	width:760px;
	height:10px;
	background:url(../img/release/bg_bottom.gif) no-repeat;
	background-position:bottom;
	}
	
#display #main .mainbg_base {				/* 背景センター */
	width:760px;
	height:auto;
	background:url(../img/release/bg_mid.gif) repeat-y;
	}
	
#display #main .mainbg_base .stage {		/* width:710px; */
	padding:18px 25px 15px 25px;
	color:#595649;
	}
	
#display #main .mainbg_base .stage h1 {		/* 作品タイトル */
	float:left;
	width:180px;
	height:30px;
	_background:url(../img/release/100oracion_title.gif) no-repeat;
	background-position:left top;
	font-weight:900;
	color:#ffffff;
	font-size:x-large;
	font-family: Verdana, Geneva, "メイリオ", Meiryo,  Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#display #main .mainbg_base .stage h2 {		/* リリース日付 */
	float:right;
	width:500px;
	text-align:right;
	padding:8px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	}
	
#display #main .mainbg_base .stage .column {		/*  */
	padding:15px 0 10px 0;
	margin:0 0 15px 0;
	border-top:1px dotted #ffffff;
	line-height:160%;
	color:#595649;
	}

#display #main .mainbg_base .stage .column .title_review {
	color:#000000;
	padding:0 0 10px 0;
	}

#display #main .mainbg_base .stage .column img.jacket {		/* ジャケット画像 */
	float:left;
	margin:0 15px 5px 0;
	border:1px solid #dddddd; 
	}	

.a_review {				/* アーティストレビューbox */
	float:left;
	width:500px;
	line-height:1.7em;
	background:url(../img/release/whitebg_middle.jpg) repeat-y;
	}
	
.a_review .boxtop {
	width:100%;
	height:10px;
	background:url(../img/release/whitebg_top.jpg) no-repeat;
	}
	
.a_review .boxbottom {
	width:100%;
	height:10px;
	background:url(../img/release/whitebg_bottom.jpg) no-repeat;
	}
	
.a_review .paddingbox {
	padding:10px 15px 15px 15px;
	}

.a_review .title_review {/* アーティストレビュー タイトル */
	color:#000000;
	padding:0 0 15px 5px;
	}
	
.a_review .block {		/* アーティストレビュー ブロック */
	margin:0 0 10px 0;
	padding:0 5px 0 5px;
	border-bottom:1px dotted #cccccc;
	}
	
.a_review .block .comment {	/* アーティストレビュー 本文 */
	padding:0 0 15px 0;
	line-height:200%;
	}
	
.a_review .block .name {		/* アーティストレビュー 名前 */
	text-align:right;
	padding:0 0 20px 0;
	font-weight:bold;
	}

.seles {				/* 発売情報 box */
	width:170px;
	padding:10px;
	margin:0 0 10px 0;
	height:auto;
	background:#ffffff;
	border-radius: 5px;        		/* CSS3草案 */  
	-webkit-border-radius: 5px;   	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   		/* Firefox用 */
	}
	
.seles .sns_area {		/* 発売情報 box - SNSエリア box */
	padding:10px 0 5px 0;
	border-top:1px dotted #cccccc;
	}

.twitter_words_100oracionnemlino {
	width:190px;
	float:right;
	}
	
	/* Twitter 文字表示 */
.twitter_words_100oracionnemlino #twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
	{
	font-size:x-small;
	color:#333;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


