@charset "utf-8";

/* ##############################################################

#THIS_FILE {
	--------------------------------------------
	filename: css/style.css;
	--------------------------------------------
}

#CONTENT {
	[+000]
	ページ内コンテンツ用CSS
	--------------------------------------------
	+ 1: オリジナル設定;
	--------------------------------------------
}


#KEY {
	ファイル内管理
	--------------------------------------------
	Search key "+" + "n"
	--------------------------------------------
}

#FONT_SIZE {
	-- Yahoo UI Library Fonts CSS ver.2.3.1
	Font-size Adjustment
	--------------------------------------------
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	--------------------------------------------
}

############################################################## */


/* ==============================================================

	[+1] 業務案内
	
============================================================== */
ul#pageList li dl dd ul {
	margin: .5em 0;
	}
	ul#pageList li dl dd ul li {
		padding-left: 15px;
		background: url(../../common/img/ico_chk.gif) no-repeat left .4em;
		margin: 3px 0;
}


/* ==============================================================

	[+2] 特許翻訳サービス
	
============================================================== */
body#TRANSLATION {
}



/* ==============================================================

	[+3] 特許翻訳サービス > 料金表
	
============================================================== */
body#TRANSLATION {
}

body#TRANSLATION #article table {
	table-layout: fixed;
	}
	body#TRANSLATION #article table th,
	body#TRANSLATION #article table td {
		border: solid 1px #B3CC9F;
	}
	
	body#TRANSLATION #article table tr th,
	body#TRANSLATION #article table tr td.th01 {
		background-color: #367306;
		color: #fff;
		font-weight: normal;
		border-right: solid 1px #005C00;
	}
	body#TRANSLATION #article table tr td.th02 {
		background-color: #005C00;
		color: #fff;
		border-left: solid 1px #005C00;
	}
	body#TRANSLATION #article table tr td {
		background-color: #F2F3E8;
	}
	
	body#TRANSLATION #article table tr.sec04 th {
		border-right: solid 1px #B3CC9F;
}



/* ==============================================================

	[+4] 外国出願サービス
	
============================================================== */
body#APPLICATION #article ul.icoTxt li {
	margin: 2em 0;
}



/* ==============================================================

	[+5] 外国出願サービス > 料金表
	
============================================================== */
body#APPLICATION #article table {
	table-layout: fixed;
	}
	body#APPLICATION #article table th {
		background-color: #367306;
		color: #fff;
		font-weight: normal;
		border-right: solid 1px #005C00;
		width: 15em;
	}
	body#APPLICATION #article table td.th01 {
		background-color: #005C00;
		color: #fff;
		border-left: solid 1px #005C00;
	}
	body#APPLICATION #article table td.th02 {
		text-align: left;
	}
	body#APPLICATION #article table tr td {
		background-color: #F2F3E8;
		vertical-align: top;
		text-align: right;
		border: solid 1px #769E2A;
}


/* ==============================================================

	[+6] 教育・その他サービス
	
============================================================== */
body#OTHER {
}


/* ==============================================================

	[+7] 教育・その他サービス > 料金表
	
============================================================== */
body#COURSE {
}

/* 受験資格 */
body#COURSE #examination {
	
}

/* 受験期間・料金 */
body#COURSE #price {
	}
	body#COURSE #price dl {
		zoom: 1;
	}
	body#COURSE #price dl dt {
		font-weight: bold;
	}
	body#COURSE #price dl dd {
	}

/* 場所 */
body#COURSE #place {
}

/* 特徴 */
body#COURSE #accent ul.icoTxt li {
	margin: 1em 0;
	padding-bottom: .3em;
	border-bottom: dotted 1px #aaa;
}

/* 特許翻訳技能研修講座　コース案内 */
body#COURSE #data table {
	}
	body#COURSE #data table th {
		width: 10em;
		font-weight: bold;
		color: #fff;
		background-color: #005C00;
	}
	body#COURSE #data table td.th {
		font-weight: bold;
		color: #fff;
		background-color: #367306;
	}
	body#COURSE #data table td {
		background-color: #F2F3E8;
		border: solid 1px #769E2A;
		vertical-align: top;
	}




