﻿@import url( ../base.css );

body{
	background-color: black;
	font-family:      sans-serif;
}

#header{
	background-color:  #6BC7D6;
}

#mainarea{
	background-image:  url( ../image/tsubasa_menu_background.png );
	background-repeat: repeat-y;
	background-color:  white;

}

#menu{
	color:white;
}

#menu a{
	color:white;
}

#body h1{
	color: CornflowerBlue;
	border-top: CornflowerBlue 2px inset;
	border-bottom: CornflowerBlue 2px inset;
}

#body h2{
	color: CornflowerBlue;
	border-bottom: CornflowerBlue 2px inset;
}

#body h3{
	color: CornflowerBlue;
}

#body a{
	color: blue;
}

#footer{
	background-color: black;
	color:            white;
}

#footer a{
	color: LightSkyBlue;
}

pre{
	font-family:      sans-serif;
	border: green 4px dotted;
	padding: 1em;
	white-space:pre;
}

pre.output{
	font-family:      sans-serif;
	border: blue 4px dotted;
	padding: 1em;
}

.comment{
	color:     green;
}

.commentaly{
	font-size: x-small;
	color:     green;
}

.caution{
	border: red 4px dotted;
	padding-left: 1em;
}
