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

/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border-top: solid 2px #dddddd;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #d3381c;
}

a:hover {
  color: #ec6d71;
}

a:visited {
  color: #d3381c;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

/*---------- ヘッダー ----------*/

#header {
  margin: 0 auto;
  width: 900px;
  height: 65px;
  text-align: center;
}

#header h2 {
  margin: 0;
  padding: 5px 0 0 32px;
  width: 400px;
  text-align: left;
  font-size: 28px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 14px;
  color: #444444;
  letter-spacing: 1px;
}

#table-left{
  float: left;
  width:520px;
  padding-top: 15px;
  font-size: 14px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#table-right{
  float: right;
  width:345px;
  margin: 0;
  padding: 15px 2px 2px 0;
  font-size: 14px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#gloval-nav {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  text-align: center;
  display:block;
}

#gloval-nav ul {
  width: 900px;
  text-align: left;
  margin: 0 auto ;
  padding: 0;
  display:block;
}

#gloval-nav ul li {
  height: 60px;
  list-style-type: none;
  float: left;
  display:block;
  color: #ffffff;
}

#gloval-nav ul li a {
  font-size: 14px;
  overflow:hidden;
  width: 180px;
  line-height: 20px;
  color: #666666;
  background: url(../images/header_menu.gif) no-repeat;
  background-position: top;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 21px 0 20px 0;
}

#gloval-nav ul li a:hover {
  background-position: bottom;
}

#gloval-nav #home a {
  background-position: bottom;
}

#header-img {
  width: 100%;
  margin: 0;
  padding-top: 4px;
  text-align: center;
}

/*#bg{
  background: url(../images/head_img_bg.gif);
  background-repeat: repeat-x;
}

/*---------- コンテンツ ----------*/

#container {
  width: 900px;
  margin: 0 auto ;
  overflow: hidden;
  padding: 7px 0 6px 5px;
  background-repeat: repeat-y;
}


#container li {
	list-style:outside none;
	background:  url(../images/list_point.gif) no-repeat left center;
	line-height:20px;
	text-decoration: none;
	padding-left:15px;

}

#container h3 {
	font-size:16px;
}

#container h4 {
	font-size:14px;
	padding-left:15px;
}

/*---------- メインコンテンツ ----------*/

#contents-primary {
  float: left;
  margin: 0;
  font-family: Meiryo;
  padding: 5px 0 5px 5px;
  font-size: 13px;
  width: 540px;
  letter-spacing: 1px;
  text-align: left;
}

#info {
	/*background: url(../images/h1_background.gif) repeat-x center;
	height:130px;*/
	margin-bottom:40px;
	width:510px;
}

table {
	text-align: center;
}

table.vacci {
	border: #20c349;
	margin-left:15px;
	width: 480px;
	border-collapse: collapse;
}

table.vacci th {
	background-color: #8ade9f;
	border-color: #068627;	
	border: 1px solid #068627;
}

table.vacci tr {
	
}

table.vacci td {
	height: 30px;
	border: 1px solid #068627;
}

#contents-secondry {
  float: right;
  margin: 0;
  padding: 5px 0 5px 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ddd;
  font-size: 13px;
  width: 344px;
  letter-spacing: 1px;
  text-align: left;
}

table.time {
	border: #000000;
/* 	margin-left:15px; */
	width: 343px;
	border-collapse: collapse;
}

table.time th {
	border: 1px solid #000000;
}

table.time tr {
	height: 25px;
}

table.time td {
	height: 30px;
	border: 1px solid #000000;
}

table.time td.weeklb {
	width: 85px;
}

table.time td.week {
	width: 18px;
}

#history-primary {
  float: left;
  margin: 0;
  font-family: Meiryo;
  padding: 5px 0 5px 5px;
  font-size: 13px;
  width: 440px;
  letter-spacing: 1px;
  text-align: left;
}

#history-secondry {
  float: right;
  margin: 0;
  padding: 5px 0 5px 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ddd;
  font-size: 13px;
  width: 440px;
  letter-spacing: 1px;
  text-align: left;
}

/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 6px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 1px  #dddddd;
}

#fixfooter {
height:130px;
position:fixed;
right:0;
width:30px;
z-index:666;
top:300px;
}

#fixfooter a {
background-image:url(images/zenbu.png);
background-repeat:no-repeat;
background-position:-480px 0;
display:block;
height:0;
width:30px;
padding-top:130px;
overflow:hidden;
}
	