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

/* ------ basic styling ------ */
* {
	margin: 0;
	padding: 0;
}
body  {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	font-family:  Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic",sans-serif; 
	color:#000;
	background-image: none;
	background: #fff;
}
img {
	border: none;
}
li {
	list-style-type: none;	
}
h1 {
	font-size: 18pt;
	line-height: 0.8;
	font-weight: normal;
	text-transform: lowercase;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 20pt;
	margin-bottom: 22pt;
	background: url(../images/base/h2_bullet.gif) no-repeat left center;
	padding-left: 11pt;
}
h3 {
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 27pt;
	/*letter-spacing: 0.4pt;*/
}
h4 {
	font-size: 10pt;
	color: #666;
	font-weight: bold;
	line-height: 1.3;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2em;
}
p {
	font-size: 10pt;
	line-height: 18pt;
	margin-top: 10pt;
}
blockquote {
	font-size: 10pt;
	line-height: 1.5;
}
dl {
	font-size: 10pt;
	line-height: 15pt; 
	margin-top: 15pt;
	width: 85%;
}
ol li {
	list-style: decimal;
	margin-left: 17pt;
	width: 30em;
}
dl.credit {
	padding-left: 20pt;
}
dl.credit dt {
	float: left;
	font-style: italic;
	margin-right: 10pt;
}
dl.credit dd {
	/*margin-bottom: 4pt;*/
	margin-left: 30pt;
}
dl.schedule dd.title {
	font-weight: bold;
	margin-bottom: 0;
}
dl.schedule {
	margin-bottom: 15pt;
	margin-left: 20pt;
}
dl.schedule dt {
	font-weight: bold;
}
dl.schedule dd {
	margin-bottom: 5pt;
}


/* -- anchor tag --*/
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;
}
a[href^="http://"] {
	/*font-weight: bold;*/
	text-decoration: underline;
}
a[href^="http://"]:after {
	content: " (" attr(href) ")";
	/*font-weight: bold;*/
	/*word-break: break-all;*/
	/*word-wrap: break-word;*/
}

/* -- type style --*/
.highlight {
	font-weight: bold;
	text-transform: uppercase;
}
.source {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.lowercase {
	text-transform: none;
	letter-spacing: 0;
}
.regular {
	font-weight: normal;
}

/* -- float class --*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5pt 0 10pt 10pt;
}
.floatlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5pt 10pt 10pt 0;
}
.nonefloat {
	float: none;
}

/* ------ wrapper ------ */
#wrapper {
	/*width: 800px;
	margin: 0 auto;*/
	/*width: 18.5cm;*/
	/*Eric Myer's advice for utilizing printers' each printable area*/
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* ------ header ------ */
#header {
	/*background: url(../images/base/naokibi_logo.gif) no-repeat -5mm -2mm; */
	/*height: 35mm;*/
} 
#header h1 {
	font-size: 14pt;
	line-height: 1.6;
	font-weight: normal;
	text-transform: none;
	text-align: right;
	border-bottom: solid 2pt #000;
}
#menu {
	display: none;
}

/* ------ main ------ */
#main {
	padding: 25pt 0;
	clear: both;
}

/* ------ sidebar ------ */
#sidebar {
	display:none;
}

/* ------ contents ------ */
#contents {
	margin: 0;
	padding: 0;
	width:auto;
	/*to force long url to break */
	word-wrap: break-word;/*doesn't work for print though*/
	/*word-break: break-all; (broke all other words. no good*/
}
#home #contents {
	margin-bottom: 20pt;
}

#contents p.note {
	display: none;
}
#contents p.poem {
	font-style: italic;
	padding-left: 20pt;
}
#symbol {
	display: none;
}

/* ------ footer ------ */
#footer {
	/*padding: 5px 0;*/
	border-top: solid 2pt #000;
}
#footer p, #footer ul {
	font-size: 8pt;
	text-align: center;
	line-height: 2;
}
#footer li {
	display: none;
}


/* ------ each section ------ */

