/*全体
---------------------------------------------------------------------*/
body {
	background: #F5F5F5;
	font-family: Verdana, sans-serif, HiraKakuProN-W3,
		"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  "ＭＳ Ｐゴシック";
	font-size: 12px;
	text-align: center;
}
*{
    margin: 0px;
    padding: 0px;
	clear: both;
}
form {
	margin:0px; 
	display: inline;
}
/* Ａタグ
---------------------------------------------------------------------*/
a:link,
a:visited{
	color:#0000FF;
	text-decoration:none;
}
	
a:hover{
	color:#99001F;
	text-decoration:underline;
}
/* Ｈタグ
---------------------------------------------------------------------*/
h1 {
}
h2 {
	background: url(img/ban_subtitle.png) no-repeat left top;
	width: 719px;
	height: 31px;
	color: white;
	padding-top: 12px;
	padding-left: 30px;
	font-weight: normal;
}
h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4{
}
h5{
}
h6{
}
/* ULタグ
---------------------------------------------------------------------*/
.ul0{
	list-style-type: none;
	margin-left: 2em;
}
/* INPUTタグ
---------------------------------------------------------------------*/
option{
	text-align: center;
}
textarea{
	font-size: 12px;
}
/* ＴＡＢＬＥタグ
---------------------------------------------------------------------*/
table{
	border: 1px solid black;
}
td, th{
	border: 0px solid black;
	padding: 4px;
}


/* メインテーブル */
.tbl1{
	border: 1px solid black;
	width: 100%;
}
.tbl1 td, .tbl1 th{
	border: 1px solid black;
	padding: 4px;
}
.tbl1 th{
	width: 10em;
	background: #F2F2F2;
}
.tbl1 .title{
	text-align: center;
	background: #E5E5E5;
	font-weight: bold;
}

/* 管理画面テーブル１ */
.tbl2{
	border: 0px;
}
.tbl2 td{
	border-bottom: 1px dotted silver;
	padding: 2px;
	padding-left: 4px;
}

/* 線無し、スペース無し */
.tbl99, .tbl99 td{
	padding: 0px;
	margin: 0px;
	border: none;
}


/* 共通クラス
---------------------------------------------------------------------*/
/* IME（IEのみ） */
.imeDisabled{
	ime-mode: disabled;
}
.imeActive{
	ime-mode: active;
}
.imeInactive{
	ime-mode: inactive;
}

/* 注意書き */
.attention1{
	color: #888888;
}

/* エラーメッセージ */
.eMsg{
	color: #ff0000;
	padding-top: 4px;
}

/**/
.center{
	text-align: center;
}
.right{
	text-align: right;
}