@charset "utf-8";

/*member.html*/

.a0 {
    border-bottom: double 3px #cce198;
    background-color: #88c821;
	height: 15px;
}

.a1 {
    border-bottom: none;
    font-size: small;
    text-align: left;
    padding: 0 10px;
}

.a2 {
    border-top: none;
    border-bottom: solid 1px #cce198;
    text-align: center;
	padding: 0 10px 0.5em;
}

.b1 {
    background-color:#f3ffd9;
    background-image: url(../images/exec/member/yuko.jpg);
    background-repeat: no-repeat;
}

.a3 {
    clear: left;
	padding: 10px;
    text-align: justify;
}

.notable {
    width: 420px;
	border: 3px solid #cce198;
    margin-bottom: 2em;
}

.hidari {
    width: 180px;
	margin: 0;
	padding: 5px;
    float:left;
}

.gazou {
    width: 200px;
    padding: 10px 10px;
	margin: 0;
    background-color:#f3ffd9;
	float: right;
}


