@charset "utf-8";
/* CSS Document */

@import "default.css";
@import "basic.css";
@import "under_index.css";
@import "side.css";
@import "side_media.css";


/* * * * * * * * * * * * * * * * * 
+ #staff
* * * * * * * * * * * * * * * * */
#staff {
	width: 460px;
}
#staff .inner {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/index_intro_bg.gif);
	background-repeat: repeat-y;
}
#staff .inner h2 {
	line-height: 1;
	background-image: url(../images/h2_staff.gif);
	text-indent: -9999px;
	display: block;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#staff .inner .staff_box .title {
	line-height: 1;
	background-image: url(../images/staff_h3.gif);
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 40px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#staff .inner .text {
	color: #473501;
	clear: both;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
}


#staff .footer {
	background-image: url(../images/index_intro_footer.gif);
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}
#staff .inner .staff_box .title h3 {
	font-weight: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}
#staff .inner .staff_box .title small {
	font-size: 70%;
	margin-left: 1em;
}
#staff .inner .staff_box .picture {
	float: right;
	width: 90px;
	margin-top: 20px;
	margin-right: 15px;
}
#staff .inner .menu {
	clear: both;
}
#staff .inner .staff_box .title p {
	margin: 0px;
}

