@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6694E3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #E0ECFF;
}
h3 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6DB3CC;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}
h4 {
	background-color: #F5F5F5;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 6px;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
hr.item_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A20029;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
li {
	margin-left: 30px;
}
ul {
	padding-top: 5px;
	padding-left: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.frame {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}
img.border {
	border: 1px solid #999999;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 9px;
}
strong {
	font-weight: normal;
	color: #CC0000;
}
.large {
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
#header {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#new_container {
	margin: 20px;
}

#footer {
	text-align: center;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 3px;
	margin-top: 30px;
	margin-bottom: 10px;
}
div.sample {
	background-color: #EEEEEE;
	margin: 15px;
	padding: 15px;
	border: 1px dotted #CCCCCC;
}
div.item {
	background-color: #FFEEEE;
	margin: 5px;
	border: 3px solid #A20029;
}

div.item    .item_header  {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A20029;
	text-align: center;
	padding: 3px;
}
div.item  .item_container {
	padding: 15px;
}


table.step {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.step th {
	background-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
table.step td {
	padding: 10px;
	vertical-align: top;
}
table.example {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
table.example td {
	border: 1px solid #333333;
	padding: 3px;
	line-height: 100%;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;
}
table.example td.rei {
	color: #FFFFFF;
	background-color: #245EDC;
}
table.example td.left {
	text-align: left;
}
table.diff {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 3px solid #6694E3;
}
table.diff th {
	background-color: #6694E3;
	color: #FFFFFF;
	text-align: left;
	padding-left: 7px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-color: #6694E3;
	border-left-color: #FFFFFF;
	padding-right: 7px;
}
table.diff td {
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-right-style: none;
	border-left-style: none;
}
table.diff td.rightbar {
	padding-right: 5px;
	padding-left: 5px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #D3D3D3;
}
table.format td {
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
table.format th {
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}

table.googlecode td {
	vertical-align: top;
	padding-right: 3px;
	padding-left: 3px;
}

.kanten {
	background-color: #BBFF77;
	border: 3px solid #AAEE66;
	margin: 5px;
}
.kanten .kanten_header {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
	text-align: center;
}

.kanten .kanten_text {
	background-color: #FDFDD4;
	padding: 6px;
}
.kanten .kanten_text li {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

.hissu {
	color: #003366;
	font-size: 14px;
}

