body {
  margin: 0 auto;
  color: #333;
  line-height: 18px;
  font-size: 12px;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  color: #2264EA;
  text-decoration: none;
}

a:visited {
  color: #2264EA;
  text-decoration: none;
}

a:hover {
  color: #2264EA;
  text-decoration: underline;
}

a img {
  border: 0;
}

button {
	overflow: visible;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

button img {
	margin-right: 5px;
	vertical-align: middle;
}

/*  font 
-----------------------------------------------------------------------------*/
.txt14 {
  font-size: 14px;
  line-height: 18px;
}

.txt12 {
  font-size: 12px;
  line-height: 17px;
}

.txt10 {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.05em;
}

.txt_b {
  font-weight: bold;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}


/*  float 
-----------------------------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.bc {
  clear: both;
}


/*  header 
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7381AA;
	border-bottom-color: #3A4461;
}
#header img{
	margin: 5px 10px;
}


/*  left_menu 
-----------------------------------------------------------------------------*/
#contents {
	width: 1000px;
}


/*  left_menu 
-----------------------------------------------------------------------------*/
#left_menu {
	width: 205px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E2E7E7;
	padding-bottom: 20px;
	padding-top: 20px;
}

#left_menu .menu_title {
	height: 30px;
	line-height: 30px;
	background-image: url(../img/menu_title_bg.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
	border: 1px solid #666666;
}

#left_menu ul {
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_menu ul li {
	list-style-type: none;
	line-height: 150%;

}

#left_menu ul li a {
	display: block;
	padding-left: 17px;
	background-image: url(../img/decor1.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#left_menu ul li a:hover {
  background-color: #EEF7FF;
  text-decoration: none;
}

/*  main 
-----------------------------------------------------------------------------*/
#main {
	width: 750px;
	margin: 0 10px;
	float: right;
	padding-top: 20px;
}

#main #funcTitle {
	font-weight: bold;
	margin-bottom: 17px;
	color: #4C78CE;
	background-image: url(../img/func_title_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 27px;
}

#main #funcTitle .titleMarker {
  color: #427AD1;
  display: none;
}

/*  main list
-----------------------------------------------------------------------------*/
#list {
  padding-bottom: 15px;
}

#list table {
  margin-bottom: 5px;
  border-collapse: collapse;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
  empty-cells: show;
}

#list th {
	text-align: center;
	padding: 3px;
	border-color: #B6B6B6;
	border-width: 1px;
	border-style: solid;
	background-color: #EFEFEF;
}

#list td {
  padding: 3px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

#list .col {
  background-color: #F6F6F6;
}

#list .col1 {
  background-color: #FFFFFF;
}

#list .empty {
  font-weight: bold;
  color: #333;
  background-color: #cccccc;
}

/*  main sub_table
-----------------------------------------------------------------------------*/
#sub_table {
  padding-bottom: 15px;
}

#sub_table table {
	margin-bottom: 7px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	empty-cells: show;
	border-color: #B6B6B6;
}

#sub_table th {
  background: #EFEFEF;
  text-align: left;
  padding: 5px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

#sub_table td {
  padding: 5px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

.pNavi {
}

.seek {
  text-align: center;
}

.seek a{
  color: #333;
  text-decoration: none;
}

/*  main sub_calendar
-----------------------------------------------------------------------------*/
#sub_calendar {
  padding-bottom: 15px;
}

#sub_calendar table {
	width: 568px;
	margin-bottom: 20px;
	border-top: 1px solid #C2CBD6;
	border-left: 1px solid #C2CBD6;
}
#sub_calendar th {
	width: 80px;
	background-color: #EEF0F4;
	border-bottom: 1px solid #C2CBD6;
	border-right: 1px solid #C2CBD6;
}
#sub_calendar td {
  width: 70px;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #C2CBD6;
  border-right: 1px solid #C2CBD6;
}
#sub_calendar a {
	font-weight: bold;
	text-decoration: underline;
}
#sub_calendar .sat {
  text-align: left;
  font-weight: bold;
  color: #336699;
}
#sub_calendar .sun {
  text-align: left;
  font-weight: bold;
  color: #FF6600;
}
#sub_calendar .wd {
  text-align: left;
  font-weight: bold;
  color: #555555;
}
#sub_calendar .to_form {
  text-align: right;
}


/*  inpForm 
-----------------------------------------------------------------------------*/
#inpForm {
  width: 560px;
  margin: 10px;
  float: right;
}

#inpForm #formTitle {
	font-weight: bold;
	margin-bottom: 17px;
	background-image: url(../img/func_title_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #336699;
	height: 27px;
}

#inpForm #formTitle .titleMarker {
  color: #427AD1;
  display: none;
}

/*  inpForm table
-----------------------------------------------------------------------------*/
/*
#inpForm table {
  width: 540px;
  margin: 10px;
}

#inpForm th {
  margin: 0px;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  text-align: left;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 8px 13px;
  line-height: 20px;
  text-indent: 12px;
  width: 120px;
}

#inpForm td {
  margin: 0px;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
}
*/

#inpForm table {
	width: 540px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	empty-cells: show;
	border-color: #B6B6B6;
}

#inpForm th {
  background: #EFEFEF;
  text-align: left;
  padding: 5px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

#inpForm td {
  padding: 5px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

#inpForm #formSubmit {
  text-align: center;
}

#inpForm #formSubmit input {
	overflow: visible;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#inpForm .footnote {
  color: #cc0000;
}

/*  inpFormTime
-----------------------------------------------------------------------------*/
#inpFormTime {
  width: 560px;
  margin: 10px;
  float: right;
}

#inpFormTime #formTitle {
	font-weight: bold;
	margin-bottom: 17px;
	background-image: url(../img/func_title_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #336699;
	height: 27px;
}

#inpFormTime #formTitle .titleMarker {
  color: #427AD1;
  display: none;
}

/*  inpForm table
-----------------------------------------------------------------------------*/
#inpFormTime table {
	width: 298px;
	margin-bottom: 15px;
	margin-left: 120px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	empty-cells: show;
	border-color: #B6B6B6;
}

#inpFormTime th {
  width: 138px;
  background: #EFEFEF;
  text-align: center;
  padding: 5px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

#inpFormTime td {
  width: 138px;
  padding: 5px;
  border-color: #B6B6B6;
  border-width: 1px;
  border-style: solid;
}

#inpFormTime #formSubmit {
  text-align: center;
}

#inpFormTime #formSubmit input {
	overflow: visible;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#inpFormTime .footnote {
  color: #cc0000;
}

/*  loginForm 
-----------------------------------------------------------------------------*/
#loginBox {
	overflow:auto;
	height:200px;
	width:360px;
	position:absolute;
	top:40%;
	left:50%;
	margin-top:-100px;
	margin-left:-180px;
	background-color: #E2E7E7;
}

#loginForm {
	width: 350px;
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	height: 190px;
	border: 1px solid #666666;
}

#loginForm #formTitle {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-image: url(../img/login_title_bg.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*  loginForm table
-----------------------------------------------------------------------------*/
#loginForm table {
	width: 100%;
	margin-top: 18px;
	margin-bottom: 18px;
}

#loginForm th {
	text-align: right;
	width: 120px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}

#loginForm td {
}

#loginForm #formSubmit {
  text-align: center;
  margin-bottom: 10px;
}
