@charset   "Shift_JIS";

/* ¢§É½¤Î³°ÏÈ¢§ */

table.universe {
	border-collapse: collapse;
	font-size: 90%;
	font-family: Verdana,sans-serif;
	border-style: double;
	border-width: 4px;
	border-color: #0000cc white;
}

/* ¢§É½¤Î¥»¥ë¡ÊÁ´ÂÎ¡Ë¢§ */

table.universe th,table.universe td {
	padding: 0.3em;
	border-style: dotted;
	border-color: gray #0000cc;
	border-width: 1px;
}

/* ¢§É½¤Î¥Ø¥Ã¥À¢§ */

table.universe thead th {
	background-color: #ccccff;
	color: #0000cc;
	letter-spacing: 0.3em;
	border-bottom: 2px solid gray;
	text-align: center;
}

/* ¢§°ìÈÌ¥»¥ë¢§ */

table.universe tbody th {
	text-align: left;
}

/* ¢§Ç¯¥»¥ë¢§ */

table.universe td.year {
	vertical-align: top;
	width: 65px;
}

/* ¢§·î¥»¥ë¢§ */

table.universe td.month {
	text-align: right;
	width: 45px;
}

/* ¢§vol¥»¥ë¢§ */

table.universe td.vol {
	text-align: right;
	width: 48px;
}

/* ¢§¥¿¥¤¥È¥ë¥»¥ë¢§ */

table.universe td.title {
	width: 222px;
}

/* ¢§Ãø¼Ô¥»¥ë¢§ */

table.universe td.name {
	width: 95px;
}

/* ¢§¿Í¿ô¥»¥ë¢§ */

table.universe td.number {
	text-align: right;
	width: 65px;
}

#container{
  width : 1020px;
  margin-right : auto;
  margin-left : auto;
  text-align : left;
}

#header{
  background-color : #40ffb0;
}

#menu{
  width : 200px;
  float : left;
  background-color : #ffff64;
}

#main{
  width : 800px;
  float : right;
}

