@charset "utf-8";
/*----------------------------------------------------------------------------
									common----------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	
}
img {
	border: none;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:active{
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
h1{
	margin-bottom:20px;
}
input[type="text"],
input[type="password"],
textarea{
	padding:5px;
}

.red{color:#f00;}
.tb {
	font-weight:bold;
}
.fs16 {
	font-size:16px;
}

#container {
	width: 1200px;
	height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}

#header{
	width:100%;
	padding:7px;
	border-bottom:1px solid #c2272d;
}

#header_block {
	zoom: 100%;
}

#header_block:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#menu{
	float:left;
	margin-left:20px;
}

#menu a {
	margin-left:20px;
}
#main {
	padding:15px;
}

#error{
	margin:10px auto 0 auto;
	padding:10px;
	color:#f00;
	width:400px;
}

#center{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#left{
	width:870px;
	float:left;
}

.postbox{
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
}

.postbox input{
	width:600px;
	border:1px solid #ccc;
	padding:7px;
	font-size:14px;
}
.postbox .sbmbtn,
.postbox .sbmbtnTrace 
{
	border:1px solid #ccc;
	padding:8px;
	text-decoration:none;
}

div#result{
	width: 650px;
	border: 1px solid #ccc;
	padding: 5px;
	margin:0 auto 10px auto;
}

div#result p.changeurl{
	padding: 5px;
	width: 400px;
	background-color: #fff;
}

div#result p.changeurl input {
	border:1px solid #ccc;
	padding:2px;
	width:150px;
}

#right{
	margin-left:905px;
	width:250px;
}

#right_ad{
	border:1px solid #ccc;
	padding:10px;
	width:220px;
}

#footer {
	border-top:1px solid #c2272d;
}
table{
	margin: 10px auto 15px auto;
	border-top:1px solid #E3E3E3;
    border-left:1px solid #E3E3E3;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size: 12px;
}
table th{
	border-right:1px solid #E3E3E3;
    border-bottom:1px solid #E3E3E3;
    color:#330000;
    background-color:#F5F5F5;
    padding:3px 2px;
    text-align:center;
}
table td{
	border-right:1px solid #E3E3E3;
    border-bottom:1px solid #E3E3E3;
    padding:3px 2px;
	text-align: left;
}

div.tab{
	margin-top:10px;
	border-bottom:1px solid #ccc;
}
div.tab ul {
	height: 35px;
	
}
div.tab ul li {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 10px;
	line-height: 35px;
	text-align: center;
	list-style:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

div.tab ul li a {
	display: block;
	width: 120px;
	height: 35px;
}

div.tab ul li.select {
	background-color:#F69688;
	
}

div.tab ul li.select a {
	color:#fff;
}

div.tab ul li a:hover{
	background-color:#F69688;
	color:#fff;
}

div.tab ul li.regcss{
	width:150px !important;
}

div.tab ul li.regcss a {
	width:150px !important;
}

div#datalist {
	overflow: hidden;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
 
* html div#datalist {
	height: 1%;
}

div#datalist div.selected{
	display:block;
}

div#datalist div.unselected{
	display:none;
}

div#pl{
	width:800px;
	margin:10px auto;
}

div#pl ul{
	text-align:left;
}

div#pl ul li{
	list-style:none;
}

div#pl ul li a{
	text-decoration:none;
	color:#00c;
}

div#pl ul li a:focus, 
div#pl ul li a:hover, 
div#pl ul li a:active {
	color:#f00;
}

#ad {
	margin-bottom:10px;
}

#trace_result {
	margin:10px 0;
}
