@charset "UTF-8";
/* CSS Document */

html,body{
	background: #fff5f5;
}

p#link{
	margin: 15px auto 0;
	text-align: center;
}

p#copyright{
	margin: 0 auto;
	font-size: 77%;
	color: #4d4d4d;
	text-align: center;
	padding: 10px 0;
}

p#copyright a,
p#copyright a:visited{
	color: #4d4d4d;
}

/*インデックス////////////////////////////////////////////*/
#contents{
	width: 900px;
	margin: 0 auto;
	background:url(../img/cr_bg.gif);
}

#contents h1,
#contents h2,
#contents p{
	text-indent: -99999px;
	display: none;
}

#contents p#copyright,
p#link{
	display: block;
	text-indent:0;
	width: 900px;
}





/*インタビュー////////////////////////////////////////////*/
#interviewContents{
	width: 800px;
	margin: 0 auto;
	background: url(../img/bg.gif) ;
}

#qaContents{
	width: 680px;
	margin: 0 auto;
	border: 1px solid #c6c6c6;
	padding: 12px 30px 30px 30px;
	background: #fff;
	margin-top: 5px;
	font-size: 108%;
}

h2{
	background:url(../img/titileback.jpg) no-repeat;
	color: #fe196a;
	font-size: 182%;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 12px;
	margin-top: 16px;
	height: 52px;
}

p.editor{ color: #3e7a8e; }
p.curtnist{	color: #3f3f3f;}

p.editor,
p.curtnist{
	text-indent: -5.3%;
	padding-left:5.3%;
	margin-top: 12px;
}

html>/**/body p.editor,
html>/**/body p.curtnist{
	text-indent: -8.4%;
	padding-left: 8.4%;
}
html>/**/body p.editor,
html>/**/body p.curtnist{
	text-indent/*\**/:  -6.2%\9; 
	padding-left/*\**/:  6.2%\9;
}


.curtNick{
	color: #ff0066;
}

.abbreviation{
	color: #535353;
	font-size: 93%;
}

#interviewContents p#copyright{
	width: 800px;
}
	

