@charset "shift_jis";
body {
	color: #202020;
	background-color: #fefefe;
	line-height: 150%;
}
a:link {
	/*	color: blue;*/
	color:#0072b5;
}
a:visited {
	/*color: purple;*/
	color:#936;
}
a:active {
	/*color: green;*/
	color:#396;
}
a:hover {
	color:#39C;
}
img {
	border: 0px;
}
ul, ol {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}
dt :before { 
	font-family: "webicon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: '\e827';
}
li:before { 
	font-family: "webicon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: '\e827';
}
div.logo {
	float: right;
}
.path {
	margin-bottom: 5px;
	padding: 0 0 3px 0;
	border-bottom: 1px black solid;
	font-weight: bold;
}
h1 {
	clear: both;
}
h1.index_title {
	color: #eee;
	background: #369;
	padding: 14px 10px;
	letter-spacing: 1px;
	border-left: 15px solid #FFE602;
}
h1.index_title:after {
	content:url(../_image/i_xenon.png);
}
h2 {
	color: #036;
	letter-spacing: 1px;
}
div.screenshot {
	border: 1px black solid;
}
address {
	font-style: normal;
	margin-top: 8px;
	padding: 4px 8px;
	/*border-top: 1px black solid;*/
	color: #eee;
	background: #497E9E;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.line2 {
	background-color: #eeeeff;
}
.midashi {
	text-align: center;
	vertical-align:top;
}
th {
	background-color: #bbbbff;
}
div.body {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
div.body2 {
	text-align: center;
}
div.body h2 {
	margin-left: 1%;
}
div.body h3 {
	margin-left: 2%;
}
div.body p, div.body dl, div.body ul, div.body ol, div.body table, div.body blockquote, div.body dd {
	margin-left: 6%;
}
ul.mago, ol.mago {
	list-style-type: none;
}
ul.mago li, ol.mago li {
	display: inline;
	margin-right: 1.2em;
}
div.body ul.navi {
	list-style-type: none;
	margin-left: 0;
}
table {
	font-family: monospace;
}
td {
	line-height: 130%;
}
#whatsnew {
	margin: 10px 0;
}
#whatsnew ul,li {
	padding: 2px 0;
}
#whatsnew li:before { 
	font-family: "webicon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: '\e827';
}
#whatsnew p {
}
#linkbanner {
	margin: 12px;
}