@charset "Shift_JIS";
/* CSS Document */


/* Default style clear--------------------------------------------------------- */
@import "reset.css";
/* ---------------------------------------------------------Default style clear */


/* 文字、リンク色 ------------------------------------------------------------- */

a:link{
	text-decoration:none;color:#83684F;
}
a:visited{
	text-decoration:none;color:#83684F ;
}
a:hover{
	text-decoration:underline;color:#83684F ;
}
a:active{
	text-decoration:none;color:#83684F;
}



/* ------------------------------------------------------------- 文字、リンク色 */


.shinsai{
	background-image:url(../image/bk_shinsaiB.gif);
	background-position:left top;
	width:360px;
	height:59px;

}

img.mm{
	vertical-align:middle;

}


/* 基本レイアウト ------------------------------------------------------------- */

body{
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, Verdana, "ヒラギノ角ゴ Pro W3";
}

#CONTENTS{
	text-align:left;
	margin:auto;
	width:900px;
}

#HEADER{
	position:relative;
	background-image:url(../image/bk_header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:100px;
	width:900px;
	position:relative;
}

.mark{
	position:absolute;
	top:0px;
	left:5px;
}

.newP{
	font-size:80%;
	margin-bottom:25px;
	position:absolute;
	width:236px;
	top:75px;
	left:5px;

}

.newP img{
	padding-right:5px;
}

h1{
	position:absolute;
	top:35px;
	left:5px;
	font-size:80%;
}

h2{
	position:absolute;
	top:48px;
	left:5px;
	font-size:150%;
	font-weight:bold;
}

#main{
	width:900px;
	margin-top:15px;
	float:left;
}



table.Shin {
	border: 1px solid #cccccc;
	border-collapse: separate;
	border-spacing: 1px;
	width: 900px;
	margin:10px 0 30px 0px;
	color: #36440b;
	text-align:center;
}
table.Shin th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #2D81C1;
	text-align:left;
	color:#ffffff;
	font-size:80%;
}
table.Shin td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #D4E8F8;
	text-align:left;
	font-size:80%;
}

.maker{
	width:130px;
}

.area{
	width:100px;
}

.item{
	width:150px;
}

.date{
	width:70px;
	font-weight:bold;
}




.textP{
	width:370px;
}



h3{
	border-left:5px solid #2D81C1;
	height:30px;
	line-height:30px;
	font-size:110%;
	padding-left:10px;
	border-bottom:1px solid #cccccc;
}


h3.h3TT{
	background-image:url(../images/h3TTnormal.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:none;
	padding-left:none;
	border-left:none;
	text-indent:-9999px;

}

/*通常出荷*/

.normal{
	border:1px solid #2E6723;
	background-color:#E1F9D3;
	margin-bottom:10px;
}

p.norText{
	color:#C01E1F;
	font-weight:bold;
	font-size:80%;
	margin:5px 0 10px 10px;
}

.normal ul{
	margin-left:30px;
	margin-bottom:15px;
}

.normal ul li{
	font-size:90%;
	line-height:130%;
	font-weight:bold;
	color:#30561B;
}


/*通常出荷*/



#footer{
	width:900px;
	height:120px;
	background-image:url(../images/footerB.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

p.cau{
	font-size:80%;
	line-height:120%;
	color:#A91F1F;
	margin-top:10px;
	font-weight:bold;
}

p.Listcau{
	font-size:80%;
	line-height:120%;
	color:#A91F1F;
	font-weight:bold;
	margin-bottom:25px;
}

ul,ol{
	padding-left:20px;
}

/* ------------------------------------------------------------- 基本レイアウト */

