@CHARSET "UTF-8";

/* Reset-----------------------------------------------------------*/
html, body, div, span, h1, h2, h3 p, blockquote, pre,
a, address, big, code, em, font, img,  small, strong,
ol, ul, li, form, label, table,  tr, th, td,
article, aside, footer, header, menu, nav, section, summary
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, ol { list-style: none;}
img { border: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h3, h4, h5, h6 { font-weight: normal; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* layout */

body {
	/*background: #00599b;*/
	color: #333;
	font: 14px/24px Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif;
}

.content {
	margin: 0px 0px 0px 8px;
}

#header {
}

#top_area {
	overflow: auto;
/*	width: 100%;*/
/*	margin: 0px 0px 0px 8px;*/
}
#top_content {
	margin: 0px 0px 0px 8px;
}

#left_content {
	overflow: auto;
	margin: 0px 0px 0px 8px;
}
#bottom_area {
	overflow: auto;
/*	width: 100%;*/
/*	margin: 0px 0px 0px 8px;*/
}

#right_content {
	margin: 0px 0px 0px 8px;
}

#map {
	width: 100%;
}

#parameter {
	width: 100%;
	margin: 0px 10px 0px 0px;
}

#result {
/*	clear: both;*/
/*	width: 900px;
*/
}

/* Text */

/*
a {
	text-decoration: none;
}

a:hover,
#menu .current a {
	background: #0066cc;
	color: #fff;
	text-decoration: none;
}
*/
p, dl, hr, h1, h2, h3, h4, h5, h6,
ol, ul, pre, table, fieldset, blockquote {
margin-bottom: 20px;
}

h3 {
	border-bottom: 1px solid #0000cd;
	border-left: 4px solid #0000cd;
	border-top: 1px solid #0000cd;
	border-right: 1px solid #0000cd;
	text-align: left;
	font-size: 100%;
/*	color: #000;
*/
	margin-bottom: 10px;
	padding: 2px 2px 2px 15px;

/*  	clear: both;
*/
}

h4 {
	border-bottom: 1px solid #0000cd;
/*	border-left: 4px solid #0000cd;*/
	text-align: left;
	font-size: 100%;
/*	color: #000;
*/
	margin-bottom: 10px;
	padding: 2px 2px 2px 15px;

/*  	clear: both;
*/
}

hr { border: 0 solid #ccc; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

/* header */
.pageName_home{
	clear:right;
	color: #000066;
	font-size: 48px;
	/*font-weight: bold;*/
	margin: 10px 0 15px 15px;
	letter-spacing: -3px;
	height:48px;
	line-height:48px;
}

.pageName{
	clear:right;
	color: #000066;
	font-size: 30px;
	/*font-weight: bold;*/
	margin: 10px 0 15px 15px;
	letter-spacing: -3px;
/*	height:48px;*/
	line-height:48px;
}

.pageName a{
	color: #000066;
}

.headerSiteName {
	font-size: 20px;
}

.siteName {
	font-family: 'Satisfy', cursive;
	text-shadow: 4px 4px 4px #aaa;
}


/* navi */
#menu {
	list-style: none;
	background:#f3f3f3;
	margin: 0 0 20px 0;
	padding:0;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}

#menu li {
	float: left;
	margin: 0;
	position: relative;
	font-size: 16px;
	padding:0;
}

#menu li a {
	text-align:center;
	display: block;
	padding: 4px 1px;
	width:100px;
	border-right:solid 1px #999;
}

/* Footer */

#footer {
	border-top:solid 1px #ccc;
	text-shadow: 1px 0 1px #fff;
	text-align:right;
	background:#f3f3f3;
	padding:10px;
}

#footer a {
	color: #111;
	font-size: 16px;
	padding: 2px 3px;
}

#footer a:hover {
	color: #fff;
}

#footer p { margin: 0; }

/* input form */

.elm_title {
	width: 12em;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.elm_kind {
	width: 3em;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.elm_kind_near {
	color: #ffc90e;
	width: 1em;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.elm_kind_text {
	color: #00ffff;
	width: 1em;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.elm_kind_radar {
	color: #ff80ff;
	width: 1em;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.elm_color_near {
	color: #ffc90e;
}

.elm_color_text {
	color: #00ffff;
}

.elm_color_radar {
	color: #ff80ff;
}

.elm_input1 {
	width: 120px;
}

.elm_input2 {
	width: 100px;
}

/* button */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/* font: 14px/100% Arial, Helvetica, sans-serif; */
	/* padding: .5em 2em .55em; */
	padding: .2em 1em .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.flat_btn {
	color: #e9e9e9;
	border: solid 1px #555;
	margin: 4px;
	padding: 8px;
	background: #0080ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0080ff), to(#004080));
	background: -moz-linear-gradient(top,  #0080ff,  #004080);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr='#004080');
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.flat_btn:hover {
	background: #0060d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0060d0), to(#003060));
	background: -moz-linear-gradient(top,  #0060d0,  #003060);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0060d0', endColorstr='#003060');
}
.flat_btn:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#0040a0), to(#002080));
	background: -moz-linear-gradient(top,  #0040a0,  #002080);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0040a0', endColorstr='#002080');
}

.input_form p {
	margin:4px 1px 4px 4px;
}
.input_form p {
	margin:7px 0 0;
	padding:4px;
	font-size: 12px;
	background: #b0c4de;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.input_form_sub_p {
	margin:7px 0 0;
	padding:4px;
	background: #e6e6fa;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#modify_date {
	text-align: right;
}

.obj_struct {
	line-height: 1em;
}
.obj_box_single {
	border-width: 3px;
	border-style: solid;
	padding: 12px 20px;
	border-radius: 10px;
}

.obj_box_multi {
	border-width: 3px 6px 6px 3px;
	border-style: solid double double solid;
	padding: 12px 20px;
	border-radius: 10px;
}

.source_code {
	color:#008800;
	line-height: 1em;
	margin: 0 0 0 20px;
	border: dotted 1px #888888;
}

#history_area {
	font-size: x-small;
}

.top_banner {
	/*margin-left: 100px;*/
}

.bottom_banner {
	/*margin-left: 100px;*/
}

/* src style */
.cmd_prompt {
	color:white;
	background-color:black;
	padding: 10px 10px;
}

.cmd_input {
	color:cyan;
	font-weight:bold;
}
