@charset "UTF-8";

/* ****************************************************
1. Headings
2. Link
3. detail setting

99. Extra
***************************************************** */


/* 1: Headings for t
=========================================*/
#contents .detail-heading1 {
	margin-left: 1px;
	padding: 15px;
	font-size: 195%;
	line-height:1.2;
	font-weight: bold;
}

/* topics */
body#topics #contents .detail-heading1 {
	background: url(../../topics/images/news_h001.gif) repeat-y 0 0;
	color: #006ebb;
}
* html body#topics #contents .detail-heading1 {
	height: 1px;
}

/* medical */
body#medical #contents .detail-heading1 {
	background: url(../../medical/topics/images/news_h001.gif) repeat-y 0 0;
	color: #319cc9;
}
* html body#medical #contents .detail-heading1 {
	height: 1px;
}

/* care */
body#care #contents .detail-heading1 {
	background: url(../../care/topics/images/news_h001.gif) repeat-y 0 0;
	color: #d2607f;
}
* html body#care #contents .detail-heading1 {
	height: 1px;
}

/* education */
body#education #contents .detail-heading1 {
	background: url(../../education/topics/images/news_h001.gif) repeat-y 0 0;
	color: #ec7f09;
}
* html body#education #contents .detail-heading1 {
	height: 1px;
}

/* support */
body#support #contents .detail-heading1 {
	background: url(../../support/topics/images/news_h001.gif) repeat-y 0 0;
	color: #668e27;
}
* html body#support #contents .detail-heading1 {
	height: 1px;
}

/* business */
body#business #contents .detail-heading1 {
	background: url(../../business/topics/images/news_h001.gif) repeat-y 0 0;
	color: #3737a8;
}
* html body#business #contents .detail-heading1 {
	height: 1px;
}

/* 3: detail setting
=========================================*/
#contents .variableLeft,
#contents .variableRight {
	clear: both;
	width: 645px;
	margin-top: 20px;
}

/* section */
#contents .detail-section {
	clear: both;
	width: 645px;
	margin-left: 25px;
}
/* variableLeft */
#contents .variableLeft .first-col {
	float: left;
	margin-right: 15px;
}

/* variableRight */
#contents .variableRight .first-col {
	float: right;
	margin-left: 15px;
}

#contents .widthLock {
	padding: 0 72px;
	text-align: center;
}

/* no-news
   no-script
----------------------------------------*/
#contents .no-news,
#contents #noscript-text {
	margin-left: 20px;
}

/* txt setting
=========================================*/
#contents .txt-line {
	text-decoration: underline;
}
#contents .txt-large {
	font-size: 110%;
}
#contents .txt-small {
	font-size: 80%;
}
#contents .txt-red {
	color: #FF8E50;
}


/* 99. Extra
=========================================*/
/* Clearfix */
#contents .variableLeft:after,
#contents .variableRight:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .variableLeft,
#contents .variableRight {
	display: inline-block;
	min-height:1%;
}


