div.contents.disaster .pagetitle {
	padding: 15px 20px;
	font-size: large;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	background-color: #007ee0;
}

div.contents.security .pagetitle {
	padding: 15px 20px;
	font-size: large;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	background-color: #d60018;
}

div.contents.storage .pagetitle {
	padding: 15px 20px;
	font-size: large;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	background-color: #6da01d;
}

div.contents.crm .pagetitle {
	padding: 15px 20px;
	font-size: large;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	background-color: #99448e;
}


/* tab -----*/

div.contents ul.tab {
	margin: 0;
	padding: 5px 0 0;
	background: url("../images/tab/bg.gif") no-repeat;
	list-style-type: none;
}
div.contents ul.tab3 { padding-left: 30px; }
div.contents ul.tab6 { padding-left: 15px; }

div.contents ul.tab li {
	float: left;
}


/* spec -----*/

div.contents .spectitle {
	margin-top: 20px;
	padding: 10px 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #112266;
}

div.contents table.spec th {
	width: 25%;
	padding: 5px 10px;
	background-color: #dddddd;
}

div.contents table.spec td {
	width: 75%;
	padding: 5px 10px;
	background-color: #f6f6f6;
}

div.contents table.spec th.head {
	width: auto;
	color: #ffffff;
	background-color: #112266;
	text-align: center;
}

div.contents table.spec td.head { background-color: #e9e9e9; }


/* sublocal -----*/

div.contents ul.sublocal {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}

div.contents ul.sublocal li {
	margin: 3px 0;
	padding-left: 15px;
	background: url("../images/common_sublocal_icon.gif") no-repeat 5px 7px;
}


/* detail -----*/

div.contents div.detail {
	margin-top: 20px;
	background: url("../images/common_detail_bg.gif") repeat-y;
}

div.contents div.detail .title {
	float: left;
	width: 145px;
	padding-left: 20px;
	font-weight: bold;
	color: #112266;
}

div.contents div.detail div.text {
	float: right;
	width: 505px;
}


/* detailmoremore -----*/

div.contents div.detailmore {
	margin-top: 20px;
	padding: 0 10px;
	border: 10px solid #2288aa;
}

div.contents div.detailmore div.inner {
	margin: 10px 0;
	background: url("../images/common_detailmore_bg.gif") repeat-y;
}

div.contents div.detailmore .title {
	float: left;
	width: 145px;
	font-weight: bold;
	color: #112266;
}

div.contents div.detailmore div.text {
	float: right;
	width: 485px;
}


/* detailtxt -----*/

div.contents div.detailtxt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #112266;
}

div.contents div.detailtxt .title {
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	border-left: 8px solid #112266;
}
