@charset "utf-8";
/* CSS Document */

#under_contents {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
	height: auto;
	width: 650px;
	padding-left: 20px;
}

#under_contents .under_title {
	background-image: url(../img/underTitle_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 610px;
	display: block;
	font-size: 160%;
	font-weight: bold;
	color: #CC0000;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 15px;
}
#under_contents .prof_img {
	height: 130px;
	width: 630px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#under_contents p {
	background-image: url(../img/h2p_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 580px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 50px;
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	line-height: 140%;
}
#under_contents .subtitle {
	width: 530px;
	height: 40px;
	background-image: url(../img/trouble_subtitle.jpg);
	background-repeat: no-repeat;
	font-size: 140%;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 30px;
}
#under_contents .prof_table {
	height: auto;
	width: 610px;
	font-weight: bold;
	color: #333333;
	font-size: 100%;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 24px;
	margin-bottom: 40px;
}
#under_contents .prof_td1 {
	height: 25px;
	width: 15%;
	vertical-align: top;
}
#under_contents .prof_td2 {
	vertical-align: top;
	background-image: url(../img/prof_tableBg.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
}
#under_contents .prof_td3 {
	height: 10px;
	width: 15%;
	vertical-align: top;
}

