@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background-color: #B9D8F2;
	background-image: url(../image/body_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

img {
	border:0;
}

.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}
.clear-both hr { display: none;  margin: 0; padding: 0;}


/*start_layout*/
#contentWrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 90%;
	color: #413E3D;
	display: block;
	padding: 0px;
}


#contentWrapper a { color:#0000cc; text-decoration:none;}
#contentWrapper a:visited { color:purple; text-decoration:none; }
#contentWrapper a:active { color:#0000cc; text-decoration:none; }
#contentWrapper a:hover { color:#0000cc; text-decoration:underline; }
#contentWrapper a.uline { color:#0000cc; text-decoration:underline;}
#contentWrapper a:visited.uline { color:purple; text-decoration:underline; }
#contentWrapper a:active.uline { color:#ff0000; text-decoration:underline; }
#contentWrapper a:hover.uline { color:#ff0000; text-decoration:underline; }
#hedaer{
	background-image: url(../image/hedaer_back.png);
	background-repeat: repeat-x;
	height: 70px;
	width: 980px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hedaer h1{
	font-size: xx-large;
	color: #FFF;
	margin: 0px;
}

#aist_home{
	float: right;
	margin: 0px;

}

#update{
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

#contents{
	padding: 50px;
	background-color: #6A7788;
	margin: 0px;
}
#cont_1{
	margin: 0px;
	padding: 0px;
	clear: both;
}


#my_photo{
	float: left;
	margin: 0px;
	padding: 0px;
	}

#profile{
	float: right;
	height: 220px;
	width: 550px;
	background-image: url(../image/profile_back.png);
	background-repeat: repeat-x;
	padding: 30px;
	clear: right;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

#main{
	width: 820px;
	background-color: #FFF;
	padding: 30px;
	clear: both;
	margin: 0px;

}


#main dt{
	width: 116px;
	color: #FFF;
	font-size: medium;
	background-image: url(../image/menu_back3.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;


}

#main dd{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;


}
.name{
	list-style: none;
	padding: 0;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}
.department  {
	margin-bottom: 15px;
	line-height: 120%;
}
.address  {
	margin-bottom: 15px;
	line-height: 120%;
}
.list  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list li{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0px;
}
#footer  {
	padding-top: 5px;
	text-align: center;
	background-color: #6A7788;
	padding-bottom: 15px;
	margin-bottom: 50px;
	color: #FFF;
}
