@charset "utf-8";

/* タイトル設定 */
div#content h2#list{
	font-size:130%;
	color:#FF6600;
	margin-left:250px;
	margin-top:10px;
	margin-bottom:10px;
   }
   
/* メリーモナーク特集　インタビュータイトル */
div#content div#interview01{
	margin:0px 10px 10px;
	padding:0px;
	height:310px;
	background:url(../images/interview01_title.jpg) left top no-repeat;
	}
	
div#content p#profile01{
	position:relative;
	left:10px;
	top:155px;
	font-size:90%;
	line-height:170%;
	width: 465px;
	}
	
div#content div#interview02{
	margin:0px 10px 10px;
	padding:0px;
	height:310px;
	background:url(../images/interview02_title.jpg) left top no-repeat;
	}
	
div#content p#profile02{
	position:relative;
	left:10px;
	top:150px;
	font-size:90%;
	line-height:170%;
	width: 455px;
	}
	
div#content div#interview03{
	margin:0px 10px 10px;
	padding:0px;
	height:310px;
	background:url(../images/interview03_title.jpg) left top no-repeat;
	}
	
div#content p#profile03{
	position:relative;
	left:30px;
	top:175px;
	font-size:90%;
	line-height:170%;
	width: 430px;
	}
	
div#content div#interview04{
	margin:0px 10px 10px;
	padding:0px;
	height:310px;
	background:url(../images/interview04_title.jpg) left top no-repeat;
	}
	
div#content p#profile04{
	position:relative;
	left:30px;
	top:160px;
	font-size:90%;
	line-height:170%;
	width: 430px;
	}

/* インタビュー欄 */
div#mm01{
    margin:0px 20px;
	}
	
div#mm01 dl{
	margin:0px;
	padding:0px;
	}

div#mm01 dl dt.none{
    background:none;
	}
	
div#mm01 dl dt{
	font-weight:bold;
    background:url(../images/line_gra.gif) no-repeat center top;
	margin:0px 0px 10px 0px;
	padding:20px 0px 0px 0px;
	}

div#mm01 dl dd{
	margin:0px 0px 20px 0px;
	line-height:170%;
	letter-spacing:1.0px;
    }

div#content div#mm02{
	margin:0px 20px;
	}
	
div#content div#mm02 dl:after{
    content: ".";
	height: 15px;
	line-height: 0;
	font-size: 1px;
	text-indent: -9999px;
	}  

div#content div#mm02 dl{
	margin-bottom:15px;
	}
	
div#content div#mm02 dl dt{
	background:none;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	width:60px;
	clear:left;
	}

div#content div#mm02 dl dd{
	float:left;
	display: block;
	width: 680px;
	margin:0px;
	padding: 0px 0px 5px;
    }
	
/* インフォメーション */
div#content div#info_mm{
	border:1px solid #333333;
	background-color:#DEDEDE;
	margin:30px 20px 10px;
	padding:10px 20px;
	font-size:90%;
	}
	
div#content div.info_mm02{
	border:1px solid #333333;
	background-image:url(../images/wallpaper.gif);
	background-repeat:repeat;
	margin:30px 20px 10px;
	padding:10px 20px;
	font-size:90%;
	}
	

