@charset "utf-8";



/* Navigation(Sidebar) */
/* -------------------------------------------- */

#sidebar h2 {
	height: 35px;
	background: url("../img/ln_business.gif") no-repeat;
}

#sidebar ul.lNav li.index {
	height: 39px;
}

#sidebar ul.lNav li.case {
	display: none;
}
#sidebar ul.lNav li.ad {
	height: 46px;
}

#sidebar ul.lNav li.index a {
	height: 39px;
	background: url("../img/ln_index.gif") no-repeat;
}
#sidebar ul.lNav li.features a {
	background: url("../img/ln_features.gif") no-repeat;
}
#sidebar ul.lNav li.model a {
	background: url("../img/ln_model.gif") no-repeat;
}
#sidebar ul.lNav li.case a {
	background: url("../img/ln_case.gif") no-repeat;
}
#sidebar ul.lNav li.ad a {
	height: 46px;
	background: url("../img/ln_ad.gif") no-repeat;
}
#sidebar ul.lNav li.spec a {
	background: url("../img/ln_spec.gif") no-repeat;
}
#sidebar ul.lNav li.qa a {
	background: url("../img/ln_qa.gif") no-repeat;
}

#sidebar ul.lNav li.sign a {
	background: url("../img/ln_sign.gif") no-repeat;
}
#sidebar ul.lNav li.law a {
	background: url("../img/ln_law.gif") no-repeat;
}
#sidebar ul.lNav li.links a {
	background: url("../img/ln_links.gif") no-repeat;
}

#sidebar ul#l1 {
	padding: 7px 0 0 0;
}

#sidebar ul#l2 {
	padding: 0 0 7px 0;
}


/* active */

body#merit #sidebar ul.lNav li.features a,
body#model #sidebar ul.lNav li.model a,
body#case #sidebar ul.lNav li.case a,
body#spec #sidebar ul.lNav li.spec a,
body#qa #sidebar ul.lNav li.qa a {
	background-position: 0 -62px !important;
	cursor: default;
}
body#sign #sidebar ul.lNav li.sign a,
body#law #sidebar ul.lNav li.law a,
body#links #sidebar ul.lNav li.links a {
	background-position: 0 -42px;
	cursor: default;
}
body#ad #sidebar ul.lNav li.ad a {
	background-position: 0 -92px !important;
	cursor: default;
}

/* roll over */

#sidebar ul.lNav li.index a:hover {
	background-position: 0 -39px !important;
}
#sidebar ul.lNav li.ad a:hover {
	background-position: 0 -46px !important;
}
#sidebar ul.lNav li.sign a:hover,
#sidebar ul.lNav li.law a:hover,
#sidebar ul.lNav li.links a:hover {
	background-position: 0 -21px !important;
}

/* roll over(active) */

body#index #sidebar ul.lNav li.index a:hover {
	background-position: 0 -78px !important;
}
body#ad #sidebar ul.lNav li.ad a:hover {
	background-position: 0 -92px !important;
}
body#sign #sidebar ul.lNav li.sign a:hover,
body#law #sidebar ul.lNav li.law a:hover,
body#links #sidebar ul.lNav li.links a:hover {
	background-position: 0 -42px !important;
}

body#index #sidebar ul.lNav li.index a {
	background-position: 0 -78px;
}




/* Common */
/* -------------------------------------------- */

#content img.logo {
	display: block;
	margin: 29px 0 0 0;
}

#content h1 {
	margin: 20px 0 20px 0;
	padding: 0 0 0 18px;
	height: 33px;
	background: url("../img/bg_h_01.gif") left no-repeat;
	font-size: 100%;
	font-weight: bold;
	line-height: 33px;
}

#content h2 {
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0 0 0 14px;
	height: 27px;
	background: url("../img/bg_h_02.gif") left no-repeat;
	font-size: 85%;
	font-weight: bold;
	line-height: 27px;
}
#content h2.about {
	margin: 0;
	padding: 0;
}




/* Article */
/* -------------------------------------------- */

#content .articleBox {
	margin: 28px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #000;
}
#content .articleBox h3 {
	margin: 0;
	padding: 20px 15px 20px 15px;
	border-bottom: 1px solid #c1c1c1;
	background: #f5f5f5;
	font-size: 85%;
	font-weight: bold;
}
#content .articleBox div.body {
	margin: 10px 0 0 0;
	padding: 0 15px 0 15px;
	font-size: 75%;
	line-height: 1.6 !important;
}
#content .entry div.body p {
	font-size: 100%;
}

#content .entry div.files {
	margin: 10px 15px 0 15px;
	padding: 4px 10px;
	background: #e6e6e6;
}
#content .entry div.files p{
	height: 31px;
	margin: 6px 0 6px 0;
	padding: 4px 0 0 40px;
	background: url("../../img/i_pdf.gif") no-repeat;
}
#content .entry div.files p a {
	background: url("../../img/bl_files.gif") 0 4px no-repeat;
	padding: 0 0 0 10px;
}

#content .previous {
	width: 623px;
	margin: 20px 15px 0 15px;
	padding: 12px 0;
	background: url("../../img/line_01.gif") 0 0 repeat-x;
	font-size: 75%;
}
#content .previous a {
	padding: 0 0 0 10px;
	background: url("../../img/bl_01.gif") 0 3px no-repeat;
}





/* clearfix */
/* -------------------------------------------- */

#content .articleBox div.body:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
#content .articleBox div.body,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #content .articleBox div.body,
* html .clearfix {
	height: 1%;
}

#content .articleBox div.body,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

