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

/* タイトル */
.h3_contents_title {
	text-indent: -999em;
}
.title_iwate {
	background: url(../image/info/title_iwate.gif) no-repeat;
	width: 94px;
	height: 46px;
}

.title_oversea {
	background: url(../image/info/title_oversea.gif) no-repeat;
	width: 198px;
	height: 46px;
}

.title_kanko {
	background: url(../image/info/title_kanko.gif) no-repeat;
	width: 124px;
	height: 46px;
}

.title_center {
	background: url(../image/info/title_center.gif) no-repeat;
	width: 112px;
	height: 36px;
}

.title_etc {
	background: url(../image/info/title_etc.gif) no-repeat;
	width: 73px;
	height: 36px;
}

/* table.infocenter */

table.infocenter {
	border: 1px solid #a9a9a9;
	border-collapse : collapse;
	width: 737px;
}

table.infocenter th {
	background: url(../image/info/bg_th.gif) repeat-x;
	border: dotted #a9a9a9;
	border-width: 0px 1px 1px;
	padding: 6px;
	font: normal;
	text-align: center;
	
}

table.infocenter td {
	border: dotted #a9a9a9;
	border-width: 0px 1px 1px;
	padding: 6px;
	text-align: left;
	border-collapse: collapse;
	
}

table.infocenter td.blue {
	color: #19abef;
	text-align: center;
}

table.infocenter td.pink {
	color: #ff77c3;
	text-align: center;
}

table.infocenter td.green {
	color: #00ae00;
	text-align: center;
}

table.infocenter td.orange {
	color: #FF9900;
	text-align: center;
}
