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

#graphic {
	font-size: 12px;
	width: 760px;
	padding: 20px;
}


#graphic #lead{
	margin-bottom: 25px;
}

#graphic #lead div#h1{
	height: 50px;
	width: 500px;
	overflow: hidden;
}

#graphic #lead h1{
	background-image: url(../graphics/graphicH1.gif);
	margin: 0px;
	height: 0px;
	width: 500px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

#graphic #lead p{
	margin: 0px;
	color: #666666;
}

#graphic .h2{
	display: block;
	height: 20px;
	width: 300px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#graphic #cotainer{
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 350px;
}
#graphic #d01 h2,#graphic #d02 h2{
	height: 0px;
	width: 300px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
	margin: 0px;
	padding-top: 20px;
}


#graphic #d01 p,#graphic #d02 p{
	margin: 0px;
	font-size: 10px;
	line-height: 15px;
}

#graphic #d01{
	width: 380px;
	float: left;
}

#graphic #d02{
	width: 380px;
	float: right;
}

#graphic #d01 h2{
	background-image: url(../graphics/graphicH2_01.gif);
	background-repeat: no-repeat;
}

#graphic #d02 h2{
	background-image: url(../graphics/graphicH2_02.gif);
	background-repeat: no-repeat;
}
