﻿@charset "UTF-8";
@import url("style-base.css");
@import url("style-base000.css");

td { font-size:12px; line-height: 150%; }
th { font-size:12px; line-height: 150%; }
.size-12 { color: #565454; font-size: 12px; font-weight: normal; letter-spacing: 1px; }
.size-10 { font-size: 10px; font-weight: normal; letter-spacing: 1px; }
.size-16 { font-size: 16px; line-height: 150%; }

form {
	margin: 0;
}
textarea,select,input {
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku GothicPro,Osaka,Verdana,Helvetica,"ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size: 12px;
}
.padtop15px	{
	padding-top: 15px;
}
.magnbottom15px	{
	margin-bottom: 15px;
}