﻿@charset "utf-8";
/* CSS Document
TOPページとサービスページのindex内にリンク
 */

/*-------------------------
	見出し共通項目
-------------------------*/

h2 {
	width: 679px;
	height: 41px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h3 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	line-height: normal;
	margin-bottom: 1em;
}

/*-------------------------
	バナー
-------------------------*/
.top-bnr-box {
	width: 569px;
	margin: 0 auto 15px;
}

/*-------------------------
	おしらせ　
-------------------------*/

h2#news-h {
	background-image: url(../images/top/news_h2.jpg);
}

#news-text ul {
	margin: 5px 20px;
}
#news-text ul li {
	margin: 0 0 10px 0;
	background: url(../images/top/news_icon.gif) no-repeat left 3px;
	list-style-type: none;
	padding: 0 0 0 20px;
}

#news-text p {
	margin: 0 0 10px 0;
	background: url(../images/top/news_icon.gif) no-repeat left 3px;
	list-style-type: none;
	padding: 0 0 0 20px;
}


/*-------------------------
	ご挨拶
-------------------------*/

h2#greeting-h {
	background-image: url(../images/top/greeting_h2.jpg);
}

p#greeting-text {
	width: auto;
	padding: 0 10px ;
}

/*-------------------------
	ご提供サービス内容
-------------------------*/

h2#service-h {
	background-image: url(../images/top/service_h2.jpg);
}

.service-box {
	width: 679px;
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.service-box img {
	float: left;
}

.service-text-box {
	float: right;
	width: 469px;
}

/*	特許出願,
		商標登録出願,
		知財顧問サービス	見出し	*/

h3#service-patents-h {
	background-image: url(../images/top/service-patents_h3.gif);
	width: 78px;
	height: 16px;
}

h3#service-design-h {
	background-image: url(../images/top/service-design_h3.gif);
	width: 111px;
	height: 16px;
}

h3#service-registration-h {
	background-image: url(../images/top/service-registration_h3.gif);
	width: 111px;
	height: 16px;
}

h3#service-IP-h {
	background-image: url(../images/top/service-ip_h3.gif);
	width: 142px;
	height: 16px;
}

h3#service-utility-h {
	background-image: url(../images/top/service-utility_h3.gif);
	width: 144px;
	height: 16px;
}

h3#service-expense-h {
	background-image: url(../images/top/service-expense_h3.gif);
	width: 207px;
	height: 16px;
}

p.service-text {
	width: 459px;
	padding-right: 10px;
	margin-bottom: 14px;
}

/*	詳しく見る
		お問い合わせ	*/

p.more,
p.to-inq,
p.to-pdf {
	width: 101px;
	height: 23px;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
	padding-right: 0;
	margin-bottom: 0;
}

p.more a {
	width: 101px;
	height: 23px;
	background: url(../images/top/more.jpg) no-repeat;
	display: block;
}

p.to-inq a {
	width: 101px;
	height: 23px;
	background: url(../images/top/to-inq.jpg) no-repeat;
	display: block;
}

p.to-pdf a {
	width: 101px;
	height: 23px;
	background: url(../images/service/pdf.jpg) no-repeat;
	display: block;
}

/*-------------------------
	メリット
-------------------------*/

h2#merit-h {
	background-image: url(../images/top/merit_h2.jpg);
}

/*	特許出願,
		商標登録出願,
		知財顧問サービス	見出し	*/

h3#merit-patents-h {
	background-image: url(../images/top/merit-patents_h3.gif);
	width: 75px;
	height: 19px;
}

h3#merit-design-h {
	background-image: url(../images/top/merit-design_h3.gif);
	width: 141px;
	height: 19px;
	margin-top: 30px;
}

h3#merit-registration-h {
	background-image: url(../images/top/merit-registration_h3.gif);
	width: 109px;
	height: 19px;
	margin-top: 30px;
}

h3#merit-IP-h {
	background-image: url(../images/top/merit-ip_h3.gif);
	width: 137px;
	height: 19px;
	margin-top: 30px;
}

h3#merit-expense-h {
	background-image: url(../images/top/merit-expense_h3.gif);
	width: 200px;
	height: 19px;
	margin-top: 30px;
}

h3#merit-utility-h {
	background-image: url(../images/top/merit-utility_h3.gif);
	width: 141px;
	height: 19px;
	margin-top: 30px;
}

/*	メリット表	*/

table.merit-table {
	width: 679px;
	border-spacing: 1px;
	background-color: #CCCCCC;
}

table.merit-table th {
	background: url(../images/top/table_th_bg.gif) repeat-x;
	text-align: center;
	line-height: normal;
	padding: 9px 0;
}

table.merit-table th.cell-orange {
	color: #F06600;
	width: 50%;	
}

table.merit-table th.cell-blue {
	color: #116C92;
	width: 50%;
}

table.merit-table td {
	background-color: #FFFFFF;
	padding: 10px 7px;
	vertical-align: top;
	line-height: 1.53em;
}

table.merit-table ul {
	list-style-type: none;
}

table.merit-table ul.orange-parents-marker li {
	background: url(../images/top/orange-parents-marker.gif) no-repeat;
	background-position: left top;
	padding-left: 2em;
}

table.merit-table ul.blue-parents-marker li {
	background: url(../images/top/blue-parents-marker.gif) no-repeat;
	background-position: left top;
	padding-left: 2em;

}

table.merit-table ul.orange-marker,
table.merit-table ul.blue-marker {
	margin: 5px 0;
}

table.merit-table ul.orange-marker li {
	background-image: url(../images/top/orange-marker.gif);
	background-position: 0.2em 0.5em;
	background-repeat: no-repeat;
	padding:0 0 0 1.2em;
}

table.merit-table ul.blue-marker li {
	background-image: url(../images/top/blue-marker.gif);
	background-position: 0.2em 0.5em;
	background-repeat: no-repeat;
	padding:0 0 0 1.2em;
}

/*-------------------------
	よくある質問
-------------------------*/
h2#faq-h {
	background-image: url(../images/top/faq_h2.jpg);
}


img.to-faq-list {
	float: right;
	margin-top: -53px;
	margin-right: 12px;
}

.question-box {
	width: 610px;
	
	background-image: url(../images/top/question_bg.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	line-height: 1.53em;
	font-weight: bold;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 10px 0 10px 68px;
	clear: right;
}

.answer-box {
	width: 610px;
	background-image: url(../images/top/answer_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	line-height: 1.7em;
	padding: 11px 0 31px 68px;
}

/*-------------------------
	打ち消し項目
-------------------------*/
#sidebar {
	padding-top:0px;
}

