@charset "UTF-8";

/* ################################################### */
/* #                                                 # */
/* #                                                 # */
/* #                テンプレート用css                # */
/* #                                                 # */
/* #                                                 # */
/* ################################################### */


/* /staff/用
---------------------------------------------------- */
.staff h3 img {
	margin-bottom: 10px;
}

.staff p {
	margin: 0px;
}

.staff .all {
	text-align: left;
	margin: 0px;

}

.staff ul {
	background-image: url(/staff/img/bg_middle_staff.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
	padding-left: 7px;
	
}


.staff ul li {
	display: inline;
	margin-right: 0px;
}

.staff .header {
	background-attachment: fixed;
	background-image: url(/staff/img/bg_header_staff.jpg);
	background-repeat: no-repeat;
	background-position: left top;	

}

