@charset "utf-8";

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

#window-full {
	margin: 0 auto;
	width: 800px;
}

#nav {
	background-repeat: no-repeat;
}

#nav ul li#date {
	background-image: url(image/nav_01.jpg);
	width: 240px;
}

#nav ul li {
	background-image: url(image/nav_02.jpg);
	float: left;
	height: 26px;
	list-style-type: none;
	padding-top: 9px;
	text-align: center;
	width: 80px;
}

.nav-item {
	color: #903;
	cursor: pointer;
	font-weight: bold;
}

#window-left {
	border: 1px solid #2d4c7b;
	float: left;
	margin-top: 10px;
	width: 150px;
}

#window-left p {
	background-image: url(image/res_head.jpg);
	background-repeat: repeat;
	color: #903;
	font-weight: bold;
	height: 22px;
	padding-left: 8px;
	padding-top: 6px;
}

#window-left p span {
	font-size: 12px;
	padding-left: 50px;
}

#window-left li {
	border-top: 1px solid #c0c0c0;
	cursor: pointer;
	float: left;	
	height: 22px;
	list-style-type: none;
	overflow: hidden;
	padding-left: 8px;
	padding-top: 8px;
	width: 142px;
}

#add-res {
	color: #00f;
	cursor: pointer;
}

#win-title {
	background-image: url(image/share.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #c0c0c0;
	color: #990033;
	font-weight: bold;
	height: 22px;
	padding-top: 7px;
	text-align: center;
}

#win-title span {
	color: #00f;
	cursor: pointer;
	font-size: 12px;
	left: 288px;
	position: absolute;
	top: 8px;
}

.res-line {
	font-size: 12px;
	height: 30px;
	margin-top: 7px;
	text-align: center;
}

.res-line span {
	float: left;
	margin-left: 40px;
	padding-top: 7px;
}

.res-line input {
	border: 1px solid #c0c0c0;
	color: #ccc;
	height: 19px;
	left: 75px;
	line-height: 18px;
	padding-bottom: 3px;
	padding-top: 3px;
	position: absolute;
	text-indent: 5px;
	width: 200px;
}

.res-btn {
	margin-top: 7px;
	text-align: center;	
}

.res-btn input {
	background-image: url(image/button.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 25px;
	width: 50px;
}

#alt-line {
	color: #f00;
	font-size: 12px;
	margin-top: 7px;
	text-align: center;
}

#window-right {
	border: 1px solid #2d4c7b;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	position: relative;
	width: 640px;
}

#meeting-head {
	margin-left: 70px;
	margin-top: 26px;
}

#meeting-head th {
	border-bottom: 1px dashed #c0c0c0;
	height: 30px;
	width: 100px;
}

#group-meeting {
	margin-left: 70px;
}

#group-meeting td {
	border-bottom: 1px dashed #c0c0c0;
	font-size: 12px;
	height: 30px;
	text-align: center;
	width: 100px;
}

#upload-file {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	position: relative;
}

#upload-file label {
	float: left;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 7px;
}

#upload-file input {
	float: left;
	height: 25px;
	position: absolute;
}

#file-path {
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	line-height: 25px;
	width: 260px;
	z-index: 1;
}

#upload {
	filter: Alpha(Opacity=0);
	opacity: 0;
	padding-top: 4px;
	width: 320px;
	z-index: 2;
}

#submit-file {
	background-image: url(image/button.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	margin-left: 270px;
	margin-top: 1px;
	width: 50px;
}

#upload-msg {
	color: #f00;
	font-size: 12px;
	margin-left: 330px;
	margin-top: 6px;
	position: absolute;
	width: 188px;
}

#hide-frame {
	display: none;
	height: 0;
	width: 0;
}

#tips {
	color: #f00;
	float: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 30px;
	width: 600px;
}

#tips p.indent {
	line-height: 20px;
	text-indent: 20px;
}

#list-meeting {
	float: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 30px;
	width: 600px;
}

#list-meeting p {
	background-color: #eee;
	border: 1px dotted #c0c0c0;
	font-size: 14px;
	height: 28px;
	margin-bottom: 10px;
	padding-top: 12px;
	text-align: center;
}

#list-meeting table {
	border: 1px dotted #c0c0c0;
	margin-bottom: 10px;
}

#list-meeting td {
	border: none;
	height: 20px;
	text-indent: 5px;
}

.meeting-date {
	font-weight: bold;
}

.meeting-person {
	width: 50px;
}

.meeting-topic {
	color: #00f;
	width: 550px;
}

#year-pass ul li {
	color: #00f;
	height: 15px;
	list-style-type: none;
	padding: 3px 1px 3px 1px;
	text-align: center;
}

#window-bottom {
	background-image: url(image/bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	margin-top: 10px;
	width: 800px;
}

#window-bottom p {
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
}

#push-win {
	background-image: url(image/notice.gif);
	background-repeat: no-repeat;
	height: 0;
	position: fixed;
	width: 0;
}

#push-win1 {
	height: 16px;
	padding-top: 9px;
	text-align: center;
}

#push-win2 {
	color: #2d4c7b;
	font-size: 12px;
	height: 70px;
	line-height: 20px;
	margin-left: 21px;
	padding-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 220px;
	word-break: break-all;
}

#push-win3 {
	height: 30px;
	text-align: center;
}

#push-win3 input {
	background-image: url(image/button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px;
	width: 50px;
}

#push-win4 {
	font-size: 12px;
	margin-top: 8px;
	padding-left: 150px;
}