@charset "utf-8";
/* CSS for category of director */


/* ++++++++++++++++++++++++++++
	import files
++++++++++++++++++++++++++++ */

@import url("reset.css"); /* browser reset */
@import url("common.css"); /* for all page */
@import url("sub.css"); /* for all page */


/* ----------------------------
	filmography
---------------------------- */

ul#filmography {
	margin-right:1em;
	padding-left:1em;
}

ul#filmography li {
	padding-left:1em;
	background:url(../images/li_news.gif) no-repeat left center;
}


ul#filmography li a.textlink {
	margin-left:1em;
}


/* ----------------------------
	 in message.html
---------------------------- */

ul.schedule {
	margin:24px;
}

ul.schedule li {
	margin-bottom:24px;
}

ul.schedule dl dt {
	margin-right:0.5em;
	float:left;
	color:#7D5C28;
}

ul.schedule dl dd {
}

h2.noimage {
	margin:60px 30px 0;
	padding:0 0 2px 36px ;
	width:764px;
	clear:both;
	color:#231600;
	font-size:116%;
	border-bottom:3px #7D5C28 solid;
	background:url(../images/cot_mark.gif) no-repeat 0.5em center;
}

p.name {
	margin:0 1em 1.6em;
}

p.date {
	margin:3em 1em 0;
	text-align:right;
}
