@import url(./commoncssfile.css);
div#pg_main_left{
	background: #FFF url(../images/1.gif) no-repeat top left;
}
.pg_title{
	border-bottom: 1px solid #D00;
}
#it_title{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}
div#it_body{
	width: 50%;
	margin: 5px 10px;
	float: left;
}
div#it_body p{
	margin: 5px 0px;
        color: #D00;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	font-weight: normal;
}
div#it_body p:first-letter{
	margin: 2px 2px 2px 0px;
        color: #D00;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: x-large;
	font-weight: bolder;
	float: left;
	line-height: 110%;
}