@charset "UTF-8";
/* CSS Document */

@import 'common.css';

/*----------------------------------------*/
/*共通*/
/*----------------------------------------*/
h2{
	background:no-repeat left url(../img/profile/h2_profile.gif);
	height:63px;
	text-indent:-9999em;
}


h3{
	height:19px;
	background:no-repeat left 1px url(../img/common/h3_mark.gif);
}


.content1,
.content2,
.content3{
	padding-bottom:30px;
}


.content1 .img{
	float:left;
	width:300px;
	padding-bottom:10px;
}
.content1 .img p{
	width:280px;
	text-align:center;
}


.content2 .img{
	float:left;
	width:350px;
}



.content3 h4{
	font-weight:bold;
	padding-bottom:10px;
}
.content3 table{
	font-size:10px;
}
.content3 table th{
	padding:10px 0px 3px 0;
	width:100px;
	border-bottom:1px solid #aaa;
	vertical-align:bottom;
}
.content3 table td{
	padding:10px 0px 3px 0;
	border-bottom:1px solid #dadada;
}

