@charset "utf-8";

/* style reset ------------------------------------------------- */

*	{
	margin: 0;
	padding: 0;
	}

*	{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Arial,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	}

img	{
	vertical-align: bottom;
	}

a img	{
	border-style: none;
	}

body	{
	background-color: #f7f7f6;
	}

.linkText	{
	margin-top: -10px;
	text-align: right;
	}

h2	{
	margin: 30px 0px 20px 0px;
	padding: 5px 30px;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	}

p	{
	margin: 10px 0px;
	}

span.properNoun	{
	font-style: italic;
	}


/* constructure ------------------------------------------------ */

#wrapper	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#contents	{
	width: 800px;
	background: url(background.gif) repeat-y;
	}

/* navi -------------------------------------------------------- */

.navi	{
	padding: 10px 60px 0px 60px;
	font-size: 0.9em;
	}

/* clearfix */
.navi:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.navi	{
	display: inline-block;
	}
/* Hides from IE-mac ¥*/
* html .navi	{ height: 1%; }
.navi	{ display: block; }
/* End hide from IE-mac */
/* clearfix */

.navi ul	{
	padding: 5px 0px;
	list-style: none;
	}

.navi li	{
	float: left;
	width: 150px;
	border-left: solid 1px gray;
	}

.navi li.endOfNavi	{
	float: left;
	width: 150px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	}

.navi a	{
	display: block;
	color: #000000;
	text-align: center;
	}

.navi a:hover	{
	background-color: #dfe0ee;
	}

/* introduction ------------------------------------------------ */

.intro	{
	padding: 10px 60px 0px 60px;
	font-size: 0.9em;
	}


/* interview --------------------------------------------------- */

.interview	{
	padding: 0px 60px;
	font-size: 0.9em;
	}


/* YouTube Contents -------------------------------------------- */

.youtube	{
	padding: 20px 160px;
	}


/* audition ---------------------------------------------------- */

/* clearfix */
.auditionContents:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.auditionContents	{
	display: inline-block;
	}
/* Hides from IE-mac ¥*/
* html .auditionContents	{ height: 1%; }
.auditionContents	{ display: block; }
/* End hide from IE-mac */
/* clearfix */

.auditionContents	{
	margin-left: 49px;
	}

.auditionContents .cover	{
	float: left;
	width: 200px;
	margin: 0px;
	}

.auditionContents #auditionWrapper	{
	float: left;
	width: 375px;
	margin: 0px;
	padding: 10px 0px 0px 2px;
	font-size: 0.9em;
	}

.auditionContents .qrcode	{
	float: left;
	width: 123px;
	margin: 0px;
	padding: 10px 0px 0px 2px;
	font-size: 0.9em;
	}

.auditionContents .qrcode p	{
	width: 123px;
	margin: 0px;
	font-size: 0.9em;
	text-align: center;
	}

.auditionContents #auditionWrapper p	{
	margin-left: 20px;
	}

.auditionContents #auditionWrapper ol	{
	margin-left: 50px;
	}



/* interviewContents ------------------------------------------- */

ul.catalogue	{
	padding: 0px 60px;
	font-size: 0.9em;
	}

ul.catalogue li	{
	width: 150px;
	padding: 5px;
	float: left;
	display: block;
	list-style: none;
	text-align: center;
	}

ul.catalogue li span.yet	{
	color: gray;
	}

/* clearfix */
ul.catalogue:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
ul.catalogue	{
	display: inline-block;
	}
/* Hides from IE-mac ¥*/
* html ul.catalogue	{ height: 1%; }
ul.catalogue	{ display: block; }
/* End hide from IE-mac */
/* clearfix */

div.interviewNavi	{
	position: relative;
	width: 700px;
	padding: 0px 50px;
	font-size: 0.9em;
	}

p.previousPage	{
	position: absolute;
	top: 0px;
	width: 200px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

p.cataloguePage	{
	position: absolute;
	top: 0px;
	width: 200px;
	margin: 0px 0px 0px 250px;
	text-align: center;
	}

p.nextPage	{
	position: absolute;
	top: 0px;
	width: 200px;
	margin: 0px 0px 0px 500px;
	text-align: right;
	}

#interviewContents	{
	margin-top: 60px;
	padding: 0px 80px;
	font-size: 0.9em;
	}



/* profile ----------------------------------------------------- */

.profile	{
	padding: 0px 60px;
	font-size: 0.9em;
	}


/* inquiry ----------------------------------------------------- */

.inquiry	{
	padding: 0px 60px;
	font-size: 0.9em;
	}


/* footer ------------------------------------------------------ */

#footer	{
	width: 740px;
	margin-top: -10px;
	margin-left: 19px;
	margin-right: 19px;
	padding: 0px 9px 40px 10px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	}
