@charset "Shift_JIS";

.warn {
    color: red;
}

/* 表示許可行用 */
*.active {
}

/* 表示禁止行用 */
*.inactive {
  color: #BE8EB5;
}

/* メニューバー */
*.menubar {
   font-size: 12px;
   margin: 0px;
   margin-top: -10px; /* 少し上に寄せる */
   padding: 0px;
   border: 0px;
}

*.menubar ul {
   margin: 0px;  /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
   border: 0px;
}

*.menubar ul li {
   list-style-type: none;    /* 先頭記号を消す */
   float: left;              /* リスト項目を横方向に並べる */
}

*.menubar ul li a {
   margin: 5px 4px 5px 0;      /* 各項目周囲の余白 */
   text-decoration: none; /* 下線を消す */
   display: block;        /* ブロックレベルに */
   padding: 0 0.3em;      /* 内部の余白 */
   padding: 3px 15px 3px 17px;
   background:url(../../topimages/dotarw_r2.gif) no-repeat 5px 50% #f0f0f0;
}

*.menubar ul li a:hover {
   background-color: #c9c9c9; /* 背景色 */
   color: white;           /* 文字色 */
}

*.aftermenu {
  clear: both;
}

/* リストで2カラム化 */
.columned-list {
	width:600px;
	padding:0;
}

.columned-list ul {
	width:600px;
	margin:0;
	padding:0;
	list-style:none;
}

.columned-list ul li {
	float:left;
	line-height: 2.0em;
	width:250px;
	white-space:nowrap;
}

.end-columned-list {
  clear: both;
}

/* その他 */
input,textarea,select {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #0033cc;
}

.slide {
    left: 0;
    position: relative;
    top: 0;
}
.slide:active, .slide:hover {
    left: 1px;
    top: 1px;
}
