﻿@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
.common_h3 {
	clear: both;
	background: url(../images/h3_bg.jpg) no-repeat bottom left;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin-bottom: 20px;
}

.common_h3_2 {
	clear: both;
	background: url(../images/h3_bg.jpg) no-repeat bottom left;
	font-size: 23px;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin-bottom: 20px;
}

.common_h4 {
	clear: both;
	background: url(../images/h4_bg.jpg) no-repeat bottom left;
	font-size: 20px;
	font-weight: bold;
	height: 36px;
	padding: 9px 0 0 22px;
	margin-bottom: 20px;
}

.common_h5 {
	clear: both;
	background: url(../images/h5_bg.jpg) no-repeat bottom left;
	font-size: 22px;
	font-weight: bold;
	height: 24px;
	padding: 0 0 8px 34px;
	margin-bottom: 14px;
}

.sub {
	font-size: 12px;
	color: #666;
}

.fw_bold {
	font-weight: bold;
}

.date {
	font-weight: normal;
	font-size: 12px;
	margin-right: 30px;
}
