
/* タブナビ */

div#tab-nav a.tab-nav_concept {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(../concept/img/tav-navi_concept-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_concept:hover {
	background: url(../concept/img/tav-navi_concept-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_creator {
	display:block;
	float: left;
	width:200px;
	height:21px;
	margin-left:-39px;
	background: url(../concept/img/tav-navi_creator-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_tpoint {
	display:block;
	float: left;
	width:190px;
	height:21px;
	margin-left:-20px;
	background: url(../concept/img/tav-navi_tpoint-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_tpoint:hover {
	background: url(../concept/img/tav-navi_tpoint-off.gif) left -21px no-repeat;
}

/* クリエイター紹介 */

div.creatorWrapper {
	zoom: 100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #E1D9BF;
}
div.creatorWrapper:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div.creatorWrapper-noMargin {
	margin:0;
	padding:0;
	border:0;
}
div.creatorWrapper-left {
	float: left;
	width:210px;
	height:auto;
	margin-right:20px;
}
div.creatorWrapper-left img {
	margin-top:15px;
}
div.creatorWrapper-right {
	float: left;
	width:428px;
	height:auto;
}
div.creatorWrapper-right p {
	text-align:justify;
	text-justify:inter-ideograph;
}
h2 span.name {
	font-size:16px;
	color: #886600;
	font-weight:700;
}
h2 span.job {
	display: block;
	margin-bottom:8px;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}
h2 span {
	display: block;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}

p.history {
	color:#886600;
	margin-top:10px;
}
p.history-noMargin {
	color:#886600;
	margin-top:0;
}
