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

#main p, h2, h3 {
	text-align:justify;
	margin-bottom:5px;
}

#main h2 {
	font-size:115%;
	background-color:#99F;
	color:#000;
	padding:2px;
}


#main p{
	margin-left:2px;
	margin-right:2px;
	line-height:130%;
}

#present {
	width:550px;
	height:200px;
	background-repeat:no-repeat;
}
#present #p_title{
	margin-left:150px;
	text-align:left;
	padding-top:10px;
}

#present #p_title .br120 {
	font-size:120%;
	font-weight:bold;
	color:#FF0000;
}
#present #p_de {
	margin-top:10px;
	width:390px;
	float:right;
	margin-right:20px;
	text-align:left;
}
#present #p_de img{
	float:left;
	width:120px;
	margin-right:5px;
}
#present #p_de p{
	line-height:140%;
	letter-spacing:0.1em;
}

#main table #history{
	font-size:110%;

}

#main .vv{
	font-weight:bold;
}






