body{
	background-color:#333;
}

.main{background-color:#FFFFFF;}
.g160,
.g320,
.g480,
.g640,
.g800,
.g960,
.g80,
.g240,
.g400,
.g560,
.g720,
.g880
{ background:#fff;  } 
 
div.g800{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00c;
	
}
h1{
	height: 100px;
	text-padding: -9999px;
	visibility: hidden;
	width: 100%;
}

div.clear{
	height: 4px;
	font-size: 1px;
}
/* navi */
#nav {
	margin:0;
	padding:0;
	list-style-type: none;
	font-size:12px;
	font-weight:700;
	background-color:#222;
	width: 950px;
	height:40px;
	float: left;
	text-align: center;
}
#nav li {
margin: 0 0 0 0px;
padding: 5px 0 0 10px;
float: left;
width: 105px;
height:30px;

color:#FFFFFF;
}

#nav li a{
	color: white;
	text-decoration: none;
}

#nav li a:hover{
	color: #F99;
}

#nav li.current a{
	color: #FC0;
}


#bread{
	width: 790px;
	padding: 4px 0px 4px 160px;
}

.rc {
	-moz-border-radius: 10px;  -webkit-border-radius: 10px;
}
h3,h4{
	margin-top:2px;
	margin-left:10px;
	color: #8b0304;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 6px;
}

h4{
	margin-bottom: 10px;

}
div{
	line-height: 1.6em;
}

p,ul{
	pading-top: 4px;
	font-size: 110%;
	line-height: 1.5;
	padding-right: 40px;
}

ul.grid li.right{
	text-align: right;
	list-style-type: none;
}

span.question{
	font-weight: bold;
}
/* image */
img.center {
display:block;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
margin-top:0;
text-align:center;
}

img.border{
	border: solid 1px #666;
}

div.center{
	margin-top: -10px;
	text-align: center;
}

table.spec,
table.staff{
	font-size: 120%;
	width: 60%;
	margin: 10px auto;
}

table.staff td{
	vertical-align:top;
	padding-bottom: 6px;
}

table.spec tr{
	border-bottom: solid 1px #CCC;
	
}
table.spec th,
table.spec td{
	width:33%;
	padding: 4px 8px;
}

table.spec td{
	text-align: right;
}

table.spec td.spec_columnname{
	text-align: left;
}


/* top banner */
#topbanner{
	height: 120px;
	background-image: url(/images/topbanner.png);
	text-indent: -9999px;
	cursor: pointer;
}

div.english #topbanner{
	background-image: url(/images/english/topbanner.png);
}

ul.grid {
padding-left:10px;
}
/* sidemenu */
#menu{
	margin: 0;
	padding:0;
	border-top: solid 1px #ccc;
}

#menu li	{
	list-style-type:none;
	border-bottom: solid 1px #D1D1D1;
	margin: 0;
	padding:0;
}

#menu li a	{
	display: block;
	margin:0;
	padding: 5px 5px 5px 15px;
	width:130px;
	background: url(/images/menu/navi.jpg) no-repeat top left;
	text-decoration: underline;
	color: #333;
}
* html #menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 130px;
}

#menu li a:hover	{
	background: url(/images/menu/navi_on.jpg) no-repeat top left;
	padding: 5px 0px 5px 20px;
	text-decoration: underline;
	color: #999;
}

#menu li a span.sub{
	font-size: 0.9em;
}

#menu li.sub a{
	padding-left: 22px;
	background: url(/images/menu/navi2.jpg) no-repeat top left;
	width: 133px;

}

#menu li.sub a:hover{
	padding-left: 27px;
	background: url(/images/menu/navi_on2.jpg) no-repeat top left;
	width:123px;
}

* html #menu li.sub a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 123px;
}

* html #menu li.sub a:hover{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 123px;
}


/* top */
dl.grid{
	
}
dl.grid dt{
	float: left;
	margin-left:20px;
	width:80px;
}
dl.grid dd{
	margin-left: 120px;
}

#footnavi{
	text-align: right;
	border-top: solid 1px #D8000B;
}

#footnavi a,
#footnavi a:visited
{
	color: #333;
	font-size: 1.2em;
}

#footer{
	text-align: center;
	font-style: italic;
}


/* photo */
#photo_album{
	margin: 4px auto;
	background-color: black;
	padding: 4px;
}

#photo_album td{
	padding:  8px;
}

div#lbDetails {
	width: 85%;
}

/* patron */
table#patron{
	margin: 8px auto;
}

table#patron tr{}

table#patron tr th{
	vertical-align:top;
	text-align: right;
	padding: 4px;
	
}

table#patron tr td{
	padding: 8px;
	
}

/* Movie */
table#movie{
	margin: 4px auto;
}
table#movie tr td{
	vertical-align:top; 
	padding-bottom: 10px;
}

table#movie tr td.movie_header{
	width: 200px;
}

/* inquiry */
div.inquiry_pict{
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
}

div.to_top{
	text-align: right;
}

/* professor */
.professor{
	padding-left: 8px;
}

