
/* フォント */
body,td,th {
	font-family: MS UI GOTHIC;
	font-size:12px;
}

/* リンク */
a {
	text-decoration: none;
}

/* 投稿フォーム */
input {
	border: 1px solid black;
	background-color: #FFFFFF;
	color: black;
}

/* 小さい文字 */
small { font-size: 10px; }

/* 大きい文字 */
big { font-size: 12px; }

/* ボタン */
.bu {
	border: 1px solid #000000;
	background-color: #cccccc;
	color: black;
	font-size:12px;
	text-align:center;
    width: 240px;
    height: 30px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}



