@charset "UTF-8";

/* -------------------------------------
 スタッフ紹介
 .event
------------------------------------- */

.event .cntWrap {
 background: url(../image/cmn/cnt_bg_udr01.jpg) repeat-y 0 0;
}
.event .content {
 background: url(../image/cmn/cnt_bg_ovr01.jpg) no-repeat 0 0;
}

/* --- FOOTER -------------------------- */
.event .footer {
 background: url(../image/cmn/foot_bg01.jpg) no-repeat 0 0 #eef2f3;
}

/* --- CONTENT ---------------------------- */
.content {
 padding-top: 25px;
}

.content h1{
font-size:131%;
font-weight: normal;
margin: 10px 0px 20px 0px;
}

/* CSS Document */

.wrap{
	width:700px;
    min-height: 1em;
    display: inline-table;
	position:relative;
}
.wrap:after{
    content:"";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .wrap {
    height: 1em;
}
.wrap {
    display: block;
	margin-bottom:30px;
}
.clear{
	clear:both;
}

/************************
  コンテンツ内
************************/
.menu_staff{
	width:820px;}

.menu_staff_1{
background: url("/staff/images/menu_staff_1.jpg") no-repeat;
width:264px;
height:299px;
display:block;
float:left;
margin-right:14px;
}

.menu_staff_2{
background: url("/staff/images/menu_staff_2.jpg") no-repeat;
width:264px;
height:299px;
display:block;
float:left;
margin-right:14px;
}

.menu_staff_3{
background: url("/staff/images/menu_staff_3.jpg") no-repeat;
width:264px;
height:299px;
display:block;
float:left;
}

.menu_staff_1:hover, .menu_staff_2:hover, .menu_staff_3:hover{
background-position:0 -299px;
}
