@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#certificate {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #certificate {
	height: 500px;
}

#certificate a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#certificate div.certificate-Lt {
	width: 140px;
	float: left;
}

#certificate div.certificate-Rt {
	width: 410px;
	float: right;
}

#certificate div.certificate-Rt h4{
	font-weight: bold;
	line-height: 1.2em;
}

#certificate div.certificate-wrap {
	margin-bottom: 30px;
	padding-bottom: 26px;
	background: url(../../shared/images/common_bg_002.gif) left bottom repeat-x;
}

#certificate div.certificate-detail-wrap {
	line-height: 1.5em;
	font-size: 80%;
}

#certificate img.img-Lt {
	float: left;
	margin: 0 10px 10px 0;
}

#certificate img.img-Rt {
	float: right;
	margin: 0 0 10px 10px;
}

#certificate .cer-table01 {
	width: 566px;
	border-top: 1px solid #bdbdbd;
	border-left:1px solid #bdbdbd ;
}

#certificate .cer-table02 {
	width: 566px;
	border-top: 1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
	margin-top: 15px;
}

#certificate .cer-td01 {
	border-bottom: 1px solid #bdbdbd;
	border-right:1px solid #bdbdbd ;
	background: #257bdc;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: center;
}

#certificate .cer-td02 {
	border-bottom: 1px solid #bdbdbd;
	border-right:1px solid #bdbdbd ;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.2em;
	color: #505050;
	text-align: left;
}

#certificate .cer-td03 {
	border-bottom: 1px solid #bdbdbd;
	border-right:1px solid #bdbdbd ;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.2em;
	color: #505050;
	text-align: center;
}

#certificate .attention {
	width: 420px;
	padding: 10px 15px;
	margin: 20px auto;
	line-height: 1.5em;
	font-size: 80%;
	font-weight: bold;
	border: 2px solid #FF0000;
}

#certificate dl {
	margin-bottom: 20px;
	font-size: 80%;
}

#certificate dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#certificate dd {
	margin: 0 0 5px 20px;
 	text-indent: -1em;
}

#certificate span.bold {
	font-weight: bold;
}

