/* CSS Document */

@charset "UTF-8";

/* ---------------------------------------------------------------- *
	体験談トップページに関する設定
 * ---------------------------------------------------------------- */
#contents{
width:615px;
margin:0 17px;
}
#contents h2{
text-align:center;
}
#contents h3{
height:85px;
background-image:url(../taikendan/images/taikendan_syoukai.jpg);
background-repeat:no-repeat;
font-size:16px;
font-weight:bold;
margin-top:15px;
padding:15px 0 0 190px;
}
#contents #backnumber{
width:552px;
height:auto;
margin:15px 31px 15px 31px;
}
.backnumber_menu{
background-image:url(../taikendan/images/taikendan_background.jpg);
background-repeat:repeat-y;
}
#backnumber ul li{
background-image:url(../taikendan/images/taikendan_back_list.gif);
background-repeat:no-repeat;
margin-left:15px;
padding-left:20px;
list-style-type:none;
}
/* ---------------------------------------------------------------- *
	体験談ページに関する設定
 * ---------------------------------------------------------------- */
 /*プロフィール部分*/
#profile_conteiner{
width:550px;
margin:10px 31px 20px 32px;
border:1px solid #666666;
}
#profile_logo{
margin-bottom:10px;

}

#profile_conteiner ul{
float:left;
width:350px;
list-style-type:none;
background-image:url(../taikendan/images/prof_back.gif);
background-repeat:repeat-y;
background-position:10px;
padding:15px 0 15px 20px;

}
#profile_conteiner li{
background-image:url(../taikendan/images/plof_list.gif);
background-position:5px;
background-repeat:no-repeat;
padding-left:15px;

}
.photo{
width:150px;
height:150px;
border:1px #666666 solid;
float:right;
margin:10px;

}
 /*インタビュー部分*/
#interview_conteiner{
width:650px;
margin:10px 0;
}

#interview {
	width:614px;
	margin: 10px 17px;
}
#interview ul {
	list-style-type: none;
}
#interview li {
	margin:0 5px 10px 3px;
	padding-left:30px;
}
.topback{
text-align:right;
}
.interview_midasi {
	width:613px;
	height: 34px;
	font-size: 16px;
	color: #39F;
	font-weight: bold;
	padding: 8px 0 0 10px;
	background: url(images/interview_midasi.jpg) no-repeat;
}
.question {
	padding-right:10px;
	padding-top: 5px;
	padding-bottom:5px;
	font-size: 14px;
	background: #d1fbF4 url(../taikendan/images/question.gif) no-repeat 2px;
}
.answer {
	margin:0;
	background: url(../taikendan/images/answer.gif) no-repeat;
	font-size:14px;
}
/*スタッフより部分*/
#staffyori {
	margin: 0px 0px 0 40px;
}
#staffyori p {
margin-bottom:15px;
}
.interview_footer {
text-align:center;
}
