/*--text--*/
/*************--ここから既存--***********

.t12wb
{
	font-size: 12px;
	font-weight: bold;
	color: fff;
}

.t12red
{
	font-size: 12px;
	color: ff0000;
}

.t18wb
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

************--ここまで 上記不要--*************/

/*************--以下黒田追記--*************/


/*************--bodyはサンプル用--*************/
body
{
	background: url(images/back.gif);
}



#present_contents
{
	width: 880px;
	margin: 0 auto 10px auto;
}

#present_contents div
{
	margin: 0;
}

.clear
{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

#present_contents #header_green
{
	width: 880px;
	height: 45px;
	background: url(/images/present/tit-green.gif) no-repeat;
	font-size: 18px;
	line-height: 40px;
	text-indent: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#present_contents #header_red
{
	width: 880px;
	height: 45px;
	background: url(/images/present/tit-red.gif) no-repeat;
	font-size: 18px;
	line-height: 40px;
	text-indent: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#present_contents #header_blue
{
	width: 880px;
	height: 45px;
	background: url(/images/present/tit-blue.gif) no-repeat;
	font-size: 18px;
	line-height: 40px;
	text-indent: 15px;
	font-weight: bold;
	color: #FFFFFF;
}


#present_contents #body
{
	width: 880px;
	background: #E3E4D4;
	padding: 10px 0 10px 0;
}

#present_contents #body #explanation
{
	width: 435px;
	background: url(/images/present/f01-body.gif) repeat-y;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	font-size: 12px;
	line-height: 130%;
}

#present_contents #body #photo
{
	float: left;
	width: 200px;
	height: 150px;
	border: solid #333333 1px;
	margin: 0 0 0 10px;
	display: inline;
}

#present_contents #body #explanation #title
{
	width: 415px;
	font-weight: bold;
	margin: 0 0 10px 10px;

}

#present_contents #body #explanation #text
{
	width: 415px;
	margin: 0 0 0 10px;

}

#present_contents #body #explanation #number
{
	width: 415px;
	color: #0000FF;
	text-align: right;
	margin: 0 0 0 10px;

}

#present_contents #body #explanation #company
{
	width: 415px;
	text-align: right;
	margin: 0 0 0 10px;

}

#present_contents #footer
{
	width: 880px;
	background: url(/images/present/present-m-f.gif) no-repeat;
	height: 35px;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 10px;
	line-height: 29px;
	font-weight: bold;
}

#present_contents #footer a 
{
	color: #FFFFFF;
}

