﻿@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 { font-size: 12px; line-height: 180%; }
.size-10 { font-size: 10px; line-height: 150%; }
.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;
}
body {
	width: 100%;
	text-align: center;
	background: #FFFFFF url(img/bg01.gif) repeat 50% 0;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku GothicPro,Osaka,Verdana,Helvetica,"ＭＳ Ｐゴシック",Arial,sans-serif;
}
a:link,a:visited { color: #5581DB; text-decoration:underline; }
a:hover,a:active { color: #ADC5F5; text-decoration:underline; }
.clear { clear: both; width:0px; height:0px; display:block; overflow:hidden; }
