@charset "utf-8";
/* ページ表示用CSS */
html, body, div, span, form,table, tbody, tr, th, td,q, b, i, ul, li, p{
	margin:0;padding:0;border:0;
}
body { 
	background-color: #ffffff;
	font-size: 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000; 
  -webkit-text-size-adjust: 100%;
}


a:link {
	color: #0000ff;
	text-decoration: none
}
a:visited {
	color: #0000ff;
	text-decoration: none
}
a:active {
	color: #ff0000;
}
a:hover {
	color: #ff0080;
}


h1 {
	font-size: 20px;
}
td {
	font-size: 13px;
	line-height:130%;
}
big {
	font-size: 14px;
}

small{
	font-size: 10px;
}
.lined {
	border-bottom: #adaabd 1px solid; background-color: #ffffff;
}
.red {
	color: #333333;
}
.wht {
	color: #4c6789;
}

/*次ページリンクの現ページNo.*/
.col1{
color: #ff0000; 
font-weight: bold;
}


/* ページトップに戻る ボタン */
#pageTop{ 
    position:fixed;bottom:10px;right:10px; 
    opacity:0.8;
}
a#pageTop:hover img{
    cursor:pointer;
    opacity:0.6;
}

