@charset "utf-8";
/* CSS Document */


/* 沿革リスト
-------------------------------*/

#sentense_area{
	float:left;
	padding:5px;
}
#sentense_area p.year {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	font-weight:bold;
	height:17px;
	width:400px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../_images/bullet_3points.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
}
#sentense_area p.imgbox {
	float:right;
	margin-left:5px;
	height:auto;
}
#image_area{
	float:left;
}

#image_area p{
	text-align:center;
	font-size:10px;
}



