/* 基本設定
******************************************************************************************** */

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

div,img,h1,h3,h4,h5,h6,p,form{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td.button input {
	width: 63px;
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: underline; }

h1,hr{
	display: none;
}

div#container {
	background-image: url(img/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	width: 820px;
}

/* 基本レイアウト設定
******************************************************************************************** */

table#header {
	width: 760px;
	height:105px;
	background-image: url(img/header.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
}

p#logo {
	margin-top: 35px;
	float:left;
}

p#banner {
	margin-top: 35px;
	float:right;
}

div#main {
	background-color:#FFFFFF;
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	clear: both;
}

div#report_navi {
	width: 750px;
	margin-bottom: 5px;
}

div#people_navi {
	width: 750px;
	margin-bottom: 5px;
}

div#people_navi select,input {
	font-size: 10px;
	width: 180px;
}

div#report_navi select,input {
	font-size: 10px;
	width: 120px;
}

div#peoplelist input {
	width: 100px;
}

div#daynavi {
	width: 515px;
	height: 35px;
	margin-bottom: 5px;
}
div#peopleheader {
	width: 515px;
	height: 20px;
	margin-bottom: 5px;
}

div#daynavi img {
	float: left;
}

div#reportlist {
	width: 485px;
	padding: 15px;
}

div#pagenavi {
	width: 485px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #E3E3E3;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

div.pickup {
	width: 200px;
	padding: 5px;
	color: #ffffff;
}

div.pickup img {
	margin-bottom: 5px;
	float: left;
}

div.pickup a {
	color: #ffffff;
}

div.pickup p {
	margin-bottom: 25px;
}

div.pickuppeople {
	width: 200px;
	padding: 5px;
	color: #ffffff;
}

div.pickuppeople img {
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

div#footer {
	padding: 10px;
	font-size: 10px;
}

td#sub {
	width: 210px;
	padding:10px;
	background-color: #2d262f
}

font.timetext {
	font-size: 10px;
	color: #999999
}

div#reportlist p {
	margin-bottom: 15px;
}

div#reporcontents {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 510px;
}

div.reportword {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

div#reporcontents h2 {
	font-size: 18px;
	margin-top:20px;
	margin-left: 0px;
	margin-bottom: 0px;
}

div#peoplefooter {
	width: 500px;
	margin-top:20px;
	margin-left: auto;
	mrgin-right: auto;
	margin-bottom: 20px;
	font-size: 10px;
}