/*　コンテンツ内で個々に利用する機能　*/
div.createQr {
	padding:10px;
	background:#e4e5d6;
}

.inputTxt {
	width:600px;
	height:20px;
	position:relative;
	bottom:4px;
}
*:first-child+html .inputTxt {/*　IE7ハック　*/
	bottom:0px;
} 
* html .inputTxt {/*　IE4〜IE6ハック　*/
	bottom:0px;
}

.inputBtn {
	position:relative;
	top:5px;
}
*:first-child+html .inputBtn {/*　IE7ハック　*/
	top:2px;
}
* html .inputBtn {/*　IE4〜IE6ハック　*/
	top:2px;
}

.qrImg {
	border:dashed 1px #9e7c14 !important;
	padding:5px;
	margin:14px;
}

table.separate2 {
	margin:auto;
}
table.separate2 td{
	width:374px;
	background:#eeeeee;
	vertical-align:top;
}
table.separate2 td.left {
	border-right:solid 5px #ffffff;
}
table.separate2 td.right {
	border-left:solid 5px #ffffff;
}
table.separate2 div.inner {
	padding:6px 11px;
}
.noseparate {
	padding:10px;
}

.centering {
	text-align:center;
	padding:10px;
}

img.qrgenLink {
	float:left;
}
div.qrgenLink{
	margin:5px 10px 5px 220px;
}

.error {
	color:#cc0000;
}

ol {
	padding-left:20px;
}
ol li {
	padding-left:3px;
}
strong.strong {
	font-weight:bold;
}

.rule {
	color:#666666;
}
