/*
-*- fundamental -*-
 *
 *   KMC WWW site default style sheet
 *
 *   Copyright (C) 2002 Kyoto univ. Microcomputer Club.
 *   All rights reserved.
 *
 *   History:
 *   Feb 18, 2002 (slakichi): add @charset.
 *   Jan 31, 2002 (slakichi): initial version.
 */

@charset "iso-2022-jp";
/* NN4 will not read this */
@import url("sanity.css");

/* -------------------------------------------------------------------------
      General Configuration
   ------------------------------------------------------------------------- */

BODY {
	color: black;
	background-color: white;
	font-family: "Tahoma" "Verdana" "Arial" "ms pgothic" "mspgothic"
		     "$B#M#S(B $B#P%4%7%C%/(B" sans-serif;
}
A:link, A:visited {
	color: #930;
}
A:active, A:hover {
	color: red ! important;
	text-decoration: underline;
}
HR.display-if-any {
	display: block;
}
H1 {
	font-size: 150%;
	font-weight: normal;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #CCCCFF;
	padding: 0px 0px 2px 2px;
	margin: 1em -5% 1em -5%;
}
H1 .heading-separator {
	display: none;
}
H1 .heading-alternative {
	float: right;
	position: relative;
	font-size: 50% !important;
	font-weight: normal;
	position: relative;
	padding: 0px 2px 0px 0px;
	top: 2px;
	color: #6666CC;
	display: inline;
}
H2 {
	font-size: 125%;
	font-weight: bold;
	margin-left: -5%;
}
H3 {
	font-size: 100%;
	font-weight: bold;
	margin-left: -5%;
}
.contents {
	margin: 0px 15% 1.5em 15%;
	z-index: 3;
}
.contents-complex {
	z-index: 3;
}
EM {
	text-decoration: underline;
	font-style: normal;
}

#title H1 {
	font-size: 200%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	border-style: none;
	color: black;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
}
/* -------------------------------------------------------------------------
      Header, Footer and Menu
   ------------------------------------------------------------------------- */

/* menu */
.navigation-menu {
	background-color: #FFEEDD;
	width: 20%;
}
/* navi header */
.header-menu {
	font-size: 75%;
}
.header-menu .header-selected {
	font-weight: bold;
}

/* footer */
.footer {
	font-size: 75%;
	position: static;
	border: 1px solid black;
	padding: 0.2em;
	margin: 1.5em 0px 0px 0px;
	background-color: #F8EEE4;
	text-align: right;
	clear: both;
}
/* footer(Top, Back links) */
.footer-navigator {
	float: left;
}
/* footer(copyright, last update) */
.footer-copyright {
	text-align: right;
	font-style: normal;
}
.special-topic {
	border: 2px solid #FFDDDD;
	background-color: #FFEEEE;
	text-align: center;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* -------------------------------------------------------------------------
     Page specific
   ------------------------------------------------------------------------- */

#kmc-title H1 {
	font-size: 200%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: black;
	text-decoration: none;
	text-align: right;
	padding: 0px 2px 2px 0px;
	letter-spacing: 0px;
}
#kmc-title-in-jp {
	text-align: left;
	padding: 0px 0px 0px 2px;
	color: #666666;
}


