body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,input,textarea,em,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
html{
	height:100%;
}
body{
	color:#333;
	height:100%;
	line-height:13px;
	text-align:center;
}
input, textarea {
	font-size:14px;
	color:#333;
	border:1px solid #AAA;
}
img{
	border:0px;
}
ul{
	list-style-type: none;
}
a{
	color:#AAA;
	font-weight:bold;
}
a:hover{
	color:#333;
	text-decoration:none;
}

table {
	font-size:12px;
}

.txtbox{
	height:18px;
}
select{
	font-size:14px;
	color:#333;
	border:1px solid #AAA;
}

/* コンテンツ ------------------*/
* html #container{
    height:100%;
}
#container{
	text-align:left;
	margin:0 auto;
	width:1200px;
	position:relative;
	min-height:100%;
}

#main{
	padding-top:20px;
	padding-bottom:50px;
	width:100%;
}
body > #container {
	height:auto;
}
/* ヘッダー */
#header {
	width:100%;
	border-bottom:1px dashed #333;
	line-height:30px;
	padding:5 0;
	font-size:26px;
	font-weight:bold;
}

/* フッター */
#footer {
	width:100%;
	border-top:1px dashed #333;
	text-align:center;
	position:absolute;
	font-size:12px;
	bottom:0px;
	height:30px;
	line-height:30px;
	clear:both;
}

/* メッセージウィンドウ */
#msgWin{
	position:absolute;
	border:1px solid #AAA;
	font-weight:bold;
	cursor:pointer;
}
#msgWin #msgTitle{
	width:100%;
	height:22px;
	line-height:18px;
	background:url('../images/common_message_bg.gif') repeat-x 0 0;
}
#msgWin #msgTitle p{
	vertical-align:top;
}
#msgWin #msgTitle a{

	font-size:12px;
	text-decoration:none;
}
#msgWin #msgTitle a:hover{
	color:orange;
}
#msgWin #msgCont{
	padding:8px;
	background-color:#FAFAFA;
	font-size:13px;
	line-height:22px;
}
/** ---------------------------------
 一覧表
---------------------------------- **/
#listMain{
	background-color:#333;
}
#listMain th{
	color:#FFF;
	padding:5px;
	background-color:#666;
	font-size:15px;
	height:28px;
}
#listMain td{
	padding:5px;
	font-size:12px;
}

#listMain tr.even td{
	background-color:#F4DABE;
}
#listMain tr.odd td{
	background-color:#FFF;
}
#listMain tr.non td{
	background-color:#DDD;
	color:#0099FF;
}
#listMain tr.total td{
	background-color:#F0FFF0;
}
.left{float:left;}
.right{float:right;}
.err{color:red;}
.success{color:blue;}
.cl{display: inline-block;}
.cl:after{
     content: "";
     display: block;
     clear: both;
}
.bold{
	font-weight:bold;
}