@charset "Shift_JIS";


@import url(diary.css);
BODY{
	line-height : 1.3em;
}

H4{
  text-align : center;
  font-weight : bold;
}


/* 年間一覧ページ */

body#ichiran{
	text-align: center;
	background-image : url(file:///S:/Job/01-Job/ホームページ/public_html/job/diary2013/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #dce2f2;
	margin-left: auto;
	margin-right: auto;
}


body#ichiran TABLE{
	width: 700px;
	margin: 0 15px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

body#ichiran caption{
	color: #FFF;
}

body#ichiran th,td{
	text-align: center;
	border: solid 1px #ccc;
	padding: 5px 0;
}


th.date{
	background-color: #008080;
	color: #ffffff;
	width: 126px;
}

th.title{
	background-color: #008080;
	color : black;
	width: 187px;
}

td.date1{
  background-color : #ffffcc;
  width: 126px;
}

td.title1{
	background-color : #ffffcc;
	width: 187px;
}

td.date2{
  background-color : #ccffff;
  width: 126px;
}


td.title2{
	background-color : #ccffff;
	width: 187px;
}

/* 目次 */

div#mokuji{
	text-align:center;
	margin-left:auto;
	margin-right: auto;
}
div#mokuji table{
	border-collapse: collapse;
}

DIV#mokuji TH,TD{
	font-size: 0.8em;
	border: solid 1px #ccc;
	text-align: center;
	padding: 2px;

}


