@charset "UTF-8";

/* CSS Information ==============================
layerIcon.css
============================================== */
/*====================
 layer1.5 common
====================*/

#content_area_anchor #inner_content_area td#icon_title {
	text-indent: 0;
	width: 200px;
	background: none;
}
#content_area_anchor h3 {
	font-weight: bold;
}
#content_list td{
	width: 200px;
	margin-left: 2px;
	font-size: 90%;
}
#content_list td#icon_title{
	font-size: 106%;
	font-weight: bold;
	padding-bottom: 10px;
	line-height:1;
	height:10px;
	}

#content_list td#icon_txt{
	width: 195px;
	padding-top: 4px;
	vertical-align: top;
	height:50px;
	}
	
#content_list th{
	width: 84px;
	padding-bottom: 2px;
	vertical-align: top;
}

#content_list th a{
	display: block;
	text-indent: -9999pt;
	width: 82px;
	height: 83px;
}
#content_list th a:active{
	position: relative;
	top: 1px;
	left: 1px;
	width: 82px;
	height: 83px;
}
#content_list td#icon_title a{
	color: #FF9933;
	text-decoration: none;
	display: block;
	width: 100%;
}
#relations {
	background-color: #eeeeee;
	padding: 10px;
}
#relations ul li {
	float: left;
	padding-bottom: 30px;
}

/*====================
 ptnA
====================*/
#ptnA #content_area_anchor h3 {
	background: url(../images/common/h3_btmlineA.gif) no-repeat left bottom;
	color: #ff9933;
}
#ptnA #content_list td#icon_title{
	background: url(../images/icon_list/border_orange200px.gif) no-repeat left bottom;
	color: #FF9933;
}
#ptnA #content_list td#icon_title a{
	color: #FF9933;
}
/*====================
 ptnB
====================*/
#ptnB #content_area_anchor h3 {
	background: url(../images/common/h3_btmlineB.gif) no-repeat left bottom;
	color: #46b046;
}
#ptnB #content_list td#icon_title {
	background: url(../images/icon_list/border_green200px.gif) no-repeat left bottom;
	color: #46b046;
}
#ptnB #content_list td#icon_title a{
	color: #46b046;
}
/*====================
 ptnC
====================*/
#ptnC #content_area_anchor h3 {
	background: url(../images/common/h3_btmlineC.gif) no-repeat left bottom;
	color: #6b9cfd;
}
#ptnC #content_list td#icon_title{
	background: url(../images/icon_list/border_blue200px.gif) no-repeat left bottom;
	color: #6b9cfd;
}
#ptnC #content_list td#icon_title a{
	color: #6b9cfd;
}

