/*１カラムページの小見出しなどの書式*/


div#content h2, div#content h3, div#content h4, div#content p
		{
		margin-left: auto;
		margin-right: auto
		}
div#content h2
{	
background-image: url(../icon_bar/h-bar222.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 0.875em;
color: #000000;
line-height: 45px;
padding-left: 30px;
margin-top: 0px;
margin-bottom: 5px;
}

div#content h3
{
background-image: url(../icon_bar/h-bar333.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 0.875em;
line-height: 30px;
padding-left: 30px;padding-bottom: 15px;
margin-top: 30px;
margin-bottom: 0;
}

div#content h4
{
background-color: #cccccc;
font-size: 0.75em;
color: #000000;
line-height: 20px;
padding-left: 12px;
margin-top: 5px;
margin-bottom: 0
}

div#content p
{
font-size: 90%;
line-height: 1.6;
margin-top: 10px;
padding-left:6px;
}

div#content li
{
font-size: 0.9em;
line-height: 1.6;
margin-top: 5px;
}
