@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}


body {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	background-color:#FFF;
}


a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}

img {
	border: 0;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

.thrColFixHdr #container {
	width: 880px;
	margin: 0 auto;
}

.thrColFixHdr #header {
	width: 840px;
	height: 75px;
	margin: 0 auto;
	margin-top: 10px;
	background:white url(../image/icold_header.jpg);;
}

.thrColFixHdr #menu {
	width: 840px;
	margin: 0 auto;
	margin-top: 5px;
}

.thrColFixHdr #main { 
	width: 840px;
	margin: 0 auto;
	margin-top: 30px;
}  

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #footer{
	width: 838px;
	height: 110px;
	margin: 0 auto;
	margin-top: 30px;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	background-color:#F7F7F7;
}

TABLE.gray {
	border-collapse : collapse ;
	border-color:#999;
	border-width : 1px ;
	border-style : solid ;
	background-color:#FFFFFF;
	font-size: 12px;
	text-align:left;
}

.cell-1{
	background-color:#CCCC99;
}

.cell-2{
	color:#990000;
}

.cell-3{
	background-color:#CCCCFF;
}

.cell-4{
	background-color:#DFDFAC;
}

.dot-1 {
	background:white url(../image/dot-black.gif) repeat-x;
}

.body-txt1 {
	font-size:14px;
	line-height:30px;
}

.txt-1 {
	font-size:14px;
	font-weight:bold;
}

.txt-2 {
	color:#3366CC;
}

.txt-3 {
	color:#666666;
}

.txt-4 {
	color:#999999;
}

.txt-b {
	color:#000000;
	font-weight:bold;
}

.line-1 {
	border-top: #CCCCCC 5px solid;
}

.txt-red-1 {
	color:#FF0000;
	font-weight:bold;
	font-size: 16px;
}

.txt-red-2 {
	color:#FF0000;
}

.txt-red-3 {
	color:#FF0000;
	font-weight:bold;
}

.day{
	border:none;
	background-color:#FFF;
	color:#F00;
	font-size:16px;
	width:40px;
}

            
#dd {
  margin-left: 25%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 12px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #5970B2;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 12px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}


