/*base style*/
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bac_22.jpg) left top repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	width: 99%;
	margin: 0;
	padding: 0;
	border-collapse: collapse; 
	border-spacing: 0;
	border: none;
}
#subcontainer {
	padding: 10px;
	width: 98%;
}
.con-table {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	padding-bottom: 5px;
	border-top: 2px #669966 solid;
	text-indent: 10px;
	font-size: 70%;
}
img {
	border: 0;
}


/*link*/
a:hover {
	background-color: #FFCC99
}
a:visited {
	color: #CC6633
}
a {
	text-decoration: none
}



/*contents*/
.category {
	margin: 0px;
}
.title {
	font-size: 150%;
	line-height: 1;
	color: #990000;
	font-weight: normal
}
.title2 {
	font-size: 120%;
	color: #003366;
	font-weight: bold
}



.in {
	margin: 0px 40px;
	font-size: 100%;
	line-height: 140%;
}
.main {
	margin: 0px 10px;
}

/*text*/
.text {
	font-size: 100%;
	line-height: 1.5
}
.text-small {
	font-size: 90%;
}
.text-smaller {
	font-size: 70%;
}
.text-blue {
	font-size: 100%;
	line-height: 150%;
	color: #333366;
	font-weight: bold
}
.text-red {
	font-size: 120%;
	line-height: 150%;
	color: #CC3333;
	font-weight: bold
}
.text-red-m {
	font-size: 100%;
	line-height: 120%;
	color: #CC3333;
	font-weight: bold
}

.text-black {
	color: #000000;
}

.subnavi-title {/*subnavigation*/
	text-align: center;
	color: #fff;
	background-color: #666;
}

/*side menu old(right)*/
.submenu {
	font-size: 100%;
	line-height: 150%;
	margin-left: 5px;
}




/*side menu for list style(right)*/
.subnavi {
	font-size: 100%;
	line-height: 1.45;
	margin-left: -20px;
}

.subnavi li {
	list-style-image: url(../images/yellow_point.gif) ;
}
.subnavi ol li {
	margin-left: -25px;
}
.subnavi li ol li {
	list-style-type: circle;
	list-style-image: none;
}




.submenu2 {
	font-size: 100%;
	line-height: 150%;
	margin-left: 180%;
}

.newbook {
	font-size: 120%;
	color: #CC3300;
	font-weight: bold;
}

.faculty-name {
	font-size: 100%;
}
.faculty {
	font-size: 120%;
	font-weight: bold;
}

#record {
font-size 100%;
	line-height: 150%;
}
#record tr {
	vertical-align: top;
}

.no {
	list-style-type: none;
}

/*deco*/
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.red {
	color: red;
}
.blue_title {
	color: #0E2B6C;
	font-weight: bold;
}
.back {
	text-align: right;
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	line-height: 150%;
}



