@charset "Shift_JIS";






.info{
	border: 1px solid #A5B5CD;
}

.infoHeader{
	background-image: url(../../img/info_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1E4682;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.infoBottom{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.info ul li {
	background-image: url(../../../img/listImage_1.gif);
	background-position: 0em 0.3em;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/*===========　リスト設定1　==========*/
.list_1 li{
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}




/*===========　テーブル設定　==========*/
.spec {
	font-size: 93%;
}

.spec th,
.spec td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.spec th{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}


.spec .zebra1{
	background-color: #E8ECF2;
}

