/* Global Styles */

body {
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	margin:0px;
	}
	
td {
	font:14px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#003366;
	}	
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}


/* ID Styles */

#adress td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	font-style: normal;
	color: #808080;
	font-weight: lighter;
   }
#adress a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	font-style: normal;
	color: #808080;
	font-weight: lighter;
   }


#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:bold 24px/30px "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #CCFF99;
	letter-spacing:.2em;
	}

#tagline {	
	font:12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}
	
#tagline td	{	
	font:12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
	}th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
}
   div.listbox {
      margin: 0px;
      padding: 0px;
      width: 100%; /* 全体の横幅 */
   }
   div.listbox ul.lists {
	margin:  0px; /* 外側の余白を消す */
	padding: 0px;
   }
   div.listbox ul.lists li {
	margin: 0px;  /* 各項目周囲の余白をなくす */
	padding: 0px; /* 各項目内側の余白をなくす */
	list-style-type: circle; /* 先頭記号を消す */
	float: left;  /* リスト項目を横方向に並べる */
	width: 150px; /* タブのデフォルトの横幅 */
   }

