/*
// NACA2003.css 
//      by Yasunori Kimura (yasunori@is.titech.ac.jp)
*/

/*
// base style
*/

body {
	color:	    black;
	background: lavender
}

a:link {
	color: blue;
	background: lavender;
	text-decoration: none;
}

a:visited {
	color: green;
	background: lavender;
	text-decoration: none;
}

a:active {
	color: red;
	background: lavender;
	text-decoration: none;
}

a:hover {
	color: red;
	background: lavender;
	text-decoration: underline;
}



h1 {
	text-align: center;
	font-size: xx-large;
	background-color: white;
	border-style: solid;
	border-color: red;
	border-width: 2pt 0 2pt 0;
	padding: 5pt 20pt 5pt 20pt;
}
h1.conftitle {
	text-align: center;
	font-size: xx-large;
	background-color: transparent;
	border-width: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	text-align: left;
	font-size: large;
	border-style: solid;
	border-color: red;
	border-width: 0 0 0 7pt;
	padding: 0 0 0 5pt;
}

address {
	text-align: left;
	font-family: monospace;
	font-style: normal;
}

br {
	clear: both;
}



/*
// for main page
*/

div.date {
	text-align: center;
	font-size: x-large;
	color: red;
}
div.place {
	text-align: center;
	font-size: large;
}
div.supporter {
	text-align: center;
	font-size: large;
}
div.mainphoto {
	text-align: center;
}
div.map {
	text-align: center;
}
div.linklist {
	text-align: center;
}
div.address {
	color:	navy;
	font-weight: bolder;
	padding: 0 0 0 15pt;
}
div.error {
	color:	red;
	font-weight: bolder;
	text-align: center;
	font-size: large
}
div.news {
	color:	black;
	font-weight: bolder;
	text-align: center;
	font-size: large
}
div.center {
	text-align: center;
}
span.titlehead {
	font-size: smaller;
	color: gray;
}
span.smalltitle {
	font-size: smaller;
}
span.station {
	font-weight: bolder;
	color: red;
}
span.railway {
	font-weight: bolder;
	font-style: italic;
}
span.emph {
	font-weight: bolder;
}


img.inline {
	float: right;
}

dt.date {
	font-size: larger;
	font-weight: bold;
	color:	     navy;
	line-height: 1.3;
}
span.changeddate {
	font-weight: bold;
	color:	     navy;
	line-height: 1.3;
	text-decoration: line-through;
}
span.newdate {
	font-weight: bold;
	color:	     red;
	line-height: 1.3;
}
span.notice {
	font-weight: bold;
	color:	     red;
}


th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}	
th.bottom {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}	

ul.member {
	list-style-type: none;
	text-align: top;
}

ul.topics {
	font-size: larger;
	font-weight: bold;
	color:	     navy;
	line-height: 1.3;
}	

dt.form {
	font-size: larger;
	font-weight: bold;
	color:	     black;
	line-height: 1.3;
}	

table.timetable {
	background-color: white;
	text-align: center;
}

td.specialsession {
	background-color: lightgray;
}
td.otherevent {
	background-color: lightblue;
}

