@charset "utf-8";

.greeting { width: 100%;}
.greeting p {font-size:13px; line-height:22px; padding:15px; background:#f8f8f8; }

.president .txt-area { float: left; width: 70%; padding: 20px 0 0 20px; }
.president .txt-area p { font-size: 16px; line-height: 21px; }
.president .txt-area p.imp { font-weight: bold; color: #0084FF; }
.president .txt-area .name-area { margin-top: 5px; font-size: 12px; color: #666; vertical-align: middle; line-height: 20px; }
.president .txt-area .name-area .name { color: #222; font-weight: bold; font-size: 14px; margin-left: 3px; }

.president { height: 180px; position: relative; }
.president img { float: right; width: auto; height: 100%; position: absolute; right: 0; top: 0; }