/*
*{
	border:0 none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "OSAKA等幅", "ＭＳ ゴシック", courier;
/*	line-break:normal;
	word-wrap: break-word;
	word-break:break-all;*/
/*}
html, body{
	background-color: transparent;
/*	background-color: white;*/
/*	height:600px;
	width:1024px;
}
*/
/*a{
	color: #000066;
}
*/
.field{
	position:absolute;
/*	background-color:#eeffee; /* */
/*	background-color:transparent; /* */
/*	background-image: url('/grid.gif');/* */
	width:800px;
	height:450px;
	top:140px;
	left:0px;
	border: 1px solid green;
}

/***** classes *********/
.board{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:450px;
	background-color: transparent;
/*	border: 1px solid blue;*/
	border: 0px none;
	overflow: auto;
/*	z-index:100;*/
}
.board div{
	background-color: white;
	color: black;
	border: 1px solid blue;
	width:200px;
	height: 200px;
	padding: 1.2em;
	margin: 20px 0 10px 20px;
}

.koropokke{
	position:absolute;
	background-color:transparent;
}

/***** balloon *****/
.balloon{
	position:absolute;
/*	background-color:#ddffff;*/
	overflow:hidden;
	width:300px;
	height:150px;
	display:none;
	background: transparent url(balloon/balloon-right.gif) no-repeat;
}
.balloon a{
	cursor: pointer;
	background-color: #ffffff;
/*	text-decoration: underline;*/
}
.balloon a:hover{
	background-color: #ffeeee;
/*	text-decoration: underline;*/
}
.balloon a:before{
	content: '[ ';
}
.balloon a:after{
	content: ' ]';
}

/***** balloon basic position *****/
.balloon div.frame{
	position:absolute;
	top:10px;
	left:10px;
	width:280px;
	height:130px;
	background-color: cyan;
	background-color: transparent;
	overflow:hidden;
/*	border:1px solid black;*/
}

.balloon div.output{
	position:absolute;
	left:0px;
	top:0px;
	padding: 5px;
	height:130px;
	width:255px;
	/*background-color: white;*/
	background-color:transparent;
}

.balloon div.output p{
	margin-bottom: .5em;
}

.balloon img.close{
	width:15px;
	height:15px;
	position:absolute;
	top:0px;
	left:265px;
	background-image: url(balloon/close.png);
	background-position:0 0;
}

.balloon img.close:hover{
	background-position: 0 15px;
}

.balloon img.sup,
.balloon img.sdn{
	width:15px;
 	height:15px;
	position:absolute;
	background-position:0 0;
}
.balloon img.sup:hover,
.balloon img.sdn:hover{
	background-position: 0 15px;
}

.balloon img.sup{
	top:100px;
	left:265px;
	background-image: url(balloon/sup.png);
}
.balloon img.sdn{
	top:115px;
	left:265px;
	background-image: url(balloon/sdn.png);
}

/***** balloon optional position *****/
.balloon-right{
	background: transparent url(balloon/balloon-right.gif) no-repeat;
}
.balloon-left{
	background: transparent url(balloon/balloon-left.gif) no-repeat;
}

.balloon-right div.output{
	left:0px;
}
.balloon-left div.output{
	left:20px;
}

.balloon-right img.close{
	left:265px;
}
.balloon-left img.close{
	left:0px;
}

.balloon-right img.sup,
.balloon-right img.sdn{
	left:265px;
}
.balloon-left img.sup,
.balloon-left img.sdn{
	left:0px;
}

/***** balloon mini position *****/
.balloon-mini{
	height:100px;
	background-image: url(balloon/balloon-mini.png);
}
.balloon-mini div.frame{
	height:80px;
}
.balloon-mini div.output{
	height:80px;
}
.balloon-mini img.close{
	top:10px;
}

.balloon-mini img.sup{
	top:50px;
	left:265px;
}

.balloon-mini img.sdn{
	top:65px;
	left:265px;
}

.balloon-mini-right{
	background-image: url(balloon/balloon-right-mini.png);
}
.balloon-mini-left{
	background-image: url(balloon/balloon-left-mini.png);
}

.balloon-mini-right img.sup,
.balloon-mini-right img.sdn{
	left:265px;
}
.balloon-mini-left img.sup,
.balloon-mini-left img.sdn{
	left:0px;
}

