@charset "utf-8";

body{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: normal;
	color: #111;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #000;
}

div{
	display: block;
}


*{
	margin: 5px;
}

a{
	color: #f80;
}

.menu, .menu:visited{
	color: #f30;
	font-weight: bold;
	background: #fd8;
	font-size: 13px;
	display: inline-block;
	padding: 1px 5px 1px 5px;
	border: none;
	position: relative;
	cursor: pointer;
	margin: 0px 0px 10px 1px;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.menu{
	color: #f30;
	font-weight: bold;
}

.menu a:link{
}

a.menu:hover{
	background: #555;
	color: #fff;
}

.copyright{
	color: #f80;
}


table{
	display: table;
	border-collapse: separate;
}

tr{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}


table[Attributes Style]{
	width:100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-spacing: 0px;
		-webkit-border-horizontal-spacing: 0px;
		-webkit-border-vertical-spacing: 0px;
}

.search{
	font-size: 12px;
	background: #fd8;
	color: #f30;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #f00;
}

.problem_list{
	font-size: 12px;
	font-weight: normal;
	color: #111;
}

.problem_list tr{
	background: #eee;
	border-bottom: solid 1px #f00;
}

.problem_detail{
	border: solid 1px #369;
}

.problem_detail tr{
	border: solid 1px #000;
}

