@charset "utf-8";

.h1		{ font-size: 2.0em; }
.h2		{ font-size: 1.8em; }
.h3		{ font-size: 1.6em; }
.h4		{ font-size: 1.4em; }
.h5		{ font-size: 1.2em; }
.h6		{ font-size: 1.0em; }


.red {
	color: red !important;
}

.kochira {
	padding: 0 16px 0 0;
	background-image: url(../images/icons/chevron_kochira.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	font-size: 130%;
	font-weight: bold;
}

.kochira2 {
	padding: 0 16px 0 0;
	background-image: url(../images/icons/chevron_kochira.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-weight: bold;
}

.textindent, .text-indent1, .text-indent-1, .text-kome {
	text-indent: -1em;
	margin-left: 1em;
}


.maincontentarea .center	{ text-align: center; }
.maincontentarea .left		{ text-align: left; }
.maincontentarea .right		{ text-align: right; }

.maincontentarea .kome		{ margin-left: 1em; text-indent: -1em; }

.maincontentarea .indent	{ margin-left: 1em; }
.maincontentarea a			{ color: #0078ef; }
.maincontentarea a:hover	{ opacity: 0.6; }

.maincontentarea ul > li {
	list-style: none;
	padding-left: 20px;
	background-image: url('../img/common/bullet-small.gif');
	background-position: 0 0.6em;
	background-repeat: no-repeat;
}

.maincontentarea ol > li {
	list-style: decimal;
	margin-left: 1.5em;
}

.maincontentarea dl > dd {
	margin-left: 1.5em;
}
.maincontentarea dl ul {
	margin-left: 1.5em;
}


.maincontentarea h3,
.maincontentarea h4,
.maincontentarea h5,
.maincontentarea h6 {
	color: #0078ef;
	margin: 1em 0 0.2em 0;
}

.maincontentarea h3	{ font-size: 1.6em; }
.maincontentarea h4	{ font-size: 1.4em; }
.maincontentarea h5	{ font-size: 1.2em; }
.maincontentarea h6	{ font-size: 1em; }

.maincontentarea p	{ margin: 0.5em 0; }

.maincontentarea table {
	margin: 1em 0;
	border: 1px solid rgba(0,0,0,0.3);
	border-collapse: collapse;
}
.maincontentarea table th, .maincontentarea table td {
	padding: 0.5em;
	border: 1px solid rgba(0,0,0,0.3);
}
.maincontentarea table.noborder {
	margin: 1em 0;
	border: 0 none;
	border-collapse: collapse;
}
.maincontentarea table.noborder th, .maincontentarea table.noborder td {
	padding: 0.5em;
	border: 0 none;
}


/* main ------------------------------------------------------------- */
.maincontentarea li {
	padding-bottom: 0.8em;
}

.maincontentarea ul > li.foldheader {
	list-style: none;
	padding-left: 20px;
	background-image: url('../img/common/arrow-right-red.gif');
	background-position: 3px 0.6em;
	background-repeat: no-repeat;
}

.maincontentarea ol {
	margin-top: 0.5em;
}

.maincontentarea ul ul {
	margin-top: 0.5em;
}

.maincontentarea .footer {
	margin-top: 42px;
	padding-top: 10px;
	border-top: 1px solid #C3C3C3;
	font-size: 90%;
	line-height: 160%;
}

.maincontentarea table.user_reg th, 
.maincontentarea table.user_reg td {
	border-bottom: 1px solid rgb(195, 195, 195)
}

hr {
	margin: 20px 0;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #666666;
}

/* examples --------------------------------------------------------- */
.maincontentarea .ex_a {
	margin: 5px 0;
	padding: 0;
}

.maincontentarea .ex_b {
	margin: 0 0 12px 40px;
	padding: 0;
}

/* techtips --------------------------------------------------------- */
.maincontentarea .goback {
	margin: 40px 0 0 0;
	padding: 0 12px 0 0;
	text-align: right;
	background-image: url('../img/common/arrow-right-red-rot.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

/* ficpacks --------------------------------------------------------- */
.maincontentarea .fixpack {
	color: #224B78;
	font-size: 150%;
}

.maincontentarea .fixpack,
.maincontentarea .fixpack a {
	color: #224B78;
}

.maincontentarea table {
	margin-bottom: 2em;
}

.maincontentarea .bgpurple {
	background-color: #663366;
	color: #FFFFFF;
}

.maincontentarea .bglightgray {
	background-color: #CFCFCF;
}

/* techtips --------------------------------------------------------- */
.maincontentarea h2.tips {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 3px solid #C3C3C3;
}

/* AMQ -------------------------------------------------------------- */
.maincontentarea h2.amqtitle {
	border: 1px solid #566A82;
	background-color: #E6ECEF;
	color: #566A82;
	margin: 18px 0 10px 0;
	padding: 2px;
}
.maincontentarea h3.amqtitle {
	background-color: #E6ECEF;
	color: #566A82;
	margin: 16px 0 4px 0;
	padding: 3px;
	font-size: 140%;
	font-weight: bold;
	color: #43556F;
	line-height: 140%;
}
.maincontentarea h3.amqtitle span {
	font-size: 80%; color: #666666;
}

