* {
	margin: 0;
	padding: 0;
}

body {
	padding: 10px 0 30px 0;
	text-align: center;
	font-size: 81.25%;
	line-height: 1.5em;
	background: url(img/body_bg.gif) repeat #cccccc;
	color: #000000;
}

ul { list-style: none; }

img { border: none; }

a { text-decoration: none; }

a:hover {
	color: #009999;
	text-decoration: underline;
}

div#outer {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	width: 750px;
}

div#title {
	width: 742px;
	margin-bottom: 7px;
	padding: 3px;
	line-height: 1em;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}

div#menu {
	width: 175px;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	float: left;
}

div#contents {
	padding: 5px;
	width: 548px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	float: right;
}

div#footer {
	width: 552px;
	margin-top: 7px;
	padding: 3px;
	font-size: 92.3%;
	line-height: 1em;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	float: right;
}

/* ----- title ----- */

div#title  div.t1 {
	background: #232364;
}

div#title  div.t2 {
	padding: 4px 0;
	line-height: 1em;
	text-align: right;
	background: url(img/title_bg.gif) repeat-x center #cccccc;
}

div#title  span {
	margin: 0 2px;
	padding: 2px 10px;
	background: #dddddd;
}

div#title  a {
	margin: 0 2px;
	padding: 2px 10px;
	text-decoration: none;
	color: #ffffff;
	background: #8888cc;
}

div#title  a.logout {
	background: #cc6688;
}

div#title  a:hover {
	background: #aaaaaa;
}

/* ----- menu ----- */

div#menu  p { 
	padding: 5px 25px;
	line-height: 1em;
	color: #ffffff;
	background: url(img/menu_bg.gif) no-repeat #e4e4e4;
}

div#menu  ul.list1 {
	padding: 0.5em 0em;
	background: #e4e4e4;
}

div#menu  ul.list1  li { 
	padding: 0 0 0 0.5em;
}

div#menu  ul.list2  li { 
	padding: 0 0 0 0.5em;
}

div#menu  div.calendar {
	padding: 0.5em 0 1em;
	background: #e4e4e4;
}

div#menu  div.calendar  a {
	text-decoration: underline;
}

div#menu  table {
	margin: 0 1px;
	width: 174px;
	line-height: 1em;
	empty-cells: show;
	border-collapse: collapse;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #ffffff;
}

div#menu  caption {
	padding-bottom: 0.3em;
}

div#menu  caption  img {
	vertical-align: middle;
}

div#menu  th {
	padding: 0.3em 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #e4e4e4;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

div#menu  td {
	padding: 0.3em 0;
	font-size: 107.69%;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#menu  td.hol {
	background: #ffcccc;
}

div#menu span.bold {
	font-weight: bold;
}

div#menu  .red {
	color: #ff0000;
}

div#menu  .blue {
	color: #0000ff;
}

/* ----- contents ----- */

div#contents  h1 {
	margin-bottom: 0.86em;
	padding: 0.5em 1em;
	font-size: 115.38%;
	line-height: 1em;
	color: #ffffff;
	background: url(img/pg_bg.gif) repeat-x #232364;
}

div#contents  h2 {
	margin: 0 0 0.86em;
	padding: 0.3em 0.6em;
	font-size: 115.38%;
	line-height: 1em;
	font-weight: bold;
	background-color: #e4e4e4;
	border-bottom: 1px solid #434384;
	border-right: 1px solid #434384;
	border-left: 0.4em solid #434384;
}

div#contents  h3 {
	margin: 0 0.3em 0.86em;
	padding: 0.3em 0.3em;
	font-size: 107.69%;
	line-height: 1em;
	font-weight: bold;
	border-left: 0.4em solid #6363a4;
}

div#contents  ul.list1 {
	list-style-type:disc;
	margin: 0 0 1em 2em;
}

div#contents  ul.list2 {
	list-style-type:circle;
	margin-left: 1em;
}

div#contents  ul.list3 {
	list-style-type:square;
	margin-left: 1em;
}

div#contents dl  ul.list1 {
	margin: 0 0 1em 0;
}

div#contents  p {
	margin: 0 1em 1em;
}

div#contents  p.center {
	margin: 0 0 1em;
	text-align: center;
}

div#contents  p.right {
	margin: 0 1em 1em;
	text-align: right;
}

div#contents  hr {
	margin-bottom: 1em;
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #232364;
	height: 2px;
} 

div#contents span.bold {
	font-weight: bold;
}

div#contents span.red {
	color: #ff0000;
}

div#contents  dl {
	margin: 0 1em 1em;
}

div#contents  dt {
	font-weight: bold;
}

div#contents  dd {
	margin: 0 0 0 1em;
}

div#contents  table {
	font-size: 100%;
	margin: 0 1em 1em;
	empty-cells: show;
	border: 1px solid #999999;
	border-collapse: separate;
	border-spacing: 1px;
}

div#contents  th {
	padding: 0 0.5em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #E1E2E6;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

div#contents  td {
	padding: 0 0.5em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	/*background-color: #eff2f3;*/
}

div#contents  pre {
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding: 0.5em;
	margin: 0 1em 1em 2em;
	white-space: pre;
	background-color:#F0F8FF;
}

div#contents  div.img_f_right {
	float: right;
	margin: 0 1em 1em;
}

div#contents  div.img_right {
	text-align: right;
	margin: 0 1em 1em;
}

div#contents  div.img_f_left {
	float: left;
	margin: 0 1em 1em;
}

div#contents  div.img_left {
	text-align: left;
	margin: 0 1em 1em;
}

div#contents  div.img_center {
	text-align: center;
	margin: 0 0 1em;
}

div#contents  .clear {
	margin:0px;
	clear:both;
}


div#contents iframe {
	margin: 0 10px;
}

/* ----- footer ----- */

div#footer  p {
	padding: 0.75em;
	text-align: center;
	color: #ffffff;
	background: #232364;
}
