@charset "UTF-8";
/* CSS Document */

#content img
{
	border: none 0 ;
}

#content h1
{
	margin-bottom: 5px ;
	border-bottom: 1px dotted #990000 ;
}


#content h2
{
	margin: 20px 0 5px ;
}

#content img.photoL
{
	float: left ;
	width: 251px ;
	margin: 0 15px 10px 0 ;
}


#content img.photoR
{
	float: Right ;
	width: 251px ;
	margin: 0 0 15px 10px ;
}

#content p
{
	padding: 0 10px 10px ;
}

#content p span
{
	color: #C12900 ;
	font-size: 90% ;
}


/*----- ビジネスサポート -----*/
#content h3
{
	width: 640px ;
	border-bottom: 1px dotted #CCCCCC ;
}

#content h3 img
{
	margin-bottom: 3px ;
	vertical-align: bottom ;
}

#content .businessSupport
{
	float: left ;
	width: 640px ;
	margin: 5px 0 ;
	border-right: 1px dotted #CCCCCC ;
	border-bottom: 1px dotted #CCCCCC ;
	border-left: 1px dotted #CCCCCC ;
	border-collapse: collapse ;
}

#content .businessSupport .content
{
	margin-left: 120px ;
}

#content .businessSupport .content p
{
	padding: 0 10px 5px 0 ;
	font-size: 90% ;
}

#content .businessSupport img.busSupImg
{
	float: left ;
	width: 85px ;
	margin: 5px 0 5px 10px ;
}

/*----- IE6 after -----*/
*html #content .businessSupport img.busSupImg
{
	margin-left: 5px ;
}

