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

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	border-style:none;
}

a img {
	border:0;
    border-style:none;
}

body{
	display: block;
	width:100%;
}

h1,h2,h3,h4,p,dl,dt,dd,ul,li,ol{
	margin:0;
	list-style:none;
}

/* スタッフ紹介 */
.staff_area{
	display:block;
	width:100%;
	margin:0;
	padding:10px 0 0 0;
	float:left;
	clear:both;
	overflow:hidden;
}

.staff_area h2{
	display: block;
	width: 100%;
	height: 24px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	color: #0048ED;
	background-image: url(../images/h2bg.png);
	background-position: -30px bottom;
	background-repeat: no-repeat;
	padding: 0 0 5px 22px;
	margin: 0 0 20px 0;
	float: left;
	clear:both;
}

.staff_area img{
	display:block;
	width:180px;
	height:auto;
	margin:15px auto;
}

.staff_area p{
	display:block;
	width:90%;
	font-size:85%;
	line-height:160%;
	margin:0 auto;
	clear:both;
}
