@charset "utf-8";
body {
	background: #ffffcc;
	font: 75%/170% "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

table {
	width: 340px;
	margin: 1px;
    border-collapse: collapse;
    background-color: silver;
}
tr {
    background-color: white;
}
th, td {
    border: black solid 1px;
}
th {
    background-color:#CCCCFF;
    font-weight: bold;
}

h3 {
	width: 210px;
	margin: auto;
	padding:6px 0;
	font: normal 30pt/100%;
}
#page {
	width: 940px;
	margin: auto;
	overflow:hidden;
}

.language{
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	float:right;
	text-align:center;
	width:220px;
	margin:25px 0 0 0;
	font-weight: bold;
	font-size: 12pt;
	background: #ff9933;
}

.container {
	float:left;
	width:720px
}

.check {
	float:left;
	width: 190px
}

.search {
	float:left;
	width:350px
}

.output {
	margin-top: 10px;
	width: 720px;
	float: left;
}

.sidebar {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	width: 208px;
	float:right;
	text-align:left;
	background: #ff9933;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	word-break: break-all;
	border:1px solid #004C6D;
}

.sidebar_top {
	font-weight: bold;
	font-size: 14pt;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	width: 208px;
	float:right;
	background: #ff9933;
	padding-left: 10px;
	margin-bottom:5px;
	word-break: break-all;
	border:1px solid #004C6D;
}

.sidebar_middle {
	font-weight: bold;
	font-size: 14pt;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	width: 208px;
	float:right;
	background: #ff9933;
	padding: 5px 0 5px 10px;
	margin: 5px 0 10px 0;
	word-break: break-all;
	border:1px solid #004C6D;
}

.footer {
	float: clear;
	height: 30px;
}

#sample {
	display: none;
}

#update {
	margin: 0 0 10px 0;
}

.statusurl {
	float:left;
	margin: 0 5px 0 0;
}

#play div {
    /* Snipped */
    overflow: auto;
}

.yui-dd-proxy {
    text-align: left;
}
#play {
	float:left;
	width: 720px;
	height:700px;
	zoom: 1;
}
#play:after { 
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

#play .title2{
	float:left;
	font-weight: bold;
	font-size: 16pt;
	margin: 5px 5px 0 5px;
	padding: 10px 0 0 5px;
	width: 340px;
	height: 30px;
	background-color: #ff9933;
	border:1px solid #004C6D;
}

#play .title3{
	float:left;
	font-weight: bold;
	font-size: 12pt;
	margin: 5px 5px 0 5px;
	padding: 10px 0 0 5px;
	width: 340px;
	height: 30px;
	background-color: #ff9933;
	border:1px solid #004C6D;
}

#play .list1 {
	border: 1px solid black;
	margin: 5px;
	width: 340px;
	height: 350px;
	float: left;
	padding: 0;
	zoom: 1;
	position: relative;
	overflow: auto;
}

#play .list2 {
	border: 1px solid black;
	margin: 5px;
	width: 340px;
	height: 350px;
	float: left;
	padding: 0;
	zoom: 1;
	position: relative;
	overflow: auto;
}

div.workarea { 
	width: 345px;
	height: 630px;
	margin:5px 5px 5px 8px;
	overflow: auto;
	float:left;
}

table.draglist { 
    position: relative;
    width: 340px;
    height: 630px;
    background: #f7f7f7;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
}

table.draglist tr {
    margin: 1px;
    cursor: move; 
}

table.draglist_alt { 
    position: relative;
    width: 200px; 
    list-style: none;
    margin:0;
    padding:0;
    padding-bottom:20px;
}

table.draglist_alt tr {
    margin: 1px;
    cursor: move; 
}

tr.row1 {
	height: 80px;
    background-color: #D1E6EC;
    border:1px solid #7EA6B2;
}

tr.row2 {
	height: 80px;
    background-color: #FAEBD7;
    border:1px solid #6B4C86;
}

.bold{
	font-weight: bold;
	font-size: 12pt;
}

/* adsense */
#ad{
	float:right;
	width:470px;
	height:16px;
}

.adsense1 {
	width: 180px;
	height: 180px;
	margin-top: 5px;
	float: left;
}

.sidebar_ad {
	width: 198px;
	float:right;
	padding-left: 10px;
	margin: 10px 0 5px 0;
}

