@charset "utf-8";
/* CSS Document */

/* basic layout
----------------------------- */
#wrapper{
	width: 640px;
	background-color: #000066;	
}

#header{
	background-image: url(image/tool_header2.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#main{
	width: 600px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#logisticContents {
	width: 500px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer{
	height: 30px;
	background-color: #000066;
}
#footer P {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
#logisticContents dl {
	padding-top: 10px;
	padding-left: 10px;
}
#logisticContents dd {
	padding-left: 100px;
	padding-bottom: 10px;
}

#logisticContents dt {
	font-size: 110%;
	background-color: #CCCCCC;
	padding-left: 10px;
	font-weight: bold;
}

#main h2{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 10px;
	font-size: 110%;
}

#header {
	background-image: url(image/tool_header2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 32px;
	width: 640px;
}
