@charset "UTF-8";

/* common
--------------------------------------------------------------------------------------------------------------*/
#main p {margin-bottom: 10px;}


/* title
--------------------------------------------------------------------------------------------------------------*/
#titleimg h2 {background: url(img/tit.gif) no-repeat;}


/* photo
--------------------------------------------------------------------------------------------------------------*/
.ceo_photo_r {
	width: 140px;
	float: right;
	margin-top: 3px;
}

.ceo_pLeft {
	width: 400px;
	float: left;
}

.photo_r {
	width: 200px;
	float: right;
	margin-top: 3px;
}
.photo_l {
	width: 200px;
	float: left;
	margin-top: 3px;
}

.pLeft {
	width: 330px;
	float: left;
}
.pRight {
	width: 330px;
	float: right;
}


/* list
--------------------------------------------------------------------------------------------------------------*/
#main ul {
	margin: -8px 0 10px 20px;
	list-style: disc;
}
#main ol {
	margin: 0 0 10px 25px;
	list-style: decimal;
}
	#main ul li,
	#main ol li {
		margin: 0 0 5px;
	}
#main ul.style_none {
	margin: -8px 0 10px 0;
	list-style: none;
}
#main ul.style_none li {
		margin: 0 0 5px;
	}

/* table
--------------------------------------------------------------------------------------------------------------*/
#main table {
	width: 550px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
	#main table th {
		background: #ffde7b;
		border-top: 1px solid #fff;
		border-right: 1px solid #444;
		border-bottom: 1px solid #444;
		border-left: 1px solid #fff;
		padding: 5px 10px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		color: #000;
	}
	#main table td {
		background: #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #444;
		border-bottom: 1px solid #444;
		border-left: 1px solid #fff;
		padding: 5px 10px;
	}

#main dl {
}
	#main dl dt {
		margin-bottom: -2px;
	}
	#main dl dd {
		margin-bottom: 5px;
		margin-left: 1em;
		color: #666;
	}


/* feature.html
--------------------------------------------------------------------------------------------------------------*/
.box-L {
	float: left;
	width: 260px;
	padding-bottom: 20px;
}
.box-R {
	float: right;
	width: 260px;
	padding-bottom: 20px;
}
#main ul.feature {
	margin: 0 0 0 10px;
	list-style: none;
}
	#main ul.feature li {
		float: left;
		width: 93px;
		margin: 0 15px 0 0;
		padding-bottom: 10px;
		font-size: 85%;
	}
		#main ul.feature li img {
			border: 1px solid #ddd;
			margin: 0 0 2px;
			padding: 1px;
		}

/* quality.html table
--------------------------------------------------------------------------------------------------------------*/
#main table.QualityTable {
width: 550px;
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #999;
border-left: 1px solid #999;
}
#main table.QualityTable th {
background: #ffde7b;
border-top: 1px solid #fff;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
border-left: 1px solid #fff;
padding: 3px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
color: #000;
font-size: 85%;
}
#main table.QualityTable td {
background: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
border-left: 1px solid #fff;
padding: 3px;
text-align: center;
font-size: 93%;
font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3" , "Meiryo" , "メイリオ" , "ＭＳ Ｐゴシック";
}
#main table.QualityTable td.AlignLeft {
text-align: left;
}

#main table.QualityTable th.width_90 {
width: 90px;
}

.BgBlue{ background-color:#D7E9E4!important; }

/* quality.html dl style
--------------------------------------------------------------------------------------------------------------*/
.BdrPg10 { border: solid #ccc 1px; padding: 10px; }

.DlStyle { margin-top: 5px; zoom: 1; }
.DlStyle dt { font-weight: bold;border: }
.DlStyle dd { padding-left: 11em; margin-top: -1.4em; }