@charset "UTF-8";

/* *********************************************************
 *
 *	This stylesheet provides default styles.
 *	Assumed for PC screens, projectors, and TVs.
 *
 *	Checked and valided by W3C(R) CSS Validation Service.
 *	http://jigsaw.w3.org/css-validator/
 *
 * *********************************************************
 */


/* ---------------------------------------------------------------- *//**
* GLOBAL
*//* ----------------------------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	color: #221;
	font-size: 90%;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	text-align: center;
	background: url(../imgs/bg_stripe.png) #fff;
	}
	
a:link,
a:visited,
a:focus,
a:active  { color: #999; text-decoration:none; }
a:hover { color:#939; }

img {
	border:none;
}

/* ---------------------------------------------------------------- *//**
* CLEAR FIX
*//* ----------------------------------------------------------------- */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/* ---------------------------------------------------------------- *//**
* LAYOUT
*//* ----------------------------------------------------------------- */


/* Container */

div#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	}
	
div#header {
	padding: 10px;
	}	


div#gnav {
	float:left;
	width: 160px;
	}


div#content {
	float:right;
	width: 500px;
	margin: 0 150px 0 0;
	}
	
div#main {
	margin: 10px 0 0 0;
	}
	
	
	
/* ---------------------------------------------------------------- *//**
* DISP
*//* ----------------------------------------------------------------- */
	
div#content h1{
	border-left : 8px solid #939;
	padding-left : 5px;
	font-size : 24px;
	margin: 0 0 50px 0;
	color:#666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
div#content h2{
	border-left : 8px solid #939;
	padding-left : 5px;
	font-size : 14px;
	}
	

div#content div.section{
	margin : 0 0 50px 0;
	}
	

/* works */
/* staff */
div#content div.section div.staff div.name, div#content div.section div.works div.name{
	float : left;
	}
	

div#content div.section div.staff div.name ul, div#content div.section div.works div.name ul{
	margin : 0 ;
	padding : 0 ;
	}
	
div#content div.section div.staff div.name ul li, div#content div.section div.works div.name ul li{
	list-style:none;
	color : #939;
	}
	
div#content div.section div.staff div.name ul li .ja, div#content div.section div.works div.name ul li .ja{
	font-weight:bold;
	font-size:11px;
	}
	
	
div#content div.section div.staff div.photo {
	float : right;
	}
	
div#content div.section div.works div.photo {
	float : right;
	background: #ddd;
	}
div#content div.section div.works div.photo:hover {
	background: #939;
	}
div#content div.section div.works div.photo img {
	margin: 1px;
	}
	
div#content div.section .en {
	font-size: 8px;
	}
	
div#content div.section .intro {
	margin:0;
	padding:0;
	font-size: 10px;
	line-height: 150%;
	}
	
div#content div.section ul.intro {
	}
	
div#content div.section ul.intro li {
	list-style :none;
	font-size: 10px;
	line-height: 150%;
	}
	
	
/* ---------------------------------------------------------------- *//**
* Footer
*//* ----------------------------------------------------------------- */
div#footer{
	font-size: 8px;
	margin: 20px 10px 0;
	/*padding: 0 0 20px 0;*/
	border-bottom: #939 solid 5px;
}

div#footer ul{
	text-align:right;
}
div#footer ul li{
	display:inline;
	margin: 0 3px;
}

/* ---------------------------------------------------------------- *//**
* Global Navigation
*//* ----------------------------------------------------------------- */
div#gnav ul {
	margin: 0 20px 0;
	padding: 0;
	}
	
div#gnav ul li {
	list-style:none;
	padding: 0;
	margin: 0 0 10px 0;
	min-height:14px;
	}

/* ---------------------------------------------------------------- *//**
* TOP PAGE
*//* ----------------------------------------------------------------- */
div#top {
	padding: 0 10px 10px 10px;
	}
	
div#top div#gnav {
	float:none;
	width:auto;
	margin: 20px;
	text-align:right;
	}

div#top div#gnav ul li{
	display:inline;
	margin: 0 20px 0 0;
	}


/* ---------------------------------------------------------------- *//**
* sIFR
*//* ----------------------------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	}

.sIFR-hasFlash .en {
	visibility: hidden;
	}
	
	

/* ---------------------------------------------------------------- *//**
* linkthumb
*//* ----------------------------------------------------------------- */

.arc90_linkpic {
	display: none;
	position: absolute;
	left: 0;
	top: 1.5em;
	width: 160px;
	height: 120px;
}
.arc90_linkpicIMG {
	padding: 0 4px 4px 0;
	background: transparent url(../imgs/linkpic_shadow.gif) no-repeat bottom right;
	width: 160px;
	height: 120px;
}
