@charset "UTF-8";

@import "common.css";


/*------------------------------------------------
 キービジュアル
------------------------------------------------*/
#keyvis{
	background:url(../images/index/keyvisIndex_bg.jpg) repeat-x;
	text-align: center;
	height: 322px;
}

#keyvisInner{
	width: 1000px;
	margin:0 auto;
}

#flashcontent{
	background: url(../images/index/keyvis.jpg) center top no-repeat;
	height: 322px;
	text-align:left;
	
}

#keyvisBtn{
	padding-top: 162px;
	padding-left:520px; 
}

keyvisBtn span{
	margin:10px;
}

/*------------------------------------------------
 最近の出願事例
------------------------------------------------*/
#recentEx{
	text-align: left;
	width: 677px;
}

#recentExTtl{
	margin-bottom: 12px;
	background:url(../images/index/ttlBar_recentEx.gif) center top no-repeat;
	height: 42px;
}

#recentExTtl p{
	font-size: 70%;
	color:#aaaaaa;
	text-align: right;
	padding:11px 12px 0 0;
}

#recentExContainer{
	width: 655px;
	margin:0 auto;
	text-align: left;
}

#recentExContainer p{
	line-height: 1.9;
	font-size: 88%;
	margin-bottom:6px;
}


/*------------------------------------------------
 TOPICS
------------------------------------------------*/
#topics{
	width: 677px;
	margin-top: 16px;
}

#topicsTtl{
	margin-bottom: 12px;
	background: url(../images/index/ttlBar_topics.gif) center top no-repeat;
	height: 42px;
}

#topicsTtl p{
	text-align: right;
	padding:11px 12px 0 0;
}

#topicsTtl p a{
	font-size: 70%;
	color:#aaaaaa;
}

ul#topicsCont{
	list-style-type: none;
	text-align:left;
	padding-left: 12px;
	font-size: 88%;
}

ul#topicsCont li{
	background:url(../images/dotline.gif) bottom left no-repeat;
	height: 27px;
	margin-top: 10px;
}