@charset "utf-8";

/***************************************************
	スタイルシート
	ajiwai.css
	ページレイアウトスタイル定義
***************************************************/
#wrap {}

#contents {
	background-color: #FFFFFF;
}
#headline {
	padding: 10px 0 0;
}

#content-block {
	margin: 10px 15px;
}
#content-block .attention {
	padding-top: 5px;
	text-align: right;
	font-size: 91%;
}

#chart {
	position: relative;
	width: 868px;
	height: 561px;
	background: url(../ajiwai/img/chart_bg.png) 0 0 no-repeat;
}
#chart dl {
	position: absolute;
/*	width: 196px;*/
}
#chart dl#c01 {	top: 108px;	left: 195px;}
#chart dl#c02 {	top: 108px;	left: 105px;}
#chart dl#c03 {	top: 158px;	left: 155px;}
#chart dl#c04 {	top: 218px;	left: 205px;}
#chart dl#c05 {	top: 205px;	left: 335px;}
#chart dl#c06 {	top: 293px;	left: 275px;}
#chart dl#c07 {	top: 303px;	left: 367px;}
#chart dl#c08 {	top: 363px;	left: 335px;}
#chart dl#c09 {	top: 482px;	left: 315px;}
#chart dl#c10 {	top: 358px;	left: 630px;}
#chart dl#c11 {	top: 442px;	left: 560px;}
#chart dl#c12 {	top: 483px;	left: 520px;}

#chart dt a {
	display: block;
	width: 65px;
	padding: 25px 0 0;
	background: url(../ajiwai/img/star.png) 50% 0 no-repeat;
	color: #323232;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#chart dt a:hover {
	text-decoration: underline;
}

#chart dd {
	position: absolute;
	width: 207px;
	left: -40px;
}
#chart dd h4 {
	padding: 10px 15px 2px;
	background: url(../ajiwai/img/tip_bg01.png) 0 0 no-repeat;
	color: #d7c86e;
	font-weight: bold;
	font-size: 120%;
}
#chart dd h4 span {
	padding-left: 7px;
	color: #e6cdcd;
	font-size: 70%;
	font-weight: normal;
}
#chart dd p {
	padding: 4px 15px 30px;
	color: #FFFFFF;
	background: url(../ajiwai/img/tip_bg02.png) 0 100% no-repeat;
}

#content-block p.pgtp {	margin-top: 10px;	margin-bottom: 10px;}


