@import url("/css/200710/header.css");

/* --------------------------------------- */
/* CSS default setting for JR ODEKAKE NET */
/* --------------------------------------- */

/* basic elements */

BODY #shiftContents {
	color:             #333333;
	background-color:  #ffffff;
	padding:           0px 0px 0px 0px;
	margin:            0px 0px 0px 0px;
}

#shiftContents A:link {
	color:             #0000ff;
	background-color:  transparent;
	text-decoration:   none;
}

#shiftContents A:visited {
	color:             #7f007f;
	background-color:  transparent;
	text-decoration:   none;
}

#shiftContents A:hover {
	color:             #ff0000;
	background-color:  transparent;
	text-decoration:   underline;
	cursor:            hand;
}

#shiftContents A:active {
	color:             #ff6600;
	background-color:  transparent;
	text-decoration:   underline;
	cursor:            hand;
}

/* colours with frequency */

#shiftContents .white     { color:#ffffff; }
#shiftContents .gray      { color:#666666; }
#shiftContents .gray9     { color:#999999; }
#shiftContents .grayc     { color:#cccccc; }
#shiftContents .black     { color:#000000; }

#shiftContents .red       { color:#ff0000; }
#shiftContents .orange    { color:#ff6600; }
#shiftContents .green     { color:#006600; }
#shiftContents .cyan      { color:#0077bd; }
#shiftContents .blue      { color:#3366ff; }
#shiftContents .cobalt    { color:#0011aa; }

#shiftContents .mdgrn     { color:#3399cc; }

/* end of file */


/* オレンジカード */

table.lineOc{
	border-bottom:2px solid #0099cc;
}

.pagetopLine{
	border-top:1px solid #cccccc;
	width:680px;
	margin:0 auto;
}

strong{font-weight:bold;}