@charset "utf-8";
/* CSS Document */

@import"reset.css";
@import"font.css";

body{
	color:#000;
	text-align:center;
	background-color: #fff;
}

a{
	outline:none;
}

a:link,
a:visited,
a:active{
	color:#00F;
	text-decoration:none;
}

a:hover{
	color:#63C;
}

h1{
	text-align: center;
	
}
h2 {
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: right;

}
.topic {
	background-image: url(../images/base.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}



h3{
	padding:0 0 10px 24px;
	font-size:110%;
	font-weight:bold;
	border-bottom:3px double #c7c7c7;
	background-image: url(../images/favicon.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
h4 {
	background-color: #333333;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
}

img{
	vertical-align:bottom;
}

/*=====================
top
=====================*/
div#top{
	background:url(../images/bg_heder.gif) repeat-x ;
	width:100%;
}
div#top_inner{
	width:900px;
	text-align:left;
	margin:0 auto;
}
/*=====================
wrapper
=====================*/
div#wrapper{
	text-align:left;
	margin:0 auto;
	width:900px;
}

/*=====================
header
=====================*/
div#header{
	margin:20px 0 0 0;
}
div#header h1{
	float:left;
	width: 900px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
/*=====================
side
=====================*/
div#side{
		float:left;
}
ul#sidenav{
	width:190px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#sidenav li{

		
		
}
ul#sidenav li a{
	color:#000;
	display:block;
	background:url(../images/menu_side.gif) no-repeat;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in-out;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 15px;
}
ul#sidenav li a:hover{
		color:#000;
		display:block;
		background:url(../images/menu_side_on.gif) no-repeat;
}
ul#sidenav li a.current{
	padding:17px 0 17px 15px;
	color:#000;
	display:block;
	background-image: url(../images/menu_side_current.gif);
	background-repeat: no-repeat;
}
ul#sidenav li a.current:hover{
		color:#000;
		display:block;
		background:url(../images/menu_side_current_on.gif) no-repeat;
}
/*
ul#sidenav li:first-child{
		border-top:1px dashed #0a0a0a;
}
*/
ul#sidebnr{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#sidebnr li{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*=====================
container
=====================*/
div#container{
	width:680px;
	float:left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#container .caption {
	font-size: 120%;
	font-weight: bold;
}
#container .info {
	font-size: 110%;
	color: #0000CC;
	padding-left: 20px;
}
#univ {
	margin-bottom: 20px;
	margin-top: 20px;
}




#univ li {
	float: left;
	list-style: url(none) none;
	clear: right;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 120%;
}
#univ a {
	margin: 10px;
}



#univ li a {
	text-decoration: underline;
	color: #666666;
}
#univ a:hover {
	color: #3300FF;
}


#container .ad {
	text-align: center;
	margin-top: 15px;
	font-size: 140%;
	margin-bottom: 20px;
	font-weight: bold;
}
/*=====================
table
=====================*/
div.table{
	margin:20px 0 50px 0;
	padding:0 0 0 10px;
	font-size:90%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
}


div.table table{
	width:600px;
	float:left;

}


div.table table tr{
	border-bottom:1px dotted #CCC;
}


div.table table td{
	vertical-align:top;
}


div.table td.table_left{
	width:90px;
	padding:5px 0;
}


div.table td.table_right{
	background:url(../images/ico_arrow.gif) no-repeat 0 10px;
	padding:5px 0 5px 35px;
}


div.table td.table_list{
	padding:10px 0;
}


div.table dl{
	float:left;
	display:inline;
	width:300px;
	margin:0 0 0 15px;
}


div.table dl dd{
	background:url(../images/ico_pdf.gif) no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 20px;
}


.tel_circle {
	padding-left: 30px;
	padding-top: 10px;
}

.item_description {
	width: 680px;
	clear: both;
	float: none;
}

.item_photo {
	float: left;
	height: 170px;
	width: 170px;
	margin-bottom: 10px;
	clear: both;
	border: thin dotted #0099FF;
}

.item_name {
	font-size:130%;
	font-weight:bold;
	background:url(../images/bg_item-mds.gif) repeat;
	text-align: left;
	padding-top: 3px;
	width: 500px;
	float: right;
}

.item_text {
	padding-top: 5px;
	width: 500px;
	float: right;
	padding-left: 5px;
	background-image: url(../images/ico_arrow2.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

/*=====================
pagetop
=====================*/
div#pagetop{
	width:900px;
	margin:30px auto 0;
	text-align:right;
}
div#pagetop2{
	width:680px;
	margin-top: 0px;
	margin-left: 560px;
}

/*=====================
footer
=====================*/
div#footer{
	clear:both;
	padding:10px 0;
	background-color: #8ec3d9;
}
div#footer_inner{
	width:900px;
	margin:0 auto;
}
div#footer_inner a{
	color:#fff;
}
div#footer_inner a:hover{
	text-decoration:underline;
}
div#footer_inner ul{
	float:left;
}
div#footer_inner ul li{
	float:left;
	margin:0 20px 0 0;
}
div#footer_inner address{
	color:#fff;
	font-size:80%;
	padding:3px 0 0 0;
	float:right;
	margin:0 10px 0 0;
}
