@charset "utf-8";

/*----------------------------------------------------
 /quality/index.html
 
 =maincolor：#9cdabc
------------------------------------------------------*/

/*----------------------------------------------------
  全体枠
------------------------------------------------------*/

#frame {
	width: 960px;
	margin: 0 auto;
	border-top: 6px solid #9cdabc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}



/*----------------------------------------------------
  ヘッダー
------------------------------------------------------*/

/* パンくずリスト
------------------------------------------------------*/
#topicpath ul li {
	color: #56C08B;
	line-height: 1;
}



/*----------------------------------------------------
  メインボックス
------------------------------------------------------*/
div#main{
	float: left;
	width: 690px;
}
div#main .inner {
	padding: 0 0 0 14px;
}

/* 品質管理
------------------------------------------------------*/

#boxQuality {
	width: 672px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#boxQuality p {
	font-size: 90%;
	line-height: 1.4;
	margin: 0 10px 8px 10px;
	padding: 5px;
}

#boxQuality h2 img {
	margin: 8px 0;
	text-align: center;
}


/*----------------------------------------------------
 サブボックス
------------------------------------------------------*/

/* カテゴリ毎のメニュー  
------------------------------------------------------*/
#side {
}

#side .inner {
}

#side img {
}

#side ul li {
}

#side ul li a {
	margin-left: 2px;
	padding-left: 18px;
	background: url(img/sidetitle-quality-li.gif) no-repeat 0em 0.2em;
}


/*----------------------------------------------------
  フッター
------------------------------------------------------*/

#copyright {
	border-top: 6px solid #9cdabc;
}


/*----------------------------------------------------
  index.html
------------------------------------------------------*/

/* index段組
------------------------------*/

#boxQualityL {
	float: left;
	width: 330px;
}

#boxQualityR {
	float: right;
	width: 330px;
}

/* index 写真リスト
------------------------------*/
#boxQualityL dl,#boxQualityR dl {
	padding:0;
	margin:8px 0;
}

#boxQualityL dl dt,#boxQualityR dl dt {
	border:none;
	padding:0;
	margin:0 3px 5px 0;
	float:left;
}

#boxQualityL dl dt img,#boxQualityR dl dt img {
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear:left;
}


/*----------------------------------------------------
  safety.html、value.html
------------------------------------------------------*/

/* オレンジの見出し
------------------------------------------------------*/

#boxQuality h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	color: #FF694A;
	border-left: 4px solid #9CDBBD;
	line-height: 2;
	padding-left: 8px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* 項目内のシンプルなリスト
------------------------------------------------------*/

#boxQuality ul.list {
	margin:0 0 0 50px;
}

#boxQuality ul.list li {
	font-size:90%;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.6;
	margin: 0 0 3px 0;
}


/* テーブル
------------------------------------------------------*/

#boxQuality table{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
	background-color:#ffffff;
	font-size: 90%;
	text-align: left;
	width: 600px;
	margin: 10px auto;
}

/* 交互に色分け */
#boxQuality table tr.even {
	background: #E7FFF7;
}

#boxQuality table th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0.3em 0.5em;
	background: #ebecde url(../base/table-bg.gif) no-repeat left top;
	white-space: nowrap;
}

/* グレーうす塗り */
#boxQuality table th.sub{
	background: #EFEFEF url(../base/table-bg.gif) no-repeat left top;
}

#boxQuality table td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0.3em 0px 0.3em 1em;
	line-height: 1.4;
}

/*
#boxQuality td.lineDotted {
	border-bottom: 1px dotted #cccccc;
}

#boxQuality table dl {
	margin: 0;
}

#boxQuality table dt {
	font-weight: bold;
	margin: 0.3em 0;
}

#boxQuality table dd a {
	color: #00c;
	text-decoration: none;
}

#boxQuality table dd {
	margin: 0 0 0 1.0em;
}

#boxQuality .boxBoder {
	overflow: hidden;
	border: 1px solid #CCC;
	background: #EBECDE;
	padding: 12px 0 0 11px;

}
*/

/* 理化学試験の部分の見出し
------------------------------------------------------*/

#boxQuality h4 {
	background: url(../base/navi-square-icon.gif) no-repeat left center;
	font-size: 90%;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 20px;
}

#boxQuality img.fl_r {
	margin: 5px;
}
#boxQuality div.photo {
	text-align: center;
}
#boxQuality div.photo img {
	margin: 0 auto;
}

/*----------------------------------------------------
  
------------------------------------------------------*/

