/* 段落 */
p {
	font-size: 85%;
	line-height: 140%;
}
/* 大見出し */
h2 {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8C00;
	width: 385px;
	font-size: medium;

}
/* 中見出し */
h3 {
	text-align: left;
	text-indent: 12px;
}
/* リスト見出し */
h4 {
	font-size: 90%;
}
/* リスト文字 */
li {
	font-size: 85%;
	line-height: 140%;
}
/* 下線表記 */
.txtline {
	text-decoration: underline;
}
/* 小見出しボーダー */
.kakomi {
	vertical-align: middle;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	width: 350px;
}
/* 社長写真位置 */
#pos {
	margin: 0px 20px 0px 10px;
}
/* 配置 */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* ヘッダー下（メニュー）テーブル */
.lyout1 {
	background-image: url(img/top_bk.jpg);
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 0px;
}
/* 半円花のセル */
.lyout2 {
	vertical-align: top;
	width: 165px;
}
/* テーブル内配置 */
.lyout3 {
	vertical-align: top;
}
/* 問い合わせボタン */
.toia {
	font-size: 13px;
	color: #333333;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 50px;
	padding-top: 5px;
}
/* メニューボタン */
.btn {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
/* メニューボタン背景 */
.btnbk {
	background-repeat: repeat-x;
	background-image: url(img/btn_bk.jpg);
}
/* サブメニューボタン */
.btn2 {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
/* サブメニューボタン選択中 */
.btn3 {
	font-weight: bold;
	font-size: 13px;
	color: #FF9900;
}
/* リンクボタン */
a:link {
	font-weight: bolder;
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight: bolder;
	color: #FF9900;
	text-decoration: underline;
}
/* 基板写真配置 */
/*.pos2 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
*/}
.pos2 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.pos3 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	position: relative;
	left: 185px;
	top: -50px;

}
.pos4 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	position: relative;
	left: -50px;
	top: -100px;
}
/* ページの先頭へ */
.pagetop {
	font-size: 10px;
	line-height: 150%;
	padding-right: 50px;
	text-align: right;
	color: #666666;
}
/* リンク文字列 */
.lnk {
	line-height: 140%;
	text-decoration: underline;
	color: #000066;
}
.lnk a:link {
	line-height: 140%;
	color: #000066;
	text-decoration: underline;
}
.lnk a:hover {
	line-height: 140%;
	color: #FF9900;
	text-decoration: underline;
}
.lnk a:visited {
	line-height: 140%;
	text-decoration: underline;
}

/* 第２リスト項目 */
.inin {
	list-style-type: square;
}
/* 鉛フリー説明のイラスト */
img.nfree {
	float: left;
	margin-right: 15px;
}
/* イラスト右文の回り込み解除 */
br.clear {
	clear:left;
}
/* 鉛フリーイラストの下矢印の配置 */
.arr {
	margin-left: 130px;
}
/* 鉛フリーイラスト項目名 */
.nfr0a {
	color: #FF9F7A;
}
/* 鉛フリーイラストの解説 */
.nfr0b {
	color: #333333;
}
/* 在庫一覧注意書き枠内 */
.st01 {
	font-size: 12px;
	border : thick double #fe85cb;


  padding-top : 1mm;
  padding-left : 1mm;
  padding-right : 1mm;
  padding-bottom : 1mm;
  
  
  
  

  font-weight : normal;
  font-style : normal;
  text-align : left;
}
/* 在庫一覧メーカー名見出し */
.st02 {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
/* 在庫一覧表配置 */
.stlst03 {
	text-align: center;
}

