﻿@charset "UTF-8";
body
{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
a:hover
{
  background-color:#ddf;
}
#MainPage
{
	background-color: #000;
}
#tblLogin {
	margin-left : auto ; margin-right : auto ;
	Color:#FFF;
	text-align:right;
}
#tLoginid {
	font-size: 18px;
	width: 180px;
}
#tPassword {
	font-size: 18px;
	width: 180px;
}
#bLogin {
	font-size: 18px;
	width: 90px;
}
@charset "UTF-8";
h1
{
	color: #ffffff;
    font-size: 18px;
	text-align: center;
}
.contents 
{
    font-size: 14px;
}
.header
{
    font-size: 12px;
}
.copy
{
    font-size: 10px;
    color: #808080;
}
.inset
{
 	text-shadow:2px 2px 8px #666666;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
}
.title
{
    color: #808080;
    text-align: center;
    font-size: 8px;
}
.asmall
{
    font-size: 12px;
}
.sdate
{
    font-size: 8px;
}
#tContents
{
    width: 100%;
    height: 200px;
}
#tTitle
{
    width: 100%;
}
.logoff {
    background-color:#ddeeff;
    border:1px solid #8888ff;
    padding:1px 8px;
    border-radius:2px;
    cursor:pointer;
    text-decoration:none;
}
.logoff:hover {
    color:white;
    background-color:#8888ff;
}
