@charset "utf-8";
/* CSS Document */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   line-height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body
{
	margin: 20px;
	padding: 0px;
	background: #FFFFFF;
	font-family: trebuchet ms, verdana, arial, Helvetica, sans-serif  ;
	font-size: 80%;
	color: #666666;
}

a:active, a:visited, a:link
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #AE5C47;
	text-decoration: none;
}

#container
{
	margin: 0px auto;
	width: 760px;
}

#header
{
	width: 760px;
	height: 120px;
	background: url(image/favorits.jpg) repeat-y left center;
	border-bottom: 0px #C2A77E;
	border-top: 1px solid #C2A77E;
	border-right: 1px solid #C2A77E;
	border-left: 1px solid #C2A77E;
		text-align: right;
}

#header img{
margin:38px 38px 0 0;
}

#menu
{
	width: 740px;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: right;
	background: #C2A77E;
	border-top: #C2A77E;
	border-right: 1px solid #C2A77E;
	border-bottom: 1px solid #C2A77E;
	border-left: 1px solid #C2A77E;
	 
}

#menu ul {
	float:right;
	margin: 0;
	padding: 0 ;

}

#menu ul li{
	font-size:12px;
	float:left;
    display:inline;
	margin: 0;
	padding:0 10px;
	border-right:1px solid #666;

}

#menu ul li.menuinfo{
	border-right:1px solid #C2A77E;

}



#container2
{
	border:1px solid #C2A77E;
	background: #FAFAF8;
}

#content
{
	width: 760px;
	height: 430px;
	line-height: 150%;
}

#content h2
{
	border-bottom: 1px dashed #808080;
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 8px;
	font-size: 175%;
}

.overflow
{
	overflow: auto;
	width: 760px;
	height: 430px; 
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 740px;
	padding: 5px 10px;
	border:1px solid #C2A77E;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
	clear:both;
}
#content h3 {
	font-size: 130%;
	font-weight: 100;
	letter-spacing: 0.5em;
	padding-top: 5px;
}
li {
	line-height: 18px;
}
#content h4 {
	font-size: 13px;
	color: #B9A07A;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-weight: lighter;
	line-height: 100%;
}
#content h5 {
	font-size: 12px;
	color: #B9A07A;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: lighter;
	line-height: 2em;
}




img.figure {
  float: right;
  display: inline;
  }
  
#content ul {
	float: left;
	width: 160px;
	margin-top: 25px;
	padding-right: 10px;
}
#content ul.col2 {
	float: left;
	width: 400px;
	margin-top: 10px;
	padding-right: 10px;
}
.textbase_brown { color: #B9A07A; }


/*卒業生ページ追加*/

table.graduates{
margin-left:14px;
border:0;

}

table.graduates td{
width:180px;
height:130px;
padding:5px 5px 5px 0;
vertical-align:top;
}

.graduates a{
color:#B9A07A;
}



/*教員個別ページ追加*/

table.staffimg{
margin:0 30px 0 20px;
padding:0;
float:left;
width:150px;

}

table.staffimg td{
padding-bottom:20px;
}



table.staffprof{
float:left;
width:450px;
margin-bottom:10px;
}

table.staffprof td{
vertical-align:top;
font-size:12px;

}

table.staffprof td.year{
width:55px;
}

table.staffprof th{
padding-top:20px;
text-align:left;
vertical-align:bottom;

}