body {
	background: #666666; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	width: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
}
.oneColLiqCtrHdr #container {
	width: 900px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColLiqCtrHdr #header {
	border-left-style: none;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	background-color: #003399;
	color: #FFFFFF;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(image/ic_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	color: #003366;
	width: 680px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding: 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: 30px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.barcode_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	clear: none;
	margin: 0px;
	padding: 0px;
	height: 164px;
	width: 164px;
}
.img_box_cnv {
	width: 700px;
	text-align: left;
}
.under_contents {
	text-align: center;
}



.oneColLiqCtrHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	color: #FFFFFF;
	font-size: 9pt;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 210px;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 150px;
}
.oneColLiqCtrHdr #menuContent {
	background: #FFFFFF;
	float: right;
	width: 150px;
	background-color: #FFFFFF;
	width: 150px;
	margin: 0px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #003399;
	color: #FFFFFF;
} 
.menu_list {
	width: 140px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: solid;
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-left-width: 3px;
	border-left-color: #7DBEFF;
	color: #CCCCCC;
	clear: none;
	float: none;
}
.menu_list:hover {
	width: 140px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: solid;
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-left-width: 3px;
	border-left-color: #1D5EFF;
	color: #CCCCCC;
	clear: none;
	float: none;
}

.oneColLiqCtrHdr #container #menuContent .menu_list a {
	color: #0066CC;
	text-decoration: none;
}

.oneColLiqCtrHdr #container #menuContent .menu_list a:hover {
	color: #FF3300;
	text-decoration: none;
}


.oneColLiqCtrHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.underline {
	color: #990000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.underline_2 {
	color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #CC3300;
	margin: 0px;
	padding: 3px;
	width: 100%;
}

li {
	padding: 3px;
}
.li_type1 {
	list-style-type: circle;
	list-style-position: outside;
}
.in_box_1 {
	width: 600px;
	border: 1px none #003399;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
}
.oneColLiqCtrHdr #container #mainContent img {
	margin: 3px;
	/*border: 1px solid #666666;*/
}
.create_bm_main {
	width: 90%;
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px none #000000;
	text-align: left;
	overflow: hidden;
	padding: 10px;
	margin: auto;
	height: 500px;
}
	
.create_bm_main h1 {
	font-size: 12pt;
	color: #CC3300;
	width: 92%;
	padding: 3%;
	margin: 1%;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}
.create_bm_inbox {
	width: 300px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	text-align: center;
}

.create_bm_inbox_chk {
	width: 65%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.make_bm {
	font-size: 18px;
	color: #FF3300;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding: 2px;
	margin: 3px;
	border-bottom-color: #CC6600;
	text-decoration: none;
}
