@charset "utf-8";


/* ---------- サイト内共通の設定 ---------- */

a:link { text-decoration: none; color:#0000CC; }
a:visited { text-decoration: none; color:#0000CC; }
a:hover { text-decoration: none; color:#FF0000; }
a:active { text-decoration: none; color:#FF0000; }

body{
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	line-height:160%;
	font-family: Geneva,Verdana,sans-serif;
}

h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2{
	font-size: small;
	font-weight: bold;
	margin: 0 0 10px 0;
}

a img{
	border: 0;
}

.err { 
	color:#ee0000;
	font-size:x-small;
}

em{
	text-decoration: underline;
}

/* ---------- 基本レイアウト ---------- */

#container{
	width :780px;
}


#header{
	padding: 30px 0 0 25px;
	overflow: hidden;
}

#header .title{
	width: 210px;
	font-size: 24px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

#header .title a:link { text-decoration: none; color:#000000; }
#header .title a:visited { text-decoration: none; color:#000000; }
#header .title a:hover { text-decoration: none; color:#FF0000; }
#header .title a:active { text-decoration: none; color:#FF0000; }

#header .menu{
	color: #666666;
	margin-left: 30px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

#header .menu a.active{ text-decoration: none; color:#666666; }
#header .menu a.active:hover { text-decoration: none; color:#FF0000; }
#header .menu a.active:active { text-decoration: none; color:#FF0000; }

#header .lang{
	float: right;
	margin-right: 30px;
	font-style:italic;
}


#contents{
	clear: both;
	padding: 0 0 0 25px;
}


#topicPath{
	width: 510px;
	height: 60px;
	margin-left: 240px;
}


#sidebar{
	width: 210px;
	float: left;
}

#sidebar h1{
	font-size: 1.2em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}


#sidebar p{
	margin: 25px 0;
	line-height: 180%;
}



#main{
	margin-left: 30px;
	width: 510px;
	float: left;
}

#main ul{
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#main li{
	clear: both;
	list-style: none;
	line-height: 180%;
}


#footer{
	width: 780px;
	text-align: right;
	padding: 15px 0 15px 0;
	overflow: hidden;
}

#footer .copyright{
	margin: 0 30px 0 0;
	font-size:x-small;
	line-height:120%;
}



/* ---------- コンテンツ毎の設定 ---------- */




/* NEWS */

#news{
	visibility: visible;
}

#news #main .article{
	margin: 0 30px 30px 0;
	line-height: 180%;
}

#news #main .article p{
	margin: 0 0 30px 0;
}

#news #main .previous{
	float: left;
	width: 120px;
}

#news #main .number{
	float: left;
	text-align: center;
	font-weight: bold;
	color: #666666;
	width: 240px;
}

#news #main .next{
	float: left;
	text-align: right;
	width: 120px;
}

/* WORKS */

#works #sidebar p.category{
	color: #666666;
}

#works #sidebar p.data{
	font-size: x-small;
}

#works #sidebar p.credit{
	font-size: x-small;
}

#works #sidebar p.biblio{
	margin-top: 0;
	font-size: x-small;
}

#works #main .project{
	font-size:x-small;
	width: 240px;
	overflow: hidden;
	line-height: 180%;
	float: left;
}

#works  #main .project img{
	padding: 0 15px 15px 0;
	float: left; 
}

#works  #main .project .title{
	font-size:x-small;
	font-weight: bold;
	line-height: 120%;
	padding: 0 5px 5px 0;
}

#works #main .thumbnail{
	margin: 30px 0 0 0;
}

#works #main .thumbnail p{
	margin: 0 14px 20px 0;
	background: #CCCCCC;
	float: left; 
}

#works #main .thumbnail p #thumbnail0{
	width: 85px;
	height: 85px;
	opacity: 0.15;
	filter:Alpha(opacity=15);
}


#displayCredit{ }


/* BIOGRAPHY & BIBLIOGRAPHY */

#main p.description{
	margin: 0 30px 30px 0;
}

#main li .date{
	width: 75px;
	margin: 0 0 0 0;
	float: left; 
}

#main li .note{
	width: 390px;
	float: left; 
}



/* CONTACT */

#contact table {
	width:490px;
}

#contact table td{
	padding: 0 0 5px 0;
}

#contact  input.text{
	width: 340px;
}

#contact  textarea.textArea{
	width: 480px;
}

