﻿@charset "UTF-8";
/* 
	Menu Style Sheet
	Yu Sekiguchi
	2009
*/

/*
	Import Style File
*/
@import url("contents.css"); /* Load contents Style Sheet */
@import url("submenu.css");     /* Load Sub Menu Style Sheet */
@import url("cssmenus.css"); /* Load CSS Menus Style Sheet */
@import url("dropline.css");     /* Load Drop Line Style Sheet */
@import url("print.css");     /* Load For Print Out Style Sheet */


body {
	background:#ffffff url("../img/schoolback.jpg") no-repeat scroll;
	margin:  0;
	padding: 0;
	border:  0;
}

img {
	border: 0;
}

div li {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-family: "MS P明朝",平成明朝,serif;
}

/* Parallel Ruling */
hr {
	color: #ccccff;
	background-color: #ccccff;
	border-style: none;
	height: 3px;
	clear: both;
}

/* Anchor Image */
a img {
	border: 0;
}

/* Heading Strong */
h3 strong {
	color: red;
}

/* Table Style */
table {
	border-width: medium;
	border-style: double;
	border-color: black;
}
th,td {
	border-width: thin;
	border-style: solid;
}

/* Text Align */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* Blue Color */
.blue { color: #0000ff; }
.navy { color: #000099; }
.teal { color: #009999; }
.aqua { color: #00ffff; }
/* Red Color */
.red { color: #ff0000; }
.orange { color: #ff9900; }
.purple { color: #990099; }
.fuchsia { color: #ff00ff; }

/* Green Color */
.green { color: #009900; }
.lime { color: #00ff00; }
.olive { color: #999900; }
.yellow { color: #ffff00; }

/* Black and White */
.black { color: #000000; }
.silver { color: #c0c0c0; }
.gray { color: #999999; }
.white { color: #ffffff; }

/* Font Size */
.huge { font-size: 200%; }
.large { font-size: 150%; }
.small { font-size: 80%; }

/* Font Style */
.mono { font-family: monospace;}
.fantasy { font-family: fantasy;}
.cursive { font-family: cursive; }
.sans { font-family: sans-serif; }
.serif { font-family: serif; }
.gothic { 	font-family: "MS Pゴシック","平成ゴシック",sans-serif; }

/* Line Height */
.lh0 { line-height: 0em; }
.lh1 { line-height: 1em; }
.lh2 { line-height: 2em; }

.visitday {
	font : 200% bold ;
	font-family :  "MS Pゴシック","平成ゴシック",sans-serif;
}
.visitday strong {
	color: red;
}
.box {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
}
/*
	Tag Menu
*/
.tag a {
	text-decoration: none;
	color: #0000ff;
	letter-spacing: 0em;
}
.tag a:hover { text-decoration: underline; }

/*
	Back Anchor
*/
.back {
	text-align: center;
}
.back a {
	text-decoration: none;
	color: #0000ff;
	letter-spacing: 0em;
}
.back a:hover { text-decoration: underline; }

/*
	List Style
*/
.roman { list-style-type: upper-roman; }
.alpha { list-style-type: lower-alpha; }
#list0 {
	list-style-image: none;
	list-style: none;
}
#list1 {
	list-style-image: url("../img/cube.gif");
}
#list2 {
	list-style-image: url("../img/tri.gif");
}
#list3 {
	list-style-image: url("../img/star.gif");
}
.list3 {
	list-style-image: url("../img/star.gif");
}
.list_menu {
	list-style-image: url("../img/tri.gif");
}
dt {
	color: #ffa500;
	font-weight: bold;
}
.large dt {
	color: #000000;
	font-weight: bold;
}
pre span {
	color: red;
}
#special {
	margin-left:0;
	padding: 10px;
	padding-left: 30px;
	background-color: #FFFFFF;
	border-top: 4px solid #0099ff;
	border-bottom: 4px solid #000033;
	border-left: 4px solid #0099ff;
	border-right: 4px solid #000033;
	font-size: 150%;
	font-weight: bold;
}
.school .thumbnail {
	float: left;
}
div.school {
	clear: left;
	vertical-align: middle;
}
