@charset "UTF-8";
/* CSS Document */

@import url("base.css");
@import url("reset.css");

div#area1{
}

h1{
	margin:12px 0 0 0;
	
	
}

.staffBoxL{
	width:132px;
	float:left;
}

.staffBox1 .staffBoxR{
	width:273px;
	height:82px;
	float:left;
	background-image: url(../img/staff/staff_t04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:30px;
}

.staffBox2 .staffBoxR{
	width:273px;
	height:82px;
	float:left;
	background-image: url(../img/staff/staff_t05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:30px;
}

.name2{
	font-size:0.8em;
}

#sideNav{
	width:165px;
	float:left;
	display:inline;
	margin:5px 0 0 15px;
}

#sideNav li{
	font-size:1.4em;
	width:100px;
	background-image: url(../img/staff/staff_side_r7_c2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding:0 0 0 20px;
	margin:5px 0 0 10px;
}

#sideNav li a{
	text-decoration:none;
}

#sideNav li a:hover{
	text-decoration:underline;
}

#sideNav h2{
	margin:10px 0;
}

#area1{
	width:465px;
	float:right;
	display:inline;
	margin:0 25px 20px 0;
}

#area1 h2{
	margin:15px 0;
}