/* -- works -- */
div.work {
	padding-bottom: 10pt;
}
div.work dl.credit {
	/*background: url(../images/base/submenu_hover_bullet.gif) no-repeat 0 4pt;*/
	clear: right;
}
/* -- history -- */
dl.history {
	padding-top: 5pt;
	width: 100%;
	margin-top: 8pt;
	border-top: solid 1pt #000;
	border-bottom: solid 1pt #000;
}
dl.history dt {
	font-weight: bold;
	float: left;
	/*background: url(../images/base/submenu_hover_bullet.gif) no-repeat 0 0.4em;*/
	padding-left: 15pt;
}
dl.history dd {
	margin-left: 15pt;
	padding-left: 65pt;
}
/*main and other works section*/
dl.history dd.title {
	font-weight: bold;
}
dl.history dd.detail {
	margin-bottom: 5pt;
	padding-bottom: 5pt;
	border-bottom: solid 1pt #CCC;
}
/*education*/
dl.history dt.title {
	float: none;
}
dl.history dd.workplace {
	font-style: italic;
	padding-left: 20pt;
	float: left;
	width: 72%;
}
dl.history dd.workplace2 {
	font-style: italic;
	margin-left: 15pt;
	margin-bottom: 5pt;
	padding-left: 20pt;
	padding-bottom: 5pt;
	border-bottom: solid 1pt #CCC;
}
dl.history dd.period {
	padding-left: 0;
	padding-bottom: 5pt;
	margin-bottom: 5pt;
	border-bottom: solid 1pt #CCC;
}

dl.history dd.description {
	padding-left: 20pt;
	padding-top: 10pt;
	clear: left;
}
dl.history dd.work {
	margin-top: 10pt;
	padding-left: 20pt;
}
dl.history dd.work dl {
	font-size: 1em;
	width: 100%;
	border-top: solid 1pt #CCC;
	padding-top: 5pt;
	padding-bottom: 10pt;
}
dl.history dd.work dl dd.title {
	padding-left: 55pt;
}
dl.history dd.work dl dd.detail {
	font-style: italic;
	padding-bottom: 0;
	padding-left: 20pt;
	border-bottom: none;
}
dl.history dt.workshop {
	font-weight: normal;
	background-position: 0 4pt;
	float: none;
	padding-left: 35pt;
	padding-bottom: 5pt;
}

dl.history dd.src {
	font-style: italic;
	margin-left: 15pt;
	padding-left: 20pt;
	padding-bottom: 5pt;
	margin-bottom: 5pt;
	border-bottom: solid 1pt #CCC;
}

/*for the last item. should be kept in the last of this list in order to overwite the border property.*/
dl.history dd.last {
	border-bottom: none;
}

/* -- reviews -- */
div.press {
	margin-top: 15pt;
	border-top: solid 1px #000;
}
div.press blockquote {
	/*background: url(../images/base/submenu_hover_bullet.gif) no-repeat 0 4pt;*/
	padding: 0 0 10pt 20pt;
	margin-top: 10pt;
	border-bottom: solid 1pt #CCC;
}
blockquote span.source {
	font-style: italic;
	line-height: 1.2;
	background: url(../images/base/hbar_666_03.gif) no-repeat 0 7pt;
	display: block;
	margin-left: 200pt;
	margin-top: 7pt;
	padding-left: 25px;
}

/* -- contacts -- */
#formWrap {
	margin-top: 20pt;
}
form#contactNao label {
	display: block;
	float: left;
	width: 10em;
}
input {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}
input.text {
	width: 18em;
}
textArea#comments {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	width: 35em;
}

/* -- links -- */
#links #contents h1 {
	margin-bottom: 1em;
}
#links #contents ul {
	font-size: 10pt;
	line-height: 1.8;
	margin-left: 12pt;
}
#links #contents li {
	list-style-type: square;
	margin-bottom: 5pt;
}
#links #contents a {
	text-decoration: none;
}
#links a[href^="http://"] {
	font-weight: normal;
}

