.img_no_mergin{
	margin-top: -4px;
	margin-bottom: 0em;
	margin-right: 1px;
	border: 0px;
	vertical-align: middle;
}

#rightParagraph{
	float: right;
}
#leftParagraph{
	float: right;
}

/* Script for VISION */
#leftBox{
	float: left;
	width: 48%;
}
#rightBox{
	float: right;
	width: 48%;
}
#centerBox{
	clear: both;
	width: 100%;
}


/*パンくずリスト*/
ol#topicPath{
	float: left;
	width: 700px;
	margin: 0 0 2em;
	padding: 0;
	text-indent: 0px;
}
ol#topicPath li{
	font-family:Verdana;
	float: left;
	line-height: 1.1;
	list-style-type: none;
	text-indent: 0px;
}
ol#topicPath li a{
	margin-right: 4px;
	padding-right: 19px;
	background: url(../img/small/bullet_go.png) no-repeat right center;
	text-indent: 0px;
}



/*参照用のボックスのクラスです(色は黄色)*/
.refbox{
	padding: 10px;
	margin-top:30px;
	border:1px solid #aa9;
	background-color: #ffc;
	color: #555;
}
/*水色ボックス*/
.bluebox{
	padding: 10px;
	margin-top:30px;
	border:1px solid #aa9;
	background-color: #dff;
	color: #555;
}
/*注意向けのボックスのクラスです(色は赤)*/
.alertbox{
	padding: 10px;
	margin-top:30px;
	border:1px solid #a99;
	background-color: #fdd;
	color: #555;
}



/* dtにアイコンを設定するクラス */
.dtIcon {
	font-weight: bold;
	padding: 0px 0px 0px;
	margin: 0px;
	background: url(../img/small/bullet_yellow.png) no-repeat left center;
}
/* dtにアイコンを設定するクラス */
.dtIcon2 {
	font-weight: bold;
	padding: 0px 0px 0px;
	margin: 0px;
	background: url(../img/small/bullet_blue.png) no-repeat left center;
}
