@charset "shift_jis";
/* ------------------------------

/shingi/css/style.css

ver 1.02

2010/03/18

------------------------------ */

/****************************** 共通 ********************************/
html{
	overflow-y:scroll;
}

div#content img{
	border:none;
	vertical-align:bottom;
}

div#content div{
	/zoom:1;
}

/****************************** コンテンツ ********************************/

body div#content{
	margin:0;
	padding:1em 32px;
	width:auto;
}

body div#content h2{
	font-size:150%;
	font-weight:bold;
	margin:0;
	padding:0.5em 0 1em;
}

body div#content h3{
	font-size:144%;
	font-weight:bold;
	margin:0;
	padding:0;
}

div#content table{
	width:100%;
	border-collapse:collapse;
	caption-side:top;
	border:1px solid #7f7f7f;
	margin-bottom:2em;
	background:#fff;
	color:#000;
	vertical-align:middle;
}

div#content table#shingi-menu{
	width:80%;
	margin:0 auto 1em;
	line-height:1.25;
	border-collapse:separate;
	border:outset 1px #000;
	border-spacing:1px;
}

div#content table#shingi-menu th{
	border:solid 1px #d9d9cd;
	background:#fdffe5;
	padding:0 0.5em;
	height:40px;
}

div#content table#shingi-menu td {
	border:solid 1px #d9d9cd;
	background:#fdffe5;
}

div#content table caption{
	font-weight:bold;
	font-size:113%;
	text-align:left;
	line-height:1.5;
}

div#content table th,
div#content table td{
	padding:3px;
	text-align:center;
	border:1px solid #7f7f7f;
}

div#content table th{
	font-weight:bold;
}

div#content table td{
	font-weight:normal;
	background:#fff;
}

div#content table td.agenda{
	text-align:left;
}

div#content table thead th{
	color:#fff;
	background:#9bbb59;
	white-space:nowrap;
}

div#content table tbody th{
	padding:3px 0px;
	background:#f5f5f5;
	font-weight:normal;
	}

.newupdata {
	font-size:82%;
	margin: 0 auto;
	padding: 2px 0px 0px 37px;
	width:4em;
	background-position:left top;
	vertical-align:left;
	text-align:left;
	min-height:15px;
	/height:15px;
	display:block;
	/zoom:1;
}
span[class="newupdata"]{
	font-size:82%;
	margin: 0 auto;
	padding: 2px 0px 0px 37px;
	width:4em;
	background-position: left bottom;
	}

.agenda .newupdata{
	display:inline;
}
/****************************** index ********************************/
body#shingi-index div#content h2{
	font-size:150%;
	font-weight:bold;
	margin:0 10% 1em;
	padding:0.5em;
}

body#shingi-index div#content table caption{
	font-size:100%;
}

body#shingi-index div#content div#shingi-menu-container{
	width:70%;
	margin:1em auto 3em;
	line-height:1.25;
}

body#shingi-index div#content div#shingi-menu-container table#shingi-menu{
	width:100%;
	margin:0 auto 0.5em;
	border:outset 1px #000;
}

body#shingi-index div#content h3{
	text-align:left;
	font-weight:normal;
	margin-bottom:6px;
	padding:3px 5px;
}

body#shingi-index div#content table td{
	text-align:left;
	border-color:#ccc;
	background:#fdffe5;
}

body#shingi-index div#content table td.lv2{
	padding-left:1.2em;
}

body#shingi-index div#content table td.lv3{
	padding-left:2.2em;
}

body#shingi-index div#content table{
	width:auto;
	border-color:#ccc;
}

body#shingi-index .newupdata {
	display:inline;
}

