@charset "utf-8";

/* body デフォルト */
body	{ margin:0px 10px; text-align:center;
				font-family: "ＭＳ Ｐゴシック", sans-serif, "Osaka", "Arial", "Helvetica";}

/* 通常リンク設定 */
a:link		{color: #3060CC;}
a:visited	{color: #3060CC;}
a:hover		{color: #FF6600;text-decoration:none;}
a:active	{color: #FF6600;text-decoration:none;}

/* ログインページ */
.indexDate { margin:10px; font-weight:bold; color:#666666;}

.indexArea { text-align:center; padding-top:50px;}

.login{
	display:block; width:5.5em; padding-right: 0;
	text-align:right; position:relative; float:left;}

.sendForm		{ text-align:center;}

.saveForm		{ font-size:0.7em;}

.loginForm	{ font-size:0.9em; line-height:1.5; border-style:none;}

.loginForm legend{ display:none;}

.loginArea	{ 
	width:300px; padding:10px; margin-left:auto; margin-right:auto;
	line-height:24px; border:1px solid #000099; background-color:#EEEEEE;}

.whatsNew		{ width:600px; margin:30px auto 40px auto;
							text-align:left; font-size:90%;}

.whatsNew h2	{ padding-bottom:2px;}

.whatsNew div { height:150px; overflow-y:scroll; border:1px solid #DDDDDD;}

.whatsNew dt  { clear:left; float:left; font-weight:bold;
								margin-left:10px; padding-top:10px;}

.whatsNew dd	{ padding-top:10px; padding-left:8em;}

.loginError		{ clear:both; font-size:80%; color:#FF0000; margin-bottom:10px;}

.footer { color:#999999;
	font-size:84%; width:100%; background-color:#CCCCCC;
	margin-top:50px; margin-left:auto; margin-right:auto;}

.footerContact {
	font-size:84%; margin-top:4px; text-align:right;}

.footerMail {
	padding-left:25px; font-size:140%; font-weight:bold;
	background-image:url(../images/icon_mail.gif);
	background-position:left; background-repeat:no-repeat;}

/* form textボックスに適用 */
.txtzen		{ime-mode: active;   /* 全角モード */}
.txthan		{ime-mode: disabled; /* 半角モード */}
.txthanR	{ime-mode: disabled; text-align:right;/* 半角モード・右寄せ */}


