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

/*------------side bar-----------------*/
.staff h3{
background-color:#CF121B;
border-radius: 3px 3px 3px 3px;
color: #FFF;
font-weight: bold;
margin:20px 0px;
padding:0.3em 1em;
}
.staff h5{
background-color:#CF121B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}

/*--------------左ボディー------------------*/
.body_l{
width:400px;
float:left;
}

/*----card----*/
.card_blank{
padding:1em;
}
.staff h2{
font-size:25px;
margin:1em 0;
}
.staff h2 span{
font-size:12px;
}
.card_blank p{
}
.staff .card_blank .card02{
}

.staff #mainbody .aboutme{
margin-bottom:1.5em;
}


.staff h4{
margin:5em 0;
}
.staff h4 a{
padding:1.5em;
background-color:#036;
color:#fff;
border-radius:3px;
}
.staff h4 a:hover{
	background-color:#000;
}

/*--小窓の指定--body_l--*/
.his{
height:450px;
overflow:auto;
padding:12px;
}

.his p{
margin-bottom:12px;
}


.his strong{
color:#CF121B;
font-size:14px;
}

/*--小窓の指定--body_r--*/
.his2{
height:590px;
overflow:auto;
padding:12px;
}

.staff #contents li{
margin-bottom:12px;
}
.staff #contents ul{

}

/*--------to_top---------*/

.staff .to_top2{

width:830px;
text-align:right;
font-size:14px;
font-weight:bold;
margin:40px 0px;
float:left;

}

/*----------------右ボディー-----------------*/
.body_r{

width:400px;
float:right;

}

.top_img{
width:303px;
height:203px;
background-image:url(../img/mido01.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 15px;
padding-bottom:5px;
}

.staff #contents dt{
color:#CF121B;
font-size:14px;
font-weight:bold;
}

.staff #contents dd{
margin:0px 0px 12px 12px;
}

.staff #contents dl{
margin-left:12px;

}

/*----jQuery クロスフェードギャラリー*/
#container{
position:relative;
height:195px;
width:300px;
padding:50px;
border-radius:3px;
border:1px solid;
}

.staff #container a{
position:absolute;
height:180px;
width:300px;
background-color:#fff;
}

#container span{
margin:5px 10px;
display:block;
}

/*ーーーーーーーJQスクロール*/
#mcs_container .customScrollBox{overflow:auto;}
#mcs_container .dragger_container{display:none;}
