@charset "UTF-8";

/*UTF-8のドキュメント*/

p{
	line-height:22px;
}

#left{
	display:block;
	float:left;
	width:190px;
}

/* HertCore移項の際に追加 */
p.companySidebar {
	line-height: 17px;
}

/* ここまで */

#right{
	width:745px;
	float:right;
}

ul.leftmenu{
	margin-bottom:15px;
}

ul.leftmenu li{
	display:block;
	width:190px;
	height:50px;
	margin-bottom:5px;
	text-indent:0;
}

ul.leftmenu li.lm_top{
	height:40px;
}

ul.leftmenu li a{
	text-indent:0;
}

.section{
	display:block;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
}

.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

ol.sy{
	list-style-position:inside;
}


ol.sy li
{
	text-indent:-16px;
	padding-left:16px;
	line-height:22px;
}

.gh{
	display:block;
	height:25px;
	line-height:25px;
	color:#FFF;
	text-indent:5px;
	font-weight:bold;
	background-color:#666975;
	font-size:14px;
	margin-bottom:5px;
}

.iso_qa{
	font-size:12px;
	font-weight:bold;
	color:#0074bf;
	line-height:22px;
}

.layoutqa_tbl{
	width:100%;
}

.layoutqa_tbl th,
.layoutqa_tbl td,
.layoutqa_tbl *{
	border:none;
	font-size:12px;
}



