/* www.kc.tsukuba.ac.jp */

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
br.a { clear: both; }
br.l { clear: left; }
br.r { clear: right; }

body {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	color: #444444;
	margin: 8 8 8 8px;
	font-size: 1em;
	text-indent: 0em;
	line-height: 1.3em;
}
a {
	color: #0000ff;
}
a:visited {
	color: #800080;
}
a:hover, a:active {
	color: #ff0000;
}

/* *** header link *** */

#container {
	width: 780px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.header {
	width: 780px;
	height: 70px;
	margin: 0px auto 0px auto;
	background-color: #000000;
}
.header #left {
	width: 383px;
	height: 70px;
	float: left;
	background-image: url(image/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.header #middle {
	width: 120px;
	height: 70px;
	float: right;
	background-image: url(image/header-sub.jpg);
	background-repeat: no-repeat;
	background-position: 7px left;
}
.header #right {
	width: 157px;
	height: 70px;
	float: right;
	background-image: url(image/tsukuba.ac.jp.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.header #left a, .header #middle a , .header #right a {
	display: none;
}
.menu {
	width: 780px;
	margin: 0px auto 0px auto;
	border-top: solid 6px #9093be;
	border-bottom: solid 6px #9093be;
    clear: both;
    overflow: hidden;
}
.menu:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
/* \*/
* html .menu {
    height: 1em;
    overflow: visible;
}
/* */

.menu img {
	border: none;
}
.menu-image {
	float: left;
	border-right: solid 2px #9093be;
}
.menu-image-right {
	float: right;
	border: none;
}

.main {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #9093be;
	border-right: solid 1px #9093be;
	text-align: left;
}

.main:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
/* \*/
* html .main {
    height: 1em;
    overflow: visible;
}
/* */

.main h3 {
	padding: 3px;
	margin: 0 0 5 0px;
	font-size: 1.3em;
	color: #002b8e;
	border-bottom: solid 1px #ff0000;
}
.main h4 {
	padding: 3px;
	margin: 3px;
	font-size: 1.3em;
	color: #002b8e;
	background-color: #f9f9f9;
	border-left: solid 7px #180f82;
	border-bottom: solid 1px #180f82;
}

.meeting-title {
	padding: 3px;
	margin: 8 3 3 12px;
	font-size: 1.0em;
	color: #333333;
	background-color: #ffffff;
	border-left: solid 4px #9093be;
}

.meeting-note {
	padding: 3px;
	margin: 8 3 3 12px;
	font-size: 1.0em;
	background-color: #f8f8f8;
}

#div-form {
	padding: 3px;
	margin: 3px;
	font-size: 1.3em;
	color: #002b8e;
	background-color: #f9f9f9;
	border-left: solid 7px #4456d3;
	border-bottom: solid 1px #4456d3;
}
#div-org {
	padding: 3px;
	margin: 3px;
	font-size: 1.3em;
	color: #002b8e;
	background-color: #f9f9f9;
	border-left: solid 7px #ff9900;
	border-bottom: solid 1px #ff9900;
}

#div-comm {
	padding: 3px;
	margin: 3px;
	font-size: 1.3em;
	color: #002b8e;
	background-color: #f9f9f9;
	border-left: solid 7px #fa819f;
	border-bottom: solid 1px #fa819f;
}

#div-media {
	padding: 3px;
	margin: 3px;
	font-size: 1.3em;
	color: #002b8e;
	background-color: #f9f9f9;
	border-left: solid 7px #3bca50;
	border-bottom: solid 1px #3bca50;
}
.footer {
	margin-top: 8px;
	padding: 3px;
	border-top: solid 1px #9096ca;
	border-bottom: solid 1px #9096ca;
	text-align: center;
	font-size: 0.9em;
}

dl {
	margin-left: 10px;

}

form {
	margin: 0px;
}

.contact-form {
	margin: 10px auto 0px auto;
	text-align: center;
}
.contact-input, .contact-confirm {
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	border: solid 1px #8da2c9;
}
.contact-input th, .contact-confirm th {
	background-color: #180f82;
	border: solid 1px #9093be;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 3px;
}
.contact-input td, .contact-confirm td {
	background-color: #f3f3f3;
	border: solid 1px #9093be;
	font-weight: bold;
	text-align: left;
	color: #333333;
	padding: 3px;
}

.contact-input input, .contact-input textarea {
	border: solid 1px #cccccc;
}
.contact-confirm input, .contact-confirm textarea {
	border: none;
}
#contact-submit {
	padding: 3px;
	margin-top: 5px;
	background-color: #f3f3f3;
	border: solid 1px #333333;
	font-weight: bold;
	font-size: 0.9em;
}
.alert {
	margin: 0 12 0 24px;
	color: #ff0000;
	text-align: left;
}

.lecture-goto {
	text-align: right;
	margin: 0 10 8 0px;
}

.news-body {
	margin: 8px;
	padding: 0px;
	text-align: left;
}

.news-body:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
/* \*/
* html .news-body {
    height: 1em;
    overflow: visible;
}
/* */