@charset "EUC-JP";

/*サイト全体/全ページ共通のスタイル定義*/

/*全体*/

body{
	margin:0px;
	padding:0px;	/*for Opera*/
	background-color:#fff;
	font-size:75%;
	font-family:ＭＳ Ｐゴシック, Osaka;
	line-height:150%;
	/*letter-spacing:1px;*/
	color:#333;
}

/*アンカーの設定*/
a:link, a:visited{
	color:#2160af;
	text-decoration:underline;
}

a:active, a:hover{
	color:#7BA1F1;
	text-decoration:underline;
}

/*汎用クラス*/
a img{
	border-width:0px;
}

table, th, td{
	/*border-width:0px;*/
}

.Hide{
	display:none;
}

.Left{
	text-align:left;
}

.Right{
	text-align:right;
}

.Center{
	text-align:center;
}

.M10px{
	margin:10px;
}

.Attention{
	color:#f00;
}

/*入力エラーメッセージ*/
.ErrorMsgs{
	margin:10px;
	font-weight:bold;
	color:#f00;
}

/*フォーム部品*/
form{
	margin:0px;
}

input.Password{
	width:120px;
	font-size:8pt;
}

input.Number{
	width:40px;
}

input.ShortText{
	width:120px;
}

input.MiddleText{
	width:200px;
}

input.LongText{
	width:300px;
}

input.LargeButton{
	height:30px;
}

textarea{
	font-size:small;
	/*font-family:"ＭＳ ゴシック", monospace;*/
	font-family:sans-serif;
}
