/*
Index page CSS.
Author: Ryutaro MIYASHITA (Littel Corporation.)
Create: 2011/01/17
Update: 2011/03/03
*/

/* Structure. */
#content {
	position: relative;
}

/* Wrapper structure. */
#main {
	margin-left: 229px;
	width: 458px;
}
#sidebarLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
}
#sidebarRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 243px;
}
#appendImage {
	margin-bottom: 16px;
}

/* Main */
#main h2.indexH2 {
	width: 458px;
	height: 40px;
	overflow: hidden;
	background-image: url(../img/indexH2.png);
	background-repeat: no-repeat;
	text-indent: -9999%;
}
#newsH2 {
	background-position: 0 0;
}
#ipSvcH2 {
	margin-bottom: 12px;
	background-position: 0 -40px;
}

#infoH2 {
	margin-bottom: 12px;
	background-position: 0 -80px;
}

/* NEWS */
#newsListAbst {
	padding-left: 20px;
	width: 438px;
	font-size: 93%;
}
#newsListAbst dt {
	margin-top: 12px;
	border-bottom: 1px dashed #3f6974;
	float: left;
	width: 110px;
	line-height: 1.2;
	font-weight: bold;
}
#newsListAbst dd {
	margin-top: 12px;
	border-bottom: 1px dashed #3f6974;
	float: left;
	width: 318px;
	line-height: 1.2;
}
#newsListAbst dd span.catName{
	display: -moz-inline-block;
	display: inline-block;
	width: 64px;
	vertical-align: top;
	color: #666666;
}
#newsListAbst dd span.titleLink {
	display: -moz-inline-block;
	display: inline-block;
	width: 246px;
	vertical-align: top;
}
#newsListAbst dd a:link,
#newsListAbst dd a:visited {
	color: #0d2557;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#newsListAbst dd a:hover,
#newsListAbst dd a:active {
	color: #ff3300;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#newsListFull {
	margin: 16px 10px 16px 0;
	text-align: right;
}
#newsListFull a {
	display: inline-block;
	display: -moz-inline-block;
	width: 93px;
	height: 20px;
	overflow: hidden;
	background-image: url(../img/newsListFull.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	outline: none;
	text-indent: -9999%;
}

/* Intellectual Property Service */
#ipSvcList {
	min-height: 211px;
	background-image: url(../img/ipSvcListBack.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#ipSvcList li {
	margin-bottom: 8px;
	padding-left: 24px;
	background-image: url(../img/ipSvcListMark.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 123.1%;
}
#ipSvcList li a:link,
#ipSvcList li a:visited {
	color: #0d2557;
	font-weight: bold;
	text-decoration: none;
}
#ipSvcList li a:hover,
#ipSvcList li a:active {
	color: #ff3300;
	font-weight: bold;
	text-decoration: none;
}

/* Infomation Service */
#infoSvcList {
	min-height: 51px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#infoSvcList li {
	margin-bottom: 8px;
	padding-left: 24px;
	background-image: url(../img/ipSvcListMark.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 123.1%;
}
#infoSvcList li a:link,
#infoSvcList li a:visited {
	color: #0d2557;
	font-weight: bold;
	text-decoration: none;
}
#infoSvcList li a:hover,
#infoSvcList li a:active {
	color: #ff3300;
	font-weight: bold;
	text-decoration: none;
}