/*
Template Name: 見出しタグ (h2～h6)
*/



/* 見出し - 共通
--------------------------------------------------------------------------- */

div#content h2, div#content h2 a:link, div#content h2 a:visited,
div#content h3, div#content h3 a:link, div#content h3 a:visited,
div#content h4, div#content h4 a:link, div#content h4 a:visited,
div#content h5, div#content h5 a:link, div#content h5 a:visited
{
	clear: both;
	color: #333333;
}

div#content h2 a:hover, div#content h2 a:active,
div#content h3 a:hover, div#content h3 a:active,
div#content h4 a:hover, div#content h4 a:active,
div#content h5 a:hover, div#content h5 a:active
{
	color: #FF0000;
}


div#content h2.type2, div#content h2.type2 a:link, div#content h2.type2 a:visited,
div#content h3.type2, div#content h3.type2 a:link, div#content h3.type2 a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#content h2.type2, div#content h2.type2 a:hover, div#content h2.type2 a:active,
div#content h3.type2, div#content h3.type2 a:hover, div#content h3.type2 a:active
{
	color: #FFFFFF;
	text-decoration: none;
}



/* 見出し - h2
--------------------------------------------------------------------------- */

div#content h2 {
	padding: 12px 15px 10px 45px;
	font-size: 15px;
	text-align: left;
}

div#content h2.type2 {
	padding: 14px 25px 13px;
}



/* 見出し - h3
--------------------------------------------------------------------------- */

div#content h3 {
	margin: 0 5px;
	padding: 7px 15px 6px 30px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	text-align:left;
}

div#content h3.type2 {
	padding: 11px 15px 11px 35px;
}



/* 見出し - h4
--------------------------------------------------------------------------- */

div#content h4,
div#content h5
{
	margin: 0 5px;
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	text-align: left;
}



/* 見出し - h5
--------------------------------------------------------------------------- */



/* 見出し - h6
--------------------------------------------------------------------------- */

div#content h6 {
	display: list-item;
	list-style-type: disc;
	margin: 0 10px 0 25px;
	font-size: 13px;
}

