/*ページ全体 
--------------------------------------------- */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:small;
    height:100%;
	}

#contents{
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #contents {
    height: auto;
}

/*ヘッダー
--------------------------------------------- */
#header {
	width:100%;
	margin:0px;
	padding:10px 0px 0px 0px;
}

h2 {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 15px;
	text-align:left;
	color:#212121;
	font-size:15px;
	font-weight:bold;
	background-color:#d4dcd3;
}

/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:10px 0px 20px 0px ;
	padding-bottom:55px;
	line-height:1.4em;
	}

.box_sdl{
	width:780px;
	font-size:small;
	margin:0px 0px 0px 10px;
	padding:0px;
}

.box_sdl td{
	text-align:left;
	vertical-align:top;
	padding:10px 0px 0px 0px;
}

.box_sds {
	width:375px;
	margin:3px 0px 15px 0px;
	padding:0px;
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#999999;
}

.box_sds td {
	padding:2px;
	text-align:left;
	vertical-align:top;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#999999;
}

.box_sds td.maker {
	background-color:#d4dcd3;
	width:180px;
}

.box_sds td.size {
	width:56px;
}

.box_sds tr.ctgr {
	background-color:#a3d6cc;
	font-weight:bold;
}

.box_sds tr.ctgr td {
	text-align:center;
}

ul.info {
	list-style-position:outside;
	margin:10px 0px 10px 20px;
	padding:0px;
	}

ul.info li {
	list-style-type:none;
	list-style-image:url("../images/star_r.gif");
	line-height:1.4em;
	display:block;

}



/*フッター 
--------------------------------------------- */
#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height:40px;
}

.print {
	width:100%;
	text-align:center;
	vertical-align:middle;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	border-style:solid;
	margin:0px 0px 0px 0px; 
	padding:3px 0px 3px 0px;
	background-color:#dcdcdc;
	vertical-align:bottom;
	height:20px;
	}

.img_foot {
	width:100%;
	height:9px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
	vertical-align:bottom;
}

.center{ text-align:center; }
.left{ text-align:left; }
.right{ text-align:right; }



