@charset "shift_jis";



body{
	margin: 0;
	padding: 0px;
	background-color:#E6F2FF;
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size:1em;
	background-image: url("../image/top/bg.jpg");
	background-repeat:repeat-y;
	color:#333333;
}


/*リンク*/
/*-------------------------------------------------------------------*/
a:link       { color: #003399; font-weight: bold ;text-decoration:none }
a:visited    { color: #003399; font-weight: bold ;text-decoration:none }
a:hover      { color: #0066cc; font-weight: bold ;text-decoration:underline }
a:active     { color: #003399; font-weight: bold ;text-decoration:none }


/*全体の位置を設定*/
/*-----------------------------------------------------------------*/
#wrapper{
	width:870px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


table.moku{/*トップマージン30*/
	vertical-align:top;
	text-align:left;
	border-top:1px solid #666666;
	border-bottom:2px solid #666666;
	width:790px;
	font-size:0.8em;
	margin:30px 5px 100px 5px;
}

table.moku2{/*トップマージン80*/
	vertical-align:top;
	text-align:left;
	border-top:1px solid #666666;
	border-bottom:2px solid #666666;
	width:790px;
	font-size:0.8em;
	margin:80px 5px 100px 5px;
}


/*ヘッダー*/
/*-------------------------------------------------------------------*/
.header{
    background-image: url("../image/top/head_bg.jpg");
	background-repeat:repeat-x;
	text-align:left
}

/*タイトル*/
/*-------------------------------------------------------------------*/
h1.title{
    background-color:#114D88;
	padding:5px 0 3px 10px;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	font-size:1.6em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*リストイメージ*/
/*-------------------------------------------------------------------*/
.dw_ex{/*エクセル ダウンロード用icon*/
	list-style-image:url(http://www.jisf.or.jp/sunpo/image/moku/dw_ex.jpg);
	text-align:right;
	list-style:none;
	margin-top:5px;
}

.link{/*htmlページへのリンク用icon*/
	list-style-image:url(../image/moku/list.jpg);
	line-height:1.6em;
	margin-top:40px;
	margin-left:290px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.link2{/*htmlページへのリンク用icon*/
	list-style-image:url(../image/moku/list.jpg);
	line-height:1.6em;
	margin-top:40px;
	margin-left:355px;/*目次文章が短い場合向け 左の空き355*/
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

li.none{/*htmlページへのリンク用iconナシの指定*/
	list-style-image:none;
	list-style:none;
	margin-top:4px;
	margin-bottom:-5px;
	font-weight:bold;
}

li.ind{/*htmlページへのリンク行の字下げ*/
	margin-left:20px;
	line-height:1.3em;
}

li.ind2{/*htmlページへのリンク行の字下げ 最後の行*/
	margin-left:20px;
	line-height:1.3em;
	margin-bottom:7px;/*次の行との間を空ける*/
}



/*問合せページ*/
/*文字位置*/
/*-------------------------------------------------------------------*/
 h2.maker{/*目次ページの文字設定*/
    text-align:center;
	border:1px solid #333333;
	margin-bottom:30px;
	padding:7px 0 5px 0;
	margin-left:15px;
	color:#333333;
	font-size:1.4em;
	width:770px;
}


table.maker{/*目次ページのテーブル位置設定*/
	margin:20px 0 100px 10px;
	color:#333333;
	font-size:0.9em;
	width:780px;
	vertical-align:top;
}

table.maker td{/*問合せページセル内余白*/
	padding:2px;
}



.maker_b{/*説明コメントの色とtdの高さ*/
    color: #003399;
	font-weight:bold;
	height:30px;
}

/*メーカー問合せ先一覧*/
/*-------------------------------------------------------------------*/
.h_margin{
	 line-height: 1.3em; }



/*はしがきページ*/

/*-------------------------------------------------------------------*/

table.hashi h2{/*目次ページの文字設定*/
    text-align:center;
	margin-bottom:20px;
	padding:7px 0 5px 0;
}



table.hashi{/*目次ページのテーブル位置設定*/
	margin-left:10px;
	color:#333333;
	font-size:0.9em;
	width:780px;
}


table.hashi li{/*目次ページのテーブル位置設定*/
	margin-bottom:20px;
	line-height:150%;
}


table.hashi ol{/*目次ページのテーブル位置設定*/
	margin-bottom:50px;
}


/*コピーライト*/
/*-------------------------------------------------------------------*/
#footer{
    margin:30px 0 5px 10px;
	font-size:11px;
	color:#666666;
}