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


/*
メインページコンテンツ用 css */

div#biography-main-wrapper .biography-box {
	margin: 10px 0px 10px;
	border-top: 1px solid #bac4cb;
}


div#biography-main-wrapper .cat-title-bar-tv {
	padding: 3px 12px;
	background-color: #6DBC1B;
	border-left: 5px solid #6DBC1B;
	border-right: 5px solid #6DBC1B;
	display: inline;
	font-size: 13px;
	color: #ffffff;
}
div#biography-main-wrapper .cat-title-bar-movie {
	padding: 3px 12px;
	background-color: #FF9900;
	border-left: 5px solid #FF9900;
	border-right: 5px solid #FF9900;
	display: inline;
	font-size: 13px;
	color: #ffffff;
}
div#biography-main-wrapper .cat-title-bar-video {
	padding: 3px 12px;
	background-color: #CC3399;
	border-left: 5px solid #CC3399;
	border-right: 5px solid #CC3399;
	display: inline;
	font-size: 13px;
	color: #ffffff;
}


.biography-year-box {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.entry-year-tv {
	margin: 15px 0px 0px;
	border-right: 5px solid #6DBC1B;
	float: left;
	width: 70px;
	font-size: 14px;
}

.entry-year-movie {
	margin: 15px 0px 0px;
	border-right: 5px solid #FF9900;
	float: left;
	width: 70px;
	font-size: 14px;
}

.entry-year-video {
	margin: 15px 0px 0px;
	border-right: 5px solid #CC3399;
	float: left;
	width: 70px;
	font-size: 14px;
}


.biography-list {
	margin: 10px 0px 10px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 638px;
	list-style: none;
	text-align: left;
}
* html .biography-list {
	width:653px;
}

.biography-list li {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #bac4cb;
	display: block;
}
.biography-list li.odd {
	background-color: #ffffff ;
}
.biography-list li.even {
	background-color: #F6F4F4;
}
.biography-box-footer {
	margin: 0px 0px 40px;
	padding: 5px 0px 0px 0px;
	clear: both;
	text-align: right;
}







/*--
BIOGRAPHYページ ----------*/
div#biography-main-wrapper {
	margin: 15px 0px 0px 0px;
	/*background-color: #FFCFFF;*/
	width: 723px;
	line-height: 140%;
}
* html div#biography-main-wrapper {
	margin: 15px 0px 0px 0px;
}

h2#biography {
	background: url(http://www.yuta-sone.com/ver3/images/biography/biography_capbar.jpg) no-repeat top center ;
	height: 175px;
	clear: both;
}
h2#biography span {
	display: none;
}


div#biography-main-wrapper .entry-box {
	margin: 0px 0px 10px;
}
div#biography-main-wrapper .entry {
	margin: 15px 0px 10px;
	/*width: 438px;*/
}


div#biography-main-wrapper .date {
	padding: 3px 3px;
	background-color: #6DBC1B;
	border-left: 5px solid #6DBC1B;
	border-right: 5px solid #6DBC1B;
	font-size: 13px;
	color: #ffffff;
}

div#biography-main-wrapper h3.entry-tilte {
	margin: 3px 0px 10px;
	padding: 10px 6px;
	border-bottom: 1px solid #bac4cb;
	line-height: 140%;
	font-size: 18px;
}
div#biography-main-wrapper .entry-img {
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
	/*width: 120px;*/
	line-height: 140%;
	font-size: 14px;
}

div#biography-main-wrapper .entry-img .photo {
	padding: 3px 3px;
	border: 1px solid #bac4cb;
}

div#biography-main-wrapper .entry-body {
	margin-bottom: 20px;
	float:left
	line-height: 140%;
	font-size: 14px;
}
div#biography-main-wrapper .entry-category-box {
	clear:both;
}

div#biography-main-wrapper .entry-category {
	padding: 7px 10px;
	background-color: #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	display: inline;
	line-height: 200%;
	color: #ffffff;
	font-size: 12px;
}

html>/**/body div#biography-main-wrapper .entry-category {
	line-height: 140%;
}


div#biography-main-wrapper .entry-category a:link {
	color: #ffffff;
	text-decoration: underline;
}
div#biography-main-wrapper .entry-category a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div#biography-main-wrapper .entry-category a:hover {
	color: #ffffff;
	text-decoration: none;
}


div#biography-main-wrapper .entry-box-footer {
	margin: 0px 0px 30px;
	padding: 15px 0px 0px 0px;
	border-top: 1px dotted #bac4cb;
	clear: both;
	text-align: right;
}


div#biography-main-wrapper #arc-title-box {
	margin-top: 20px;
	margin-bottom: 20px;
}
div#biography-main-wrapper .arc-title {
	border-bottom: 1px dotted #666666;
	display: inline;
}
div#biography-main-wrapper .arc-navi {
	margin-top: 10px;
}














div#biography-side-wrapper {
	margin-top: 0px;
	/*background-color: #D2FFFF;*/
	float: right;
	width: 200px;
	color: #ffffff;
}



