td {
	font-size: 14px;
	color: #333333;
	}

/*フォントに関する共通CSS*/

.info_main_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
	border-bottom: 1px solid #666666;
	}


.info_sub_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
	border-bottom: 1px solid #666666;
	}
	
.info_light_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #333333;
	}

.info_contents {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	}

/*レイアウトに関する共通CSS*/
.info_title_table {
	margin: 0px 0px 15px 0px;
	width: 600px;
	}
	
.info_contents_table {
	margin: 5px 0px 25px 0px;
	width: 600px;
	}
