@charset "shift-jis";

* {box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;}

table{
	border-collapse:collapse;
	border:none;
}
th,td {
	padding:0;
	border:none;
}
img {
	border:0px;
}

table.article {
	margin:0px auto;
	width:950px;
}

.link {
	widht:950px;
	height:43px;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
}
.link a:link {color:#000; text-decoration:none;}
.link a:visited {color:#000; text-decoration:none;}
.link a:hover {color:#F09; text-decoration:none;}

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height:130%;
	font-weight: bold;
}
#page-top a {
	display: table-cell;
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 60px;
	padding: 0px 0;
	text-align: center;
	vertical-align:middle;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
