@charset "utf-8";

body{
margin:0px 0px 0px 0px;
height:80%;
}

	

#twInfo {
width: 930px;
margin-top:5px;
float:left;
}

#twInfo02 {
width: 930px;
margin-top:-45px;
margin-bottom:20px;
}



#line_contents{
	position:relative;
	width: 930px;
	height: 25px;
	float: left;
	margin-bottom: 25px;
	overflow:hidden;
	background:none transparent;
	border-bottom: 1px dotted #999;
	}
	
.artist_info {
margin-top: 40px;

}



#info0
{
display:inline;
float:left;
width:120px;
position:relative;
margin-bottom:0px;
}

#info02
{
display:inline;
float:right;
width:790px;
position:relative;
margin-bottom:0px;
}

.rpthumb-date p {
    color: #FF6335;
    margin: -14px 0px 0px 75px;
    text-align: left;
}

.tokyo{
float: left;
margin-top:33px;
margin-right:5px;
}

.osaka{
float: left;
margin-top:33px;
}



#content{
	margin:205px auto 0;
		width: 930px;
		height: 100%;
		}
		
#content_inner{
float: left;

}

H4 {
margin-top: -5px;
}



html{
    height:100%;
	background-image:url(../../images/bg.jpg); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */
}


