@charset "UTF-8";
@import "../../css/common2.css";

/* ---------------------------------------------------------
	CSS Document Top consult
--------------------------------------------------------- */

#patent_page ,
#patent_top {
	text-align: left;
}

#patent_page h2 ,
#patent_top h2 {
	height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 24px;
	background: #44C5E5 url(/images/p_title.jpg) no-repeat 0 0;
	text-align: left;
	font-size: 170%;
	line-height: 60px;
	color: #fff;
}

#patent_page h3 ,
#patent_top h3 {
	width: 600px;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 22px;
	background: url(/images/p_subtitle.jpg) no-repeat 0 0;
	font-size: 110%;
	line-height: 31px;
	color: #fff;
}

#patent_page h4 {
	margin: 10px 5px 0;
	font-size: 110%;
}

#patent_top h4 {
	margin: 20px 5px 0;
	font-size: 110%;
}

#patent_page p ,
#patent_top p {
	margin: 10px 5px 0;
}

#patent_page ol {
	margin: 10px 5px 0 27px;
}

#patent_top table {
	width: 590px;
	margin: 11px 5px 1px;
	border-collapse: collapse;
	text-align: center;
}

#patent_top th {
	padding: 5px 0;
	border: solid 1px #ccc;
	background: #f0f0f0;
}

#patent_top th.w10 {
	width: 8%;
}

#patent_top th.w20 {
	width: 13%;
}

#patent_top td {
	padding: 5px;
	border: solid 1px #ccc;
}

#patent_top td p {
	margin: 0;
}

/* ---------------------------------------------------------
	CSS Document patent Style
--------------------------------------------------------- */

#patent {
	text-align: left;
}

#patent h2 {
	height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 24px;
	background: #44C5E5 url(/images/p_title.jpg) no-repeat 0 0;
	text-align: left;
	font-size: 170%;
	line-height: 60px;
	color: #fff;
}

#patent h3 {
	width: 600px;
	height: 30px;
	overflow: hidden;
	margin: 20px 0 15px;
	padding-left: 22px;
	background: url(/images/p_subtitle.jpg) no-repeat 0 0;
	font-size: 110%;
	line-height: 31px;
	color: #fff;
}

#patent h4 {
	font-size: 100%;
}

#patent h5 {
	margin: 5px 0;
	font-size: 100%;
}

#patent p {
	margin: 10px 5px 0;
}

#patent dl {
	float: right;
	font-size: 90%;
}

#patent dt {
	float: left;
	padding-right: 15px;
}

#patent dd {
	float: right;
	width: 170px;
}

#patent ul {
	margin-left: 20px;
}

#patent table {
	width: 590px;
	margin: 11px 5px 0;
	border-collapse: collapse;
	text-align: left;
}

#patent th {
	width: 100px;
	padding: 5px 10px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	vertical-align: top;
}

#patent td {
	padding: 5px 10px;
	border: solid 1px #ccc;
}

#patent td em {
	font-style: normal;
	font-weight: bold;
	color: #f00;
}

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#sidebar {
	/*margin-top: 7px;*/
	margin-top: 0;
}

#entry {
	width: 200px;
	margin: 0 auto;
	background: #fff;
}

#entry h3 {
	width: 200px;
	height: 31px;
	overflow: hidden;
	background: url(../images/side_title1.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#entry ul {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 0 5px 0;
	text-align: left;
	line-height: 150%;
	list-style: none;
}

#entry li {
	padding: 5px 6px 3px;
	background: url(../../images/line.jpg) repeat-x left bottom;
}


#yearly {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 31px;
	background: #fff url(../images/sidebar_t.jpg) no-repeat left bottom;
}

#yearly h3 {
	width: 200px;
	height: 55px;
	overflow: hidden;
	background: url(../images/side_title2.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#yearly ul {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 0 5px 0;
	text-align: left;
	line-height: 150%;
	list-style: none;
}

#yearly li {
	padding: 5px 6px 3px;
	background: url(../../images/line.jpg) repeat-x left bottom;
}

/*ダウンロード用*/
#patent p.download {
	font-size: 120%;
	font-weight: bold;
	
}

