
/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] フッターブロック内に関する指定
[5] CSSデザインサンプルリンク指定
[6] テーブルに関する指定
[7] その他

------------------------------------------------------------- */

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
/*
  background-color: #fff0f0;
*/
}

a:link {
  color: #00f;
}

a:visited {
  color: #00f;
}

a:hover {
  background-color: #ffd78c;
}

a:active {
  color: #f00;
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 100%;
  text-align: left;
  padding: 10px;
  margin: 10px;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */

h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
  position: absolute;
  top: 10px;
  left: 30px;
  color: #666;
}


/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 3px 0 2px;
  color: #030;
  border-top: 2px solid #9c0;
  border-bottom: 1px solid #ccc;
}

/*
h3,
h4,
h5,
h6 { margin-top: 2em; }
*/

/* -------------------------------------------------------------
   [6] テーブルに関する指定 */

table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr.normal {
    background-color: lightyellow;
}

table tr.normal:hover {
    background-color: #ddffdd;
}

table tr.deleted {
    background-color: lightgray;
    text-decoration: line-through;
}

table tr.deleted:hover {
    background-color: #ddffdd;
    text-decoration: line-through;
}

table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background-color: #ccffcc;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    font-size: 10pt;
}

table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    font-family: "ＭＳ ゴシック", sans-serif;
    font-size: 10pt;
/*
    vertical-align: top;
*/
}

table.cal1 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.cal1 th {
	width: 180px;
}

table.cal1 th.sun {
	background-color: lightpink;
}

table.cal1 th.sat {
	background-color: skyblue;
}

table.cal1 td.sun {
	background-color: lightpink;
}

table.cal1 td.sat {
	background-color: skyblue;
}

table.cal1 td.today {
	background-color: yellow;
}

table.cal1 tr:hover {
    background-color: #ddffdd;
}

table.cal1 td:hover {
    background-color: #88ff88;
}

table.cal2 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.cal2 th {
/*
	width: 180px;
*/
}

table.cal2 th.sun {
	background-color: lightpink;
}

table.cal2 th.sat {
	background-color: skyblue;
}

table.cal2 td.today {
	background-color: yellow;
}

table.cal2 td:hover {
    background-color: #88ff88;
}

table.cal2 td {
    text-align: center;
}

table.table1 tr:hover {
	background-color: white;
}

table.table1 td:hover {
	background-color: white;
}

table.mini {
	border: none;
}

table.mini td {
	padding: 2px;
	border: none;
}

/* -------------------------------------------------------------
   [7] その他 */

div.header {
	padding-left: 20px;
	font-size: 11pt;
}

div.login-user {
	text-align: right;
	font-size: 10pt;
}

div.content {
	font-family: "ＭＳ ゴシック", sans-serif;
	padding-left: 2em;
}

div.quote {
	border: 1px solid gray;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 2em;
	margin-left: 3em;
	margin-right: 5em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	background-color: #b0ffb0;
}

div.main_faq {
	font-size: 12pt;
	font-weight: bold;
	line-height: 2em;
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	background-color: #b0ffb0;
}

div.key {
	color: white;
}

div.title {
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

div.question {
	border: 1px solid gray;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-top: 2em;
	margin-left: 3em;
	margin-right: 5em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	background-color: #fff0f0;
}

div.answer {
	font-size: 12pt;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

div#dplace_list {
	width: 60%;
	float: left;
}

div#dplace_table {
	height: 500px;
	overflow: auto;
}

div#dplace_reg {
	width: 38%;
	float: right;
}

div#dplace_print {
	width: 100%;
	float: left;
}


/* -------------------------------------------------------------
   [8] メニュー */

/*
ul#pulldown-menu a {
        color: #FFFFFF;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background: #3366FF;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #FF9933;
}

ul#pulldown-menu li {
        float: left;
        position: relative;
        margin: 0 0.5em;
        width: 9em;
        height: 2em;
        font-weight: bold;
        line-height: 2em;
}
ul#pulldown-menu li a {
        display: block;
        width: 9em;
        height: 2em;
        text-align: center;
}
*/

/* 下層のメニューを不可視に */
/*
ul#pulldown-menu li ul {
        display: none;
}
*/

/* 疑似要素 :hover で下層のメニューを可視に */
/*
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}
*/

/*
ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
        font-size: 9pt;
}
*/

/* IE 対策 */
/*
ul#pulldown-menu {
        behavior: url("css/csshover3.htc");
}
*/

/*
*{
	margin:0;
	padding:0;
	list-style-type:none;
}
*/

#container{
	margin:10px auto;
	width:960px;
}

ul.menu li{
	float:left;
	width:170px;
	height:38px;
	background-image: url("../img/btn/1.jpg");
	background-repeat: no-repeat;
	position:relative;
        z-index: 100;
}

ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:38px;
	text-indent:20px;
	font-size: 10pt;
	font-weight: bold;
	color:#CFDFB5;
	text-decoration:none;
}

ul.menu li a:hover{
	width:150px;
	height:35px;
	margin-bottom: 3px;
	background-image: url("../img/btn/13.jpg");
	background-repeat: no-repeat;
	color:#880088;
	position:relative;
}

ul.menu li a:visited{
	color:#CFDFB5;
}

ul.menu li ul.sub{
	position:absolute;
}

ul.menu{
	font-size: 10pt;
	zoom:1;
}

ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

#tabs{
	width: 640px;
	overflow: auto;
}

span.link {
	cursor: pointer;
	*cursor: hand;
	text-decoration: underline;
/*
	color: #00f;
*/
}

span.link:hover {
	cursor: pointer;
	*cursor: hand;
	background-color: #ffd78c;
}

span.button {
	margin-left: 10px;
	background-color: #ffccff;
	padding: 2px;
	border: solid 1px #f000f0;
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
}

span.button:hover {
	cursor: pointer;
	*cursor: hand;
	background-color: #ffaacc;
	border: solid 1px #f000f0;
}

span.button_num {
	margin-left: 0px;
	background-color: #ffeeff;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #ff00ff;
	cursor: pointer;
	*cursor: hand;
}

span.button_num:hover {
	cursor: pointer;
	*cursor: hand;
	background-color: #ffaaee;
	border: solid 1px #ff00ff;
}

span.task {
	margin-left: 5px;
	line-height: 25px;
	background-color: #ccffcc;
	padding: 2px;
	border: solid 1px #f000f0;
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
}

span.task_cust1 {
	margin-left: 2px;
	line-height: 25px;
/*
	background-color: #cc88cc;
*/
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 80%;
}

span.task_work1 {
	margin-left: 5px;
	line-height: 25px;
	background-color: #cc88cc;
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 90%;
}

span.task_work2 {
	margin-left: 5px;
	line-height: 25px;
	background-color: #cccc88;
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 90%;
}

span.button1 {
	margin-left: 5px;
	line-height: 25px;
	background-color: #ccddcc;
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 90%;
}

span.button2 {
	margin-left: 5px;
	line-height: 25px;
	background-color: #cccc88;
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 90%;
}

span.button_ok {
	margin-left: 5px;
	line-height: 25px;
	background-color: skyblue;
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 90%;
}

span.button_no {
	margin-left: 5px;
	line-height: 25px;
	background-color: lightpink;
	padding: 2px;
/*
	border: solid 1px #f000f0;
*/
	border-radius: 5px;
	cursor: pointer;
	*cursor: hand;
	font-size: 90%;
}
