/**********************************
* CSS file
* Site : hs.sugiyama-u.ac.jp
* For  : /all
* author : Mirugate
* Date   : 2008-02-26
**********************************/

#header_mainimage {
	width: 798px;
	height: 264px;
	margin: 0;
	background-color: #008462;
}

#header_top {
	width: 798px;
	height: 41px;
	background-color: #008462;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	text-align: right;
}

#header_bottom {
	width: 798px;
	height: 97px;
	background-color: #008462;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}

#header_bottom_leftside {
	width: 249px;
	height: 97px;
	margin: 0;
	padding: 0;
	float: left;
	background: #008462 url(../images/common/header_bg_deepgreeen01.png) no-repeat;
}

#header_bottom_center {
	width: 60px;
	height: 97px;
	background-color: #008462;
	margin: 0;
	padding: 0;
	float: left;
}

#header_bottom_rightside {
	width: 549px;
	height: 97px;
	margin: 0;
	padding: 0;
	float: right;
	background: url(../images/common/header_bg_deepgreeen02.gif) no-repeat;
}

.header_bottom_box01 {
	width: 300px;
	margin: 12px 15px 0px 234px;
	padding: 0;
	text-align: right;
}

.header_bottom_box02 {
	width: 500px;
	margin: 34px 15px 0px 34px;
	padding: 0;
	text-align: right;
}

.header_bottom_box02 ul {
	margin: 0;
	padding: 0;
}

.header_bottom_box02 li {
	list-style:none;
	display:inline;
	margin-right:15px;
}

.header_bottom_box02 li.head_nai_fin {
	list-style:none;
	display:inline;
	margin-right:0px;
}

.header_bottom_box02 a:link {
	color: #666666;
	text-decoration: none;
}

.header_bottom_box02 a:visited {
	text-decoration: none;
	color: #666666;
}

.header_bottom_box02 a:hover {
	text-decoration: underline;
	color: #333333;
}

.header_bottom_box02 a:active {
	text-decoration: none;
	color: #444444;
}

/*Footer*/

.pagetop {
	width: 75px;
	height: 18px;
	margin: 20px 0 0 707px;
	background-color: #008462;
}

#footer_top {
	width: 768px;
	height: 25px;
	background-color: #008462;
	margin: 0px 0 5px 0;
	padding: 10px 15px 0px 15px;
}

#footer_topnavi {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footer_topnavi ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer_topnavi li {
	list-style: none;
	display: inline;
	font-size: 12px;
	margin-right: 10px;
}

#footer_topnavi li.footernavi_fin {
	list-style: none;
	display: inline;
	font-size: 10px;
	margin-right: 0px;
}

#footer_topnavi li a:link {
	color: #fff;
	text-decoration: none;
}

#footer_topnavi li a:visited {
	text-decoration: none;
	color: #fff;
}

#footer_topnavi li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer_topnavi li a:active {
	text-decoration: none;
	color: #fff;
}

#footer_bottom {
	width: 768px;
	height: 38px;
	margin: 0;
	padding: 2px 15px 0 15px;
}

#footer_bottomnavi {
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: bottom;
	height: 21px;
}

#footer_bottomnavi ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer_bottomnavi li {
	list-style: none;
	display: inline;
}

#footer_bottomnavi li a:link {
	color: #666666;
	text-decoration: none;
}

#footer_bottomnavi li a:visited {
	text-decoration: none;
	color: #666666;
}

#footer_bottomnavi li a:hover {
	text-decoration: underline;
	color: #333333;
}

#footer_bottomnavi li a:active {
	text-decoration: none;
	color: #444444;
}

#copyright {
	margin: 0;
	padding: 0;
	float: right;
	vertical-align: bottom;
	font-size: 11px;
	color: #008462;
	height: 21px;
	line-height: 21px;
}

.menusm {
	font-size: 9px;
	line-height: 150%;
}

div#thesis_body h5 {
	margin:0px 20px 0px 0px;
	padding:5px;
	background:#008462;
	color:#FFFFFF;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:3px solid #DDDDDD;
	line-height:normal;
}
	
#texts h2{
	width: 554px;
	display: block;
	margin:30px 0px 15px 0px;
	background:#008462;
}

/*******************************************************************************
* Syllabus List
*******************************************************************************/
table#syllabus_list {
	border-top: 1px solid #CCC;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 1px solid #CCC;
	width:550px;
	margin-bottom:10px;
	}
	table#syllabus_list td,
	table#syllabus_list th{
		border-bottom:1px solid #CCC;
		border-right:1px solid #CCC;
		font-size:12px;
		padding:6px;
		line-height:1.2;
		}
	table#syllabus_list thead td{
		background:#008462;
		color:#FFFFFF;
		font-size:14px;
		}
	table#syllabus_list th{
		background:#CFE2DC;
		width:15em;
		text-align:left;
		font-weight:normal;
		}
	table#syllabus_list td{
		background: #FDFFFD;
		text-align:center;
		}
	table#syllabus_list td.teacher_name {
		width:8em;
		}

/*******************
* /staff/index.html
*******************/
table#staffs_index {
	border-top: 1px solid #CCC;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 1px solid #CCC;
	width:538px;
	}
	table#staffs_index td,
	table#staffs_index th {
		border-bottom:1px solid #CCC;
		border-right:1px solid #CCC;
		padding:6px;
		line-height:1.4;
		}
	table#staffs_index th {
		background:#CFE2DC;
		font-weight:normal;
		}
	table#staffs_index td {
		background: #FDFFFD;
		text-align:center;
		}
	table#staffs_index thead td {
		background:#008462;
		color:#FFFFFF;
		}
		table#staffs_index thead td.name{
			width:35%;
			}
