/* ------------------レイアウトリセット------------------ */
@charset "utf-8";

html {
	color: #00000;
}

body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin : 0px;
	padding: 0px;
	empty-cells: show;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code,
dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ul,ol,li{
	list-style:none;
}

caption {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

/* テキスト指定 */
.text{font-size: x-small ; line-height:130% ;}
.text_40{font-size: x-small ; line-height:140% ;}
.text_50{font-size: x-small ; line-height:150% ;}
.text_s{font-size: xx-small ; line-height:130% ;}
.text_c{font-size: 12px ;}
.text_10{font-size: 10px ;}
.text_9{font-size: 9px ;}
.text_p{font-size: 11px ; line-height:130% ;}
.td_text{font-size: x-small ; line-height:130% ; padding-left:8px ;}

/* ------------------ BODY指定 ------------------ */
body
{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:small;
	line-height:140% ;
	text-align:center;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* ------------------ BODY指定(IE7+Gecko) ------------------ */
html>body
{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:0.8em;
	text-align:center;
	line-height:160%;
}

/* ------------------リンク指定------------------ */
/* -- a{text-decoration:underline;color:blue;} -- */
a{text-decoration:underline ; color:blue ;}
a:hover{text-decoration:underline ; color:#990000 ;}

a.acton
{
text-decoration:none;
color:#blue;
border-bottom:1px solid orange;
}
a.acton:hover
{
text-decoration:none;
color:#990000;
border-bottom:1px solid #990000;
}

/* ------------------ カラー制御 ------------------ */
.red {color : red ;}
.blue{color : navy ;}
.white{color : white ;}
.black{color : black ;}
.orange{color : #ff6600 ;}
.green{color : green ;}
.gray{color : #666666 ;}
.gray2{color : #cccccc ;}
.darkgreen{color : #008000 ;}

/* ------------------ テーブル調整 ------------------ */
.tspa
{
	margin-bottom:0px;
}

/* ------------------ テーブル調整 ------------------ */
.tspa2
{
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ------------------ テーブル調整 ------------------ */
.tspa3
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
