@charset "EUC-JP";

/* any */

body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("https://wwwmain.h.kobe-u.ac.jp/~nagasaka/images/backgroundsky.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
/*	margin: 0px;
	padding: 0px;*/
}
a:link {
/*	color: #149CCF;*/
	color: #6666CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
/*	color: #1C6199;*/
	color: #996699;
	text-decoration: none;
}
a:hover {
/*	color: #6C00B5;*/
	color: #0066FF;
	text-decoration: underline;
}
.warn {
	font-weight: bold;
	color: #FF0000;
}
.note {
	color: #0088FF;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
pre.code {
	margin: 2px;
	padding: 2px;
	background-color: #555555;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	color: #FFFFFF;
}
div.code {
	margin: 2px;
	padding: 2px;
	background-color: #555555;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	color: #FFFFFF;
}
div.codeexp {
	margin-left: 12px;
	margin-bottom: 2px;
	padding: 2px;
	background-color: #dddddd;
	color: #000000;
}
h2.overline {
	border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #5D737B;
}
.listtitle {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #5D737B;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D737B;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: auto;

}
.listtitle2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6D838B;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D838B;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: auto;
}
.listtitle2tr {
	padding-left: 10px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: auto;
}
.listtitle3 {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #6D838B;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D838B;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: auto;
}
img.example {
	margin: 5px;
}


/* header */

div.header {
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: middle;
	clear: both;
	background-image: url(https://wwwmain.h.kobe-u.ac.jp/~nagasaka/images/banner_tail.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
div.header img {
	border: 0px;
	margin: 0px;
}

/* directory access field */

div.dir {
	clear: both;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	color: #FFFFFF;
	background-color: #0A3C5A;
	font-size: smaller;
	width: 100%
}
div.dir a:link {
/*	color: #6DCDF1;*/
	color: #66FF99;
	text-decoration: none;
}
div.dir a:visited {
/*	color: #3993DB;*/
	color: #CCFFFF;
	text-decoration: none;
}
div.dir a:hover {
/*	color: #9F11FF;*/
	color: #00FF66;
	text-decoration: underline;
}

/* main part */
div.main {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	float: left;
}

/* main content part */

td.content {
	vertical-align: top;
}

/* menu content part */

div.menu {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	float: right;
}

td.menu {
	vertical-align: top;
	text-align: right;
}
td.menu table {
	width: 100%;
}
td.menutable {
	text-align: left;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #5D737B;
	border-right-color: #5D737B;
	border-bottom-color: #5D737B;
	border-left-color: #5D737B;
	border-top-width: thin;
	border-left-width: medium;
	border-right-width: thin;
	white-space: nowrap;
}
td.menutablelast {
	text-align: left;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #5D737B;
	border-right-color: #5D737B;
	border-bottom-color: #5D737B;
	border-left-color: #5D737B;
	border-top-width: thin;
	border-left-width: medium;
	border-bottom-width: medium;
	border-right-width: thin;
	white-space: nowrap;
}
.menusection {
	font-weight: bold;
	color: #001158;
	font-size: smaller;
}
.menulist {
	margin: 3px auto auto 10px;
}

/* footer part */

div.footer {
	clear: both;
	font-size: small;
}
div.langlink {
	text-align: left;
}
div.copyright {
	text-align: right;
	color: #660000;
}
div.footer span {
	color: #ffffff;
}
div.footer span:hover {
	color: #000000;
}

/* error page */

img.fixedLay 
{ 
    position         : absolute   ;
    z-index          : 100        ;
}
table.error {
	background-color: #CCCCCC;
	border: thick double #CC3333;
}

/* misc */

.bgy {
	background-color: #669966;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.nonfloat {
	clear: both;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}

/* boxes */

.clearbox {
        margin-left: 12px;
        margin-bottom: 2px;
        padding: 2px;
        background-color: #ffffff;
        color: #000000;
        border-width: 2px;
        border-style: inset;
}
ol.clearbox {
        margin-left: 12px;
        margin-bottom: 2px;
        padding: 2px 2px 2px 30px;
        background-color: #ffffff;
        color: #000000;
        border-width: 2px;
        border-style: inset;
}
.box {
        margin-left: 12px;
        margin-bottom: 2px;
        padding: 2px;
        background-color: #eeeeee;
        color: #000000;
        border-width: 2px;
        border-style: outset;
}

@media print {
.menu { display: none; }
}


