body {
  margin: 0;
  padding: 0;
  line-height:1.4;
  color:#333333;
  font-family:"MS PGothic","Osaka",Arial,sans-serif;
  font-size:0.72em;
  background-color:#FFFFFF;
  background-image:url(../img/background.gif);
  background-repeat:repeat-x;
}

hr {
  border:none;
}

img {
  border:none;
}

/* 入力項目の例 */
.example {
  font-size:0.9em;
  color:#999999;
  margin-top:5px;
  margin-bottom:0px;
}

/* 入力項目名 */
.itemTitle {
  font-size:1em;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:0px;
}

#inputarea label {
  display:block;
  font-size:1em;
  font-weight:bold;
}

#inputarea .form-input {
background:#FFFFD8 none repeat scroll 0 0;
border:2px solid #474747;
font-size:1.5em;
font-weight:bold;
padding:2px;
width:240px;
height:20px;
}

.nullDiv {
  width:auto;
  padding:1px 0px;
}

#inputarea .loginbutton {
  width:83px;
  height:33px;
}

ul.side-lists li {
  line-height:25px;
  text-align:left;
  padding-left:32px;
}

#contents-top span.title {
  line-height:44px;
  text-align:left;
  font-weight:bold;
  color:#333333;
  margin-left:30px;
}

.tw-send-button{
  width:auto;
  text-align:left;
  padding:10px 0px 0px 15px;
}

.search {
  width:auto;
  padding:1px 0px;
}

.term-search {
  margin:15px;
  text-align:left;
}

.term-search span{
  margin-left:5px;
  margin-bottom:0px;
  text-align:left;
}

.term-search input.term-search-form{
  background-image:url(../img/time-form.gif);
  background-repeat:no-repeat;
  width:120px;
  height:30px;
  border:0px solid #FFFFFF; /* IEはフォームのボーダーが消えないので背景色と同色にして消す */
  /*padding:8px 0px 0px 10px; Story ID : 4016163 */
  padding: 4px 0px 0px 10px;  /* Story ID : 4016163 */
  float:left;
}

.term-search span.term-search-for{
  margin:10px 12px 0px 4px;
  float:left;
}

.term-search input.search-button{
  width:100px;
  height:30px;
}

.pageing {
  clear:both;
  margin:3px 0px;
}

.pageing span.pageing-info{
  float:left;
  margin-left:18px;
}

.pageing span.pageing-navi{
  float:right;
  margin-right:18px;
}

.pageing span.pageing-navi span.current{
  font-weight:bold;
}

/* IE7には適用しない */
html>/**/body .contents-list {
  clear:both;
}

.contents-list-bottom {
  margin-bottom:2px;
}

.contents-list-border {
  border-bottom:1px solid #474747;
}

.contents-list-details {
  margin:10px 0px;
}

.allCheck {
  width:auto;
  text-align:left;
  clear:both;
  float:left;
}

.allCheck span {
  height:29px;
}

.allCheck span.on {
  margin-left:15px;
}

.allCheck span.off {
  margin-left:10px;
}

.delete-area {
  width:auto;
  margin-right:10px;
}

.delete-area span {
  float:right;
  text-align:right;
  line-height:35px;
}

input.delete-button {
  width:83px;
  height:29px;
  margin-left:auto;
}

#footer {
  text-align:center;
  clear:both;
}

ul.footer-list li {
  margin:5px 7px 5px 0px;
  padding-left:12px;
  display:inline;
  border-left:1px solid #474747;
}

ul.footer-list li.footer-last {
  border-right:1px solid #474747;
  padding-right:11px;
}


/* 一覧レイアウト部分 */
table.contents-list {
	margin-left: auto;
	margin-right: auto;
	width:575px;
	border-left:0px;
	border-right:0px;
}

table thead a:link, table tfoot a:link {
  color:#000099;
  text-decoration:none;
}

table thead a:visited, table tfoot a:visited {
  color:#000099;
  text-decoration:none;
}

table thead a:hover, table tfoot a:hover {
  color:#0000FF;
  text-decoration:none;
}

table thead a:active, table tfoot a:active{
  color:#0066FF;
  text-decoration:none;
}

table.listBody a:link {
	color: #000099;
}
table.listBody a:visited {
	color: #000099;
}
table.listBody a:hover {
	color: #0000FF;
}
table.listBody a:active {
	color: #0066FF;
}
table.listBody a:focus {
	color: #0000FF;
}

table.contents-list th {
  background-image:url(../img/contents-list-top.gif);
  background-repeat:repeat-x;
  height:21px;
  border-top:1px solid #474747;
  text-align:center;
  line-height:21px;
  font-weight:bold;
  color:#333333;
  white-space: nowrap;
  padding:0px 2px;
}

.listBody tr.contents-list-border {
  width:575px;
  margin-left: auto;
  margin-right: auto;
  border-bottom:1px solid #474747;
}

.listBody tr.contents-list-border td {
  height:3px;
  border-bottom:1px solid #474747;
  background-image:url(../img/contents-list-border.gif);
  background-repeat:repeat-x;
  padding:0px;
}

.listBody td{
  border-bottom:1px solid #CFCFCF;
  padding:6px 3px;
  white-space:normal;
}

.listBody td .idColum{
  white-space:nowrap;
}

/* IEの折り返しが効かないハック */
.listBody {
    word-break:break-all;
}

/* 右寄せ */
.alignRight {
  text-align:right;
}

/* 中央寄せ */
.alignCenter {
  text-align:center;
}

/* 左寄せ */
.alignLeft {
  text-align:left;
}

.contents-list .sort{
	color: #000;
	background-image: url(../img/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.contents-list .sortAsc {
	background-image: url(../img/tablesorter/desc.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.contents-list .sortDesc {
	background-image: url(../img/tablesorter/asc.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

/* ダイヤログ */
img.deleteDialogImage {
	vertical-align: middle;
}

#deleteDialogTitle {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}

#deleteDialogDetail {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}

li#deleteDialogBotton {
	margin-top:20px;
	display:inline;padding:0 4px;
}


#sys_msg img{
	vertical-align: middle;
}

#sys_msg{
	background-color: #D1E6EF;
	/* border: solid 2px #689600;*/
	font-size:16px;
	height:15px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding:5px 2px 15px 2px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}

