﻿/* CSS Document */
/* light blue: 0101B8 */
/* dark blue: 00006B */
/* light green: 018301  */
/* dark green: 015401 */
html, body {
	background-color: #0E0E0E;
	background-image: url('../imagesGraphics/mainBackground.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
}
object {
	outline: none;
}
img {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0 0;
}
ul {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
.spacer {
	line-height: 0;
	font-size: 0;
	clear: both;
}
/*------------------------------------------Container Start----------------------------------*/
#container {
	background-color: #FFFFFF;
	border-style: none solid solid solid;
	border-width: 2px;
	border-color: #000027;
	width: 1100px;
	margin: 0 auto 0 auto;
	position: relative;
}
#containerInside {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 814px;
	float: right;
}
/*------------------------------------------Container End----------------------------------*/
/*------------------------------------------Header Start----------------------------------*/
#header {
	height: 95px;
	width: auto;
	background-image: url('../imagesGraphics/topBarBackground.jpg');
	background-repeat: no-repeat;
}
#header div.menuHolder {
	height: 38px;
	width: 806px;
	margin-left: 290px;
	margin-top: 5px;
	padding-top: 25px;
}
#header div.menuHolder ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	padding: 0 17px 0 0;
}
#header div.menuHolder ul li a {
	display: block;
	font: small Helvetica, sans-serif;
	color: gray;
	background-color: inherit;
	text-decoration: none;
	text-transform: none;
}
#header div.menuHolder ul li a:hover {
	color: #fff;
	background-color: inherit;
	background-image: url('../imagesGraphics/menuOver.jpg');
	background-position: right;
	background-repeat: no-repeat;
	color: #999999;
}
#SubMenuHolder {
	background-image: url('../imagesGraphics/subMenuBackground.jpg');
	background-position: left;
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 16px;
	text-align: center;
}
#SubMenuHolder a {
	font-size: small;
	text-decoration: none;
	color: #F0F0F0;
	padding-right: 14px;
}
#SubMenuHolder a:hover {
	color: #C9C9C9;
	font-size: small;
	text-decoration: underline;
}
/*------------------------------------------Header End----------------------------------*/
/*------------------------------------------Paragraphs Start----------------------------------*/
.lightGrey {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	padding: 15px 23px 20px 0;
}
.lightGrey2 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
}
.darkGrey {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
	float: left;
}
.darkGrey2 {
	padding: 20px;
	margin: 10px 12px 10px 0px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	background-color: #F0F0F0;
}
/*------------------------------------------Paragraphs End----------------------------------*/
/*------------------------------------------Right Start----------------------------------*/
#right {
	width: 814px;
	margin: 0;
	padding: 0 0 0 8px;
	float: left;
}
#right h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: left center;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	padding-left: 15px;
	background-image: url('../imagesGraphics/titleSideStroke.jpg');
	background-repeat: no-repeat;
}
#right h2 span {
	font: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
#right div.imageHolder {
	float: left;
	width: 170px;
}
#right div.imageHolder img {
	border: thin solid #CCCCCC;
	width: 170px;
	height: 150px;
}
#right div.textHolder {
	padding: 0 10px 0 10px;
	float: left;
	width: 615px;
}
#right div.reverseImageHolder {
	margin-right: 20px;
	float: right;
	width: 170px;
}
#right div.reverseImageHolder img {
	border: thin solid #CCCCCC;
	width: 170px;
	height: 150px;
}
#right div.reverseTextHolder {
	float: left;
	width: 615px;
}
#right ul {
	font-size: small;
	list-style-type: disc;
	list-style-position: inside;
}
#right ol {
	font-size: small;
	list-style-type: decimal;
	list-style-position: inside;
}
#right ul.FAQ li a {
	color: #7E7E7E;
	font-size: small;
	text-decoration: none;
}
#right ul.FAQ li a:hover {
	color: #386F00;
}
#right div.QA {
	border-width: thin;
	border-style: dotted none none none;
	border-color: #CCCCCC;
	background-image: url('../imagesGraphics/QAsideBar.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-right: 10px;
}
#right div.returnToTop {
	text-align: center;
	color: #000099;
	text-transform: uppercase;
	font-size: x-small;
}
#right div.returnToTop a {
	color: #008000;
	font-weight: bold;
}
#right div.returnToTop a:hover {
	color: #0000FF;
	font-weight: bold;
}
#right div.busExplanationImageHolder {
	float: left;
	width: 480px;
	height: 130px;
}
#right div.busExplanationImageHolder img {
	border: thin solid #CCCCCC;
	width: 200px;
	height:auto;
}
#right div.busExplanationText {
	float: left;
	width: 235px;
	height: 130px;
	padding-top:20px;
	padding-left: 5px;
	margin-right:20px;
}
#right div.busExplanationText h3{
	font-size:medium;
	}

/*------------------------------------------Right End----------------------------------*/
/*------------------------------------------Left Start----------------------------------*/
#left {
	background-position: center top;
	border-style: none none solid none;
	border-color: #000066;
	border-width: medium;
	width: 279px;
	height: 100%;
	margin: 0px;
	float: left;
	background-image: url('../imagesGraphics/headerBackground.jpg');
	background-color: #00006B;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#left h2 {
	padding-top: 8px;
	font-size: medium;
	padding-left: 45px;
	padding-bottom: 15px;
}
#left h3 {
	padding-left: 15px;
	color: white;
	font-size: medium;
}
#left p {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 7px;
	color: #D6D6D6;
	font-size: small;
}
#left div.nyuushiInfo {
	color: #EBEBEB;
}
#left div.nyuushiInfo a {
	color: #EBEBEB;
	text-decoration: none;
}
#left div.nyuushiInfo:hover {
	background-color: #010178;
}
#left img {
	width: 253px;
}
#left hr {
	width: 253px;
	height: 1px;
	color: #000079;
}
/*------------------------------------------Left End----------------------------------*/
/*------------------*/
table.dormDay {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.dormDay td {
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.dormDay td.time {
	width: 30%;
	background-color: #808080;
	color: #DDDDDD;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
/*------------------*/
/*------------------*/
table.dormYear {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.dormYear td {
	width: 35%;
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.dormYear td.date {
	width: 15%;
	background-color: #808080;
	color: #DDDDDD;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
/*------------------------------------------Table Start----------------------------------*/
.blueHeader {
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
}
.yellowHeader {
	font-size: medium;
	font-weight: bolder;
	color: #808080;
	background-color: #F0F000;
	text-align: center;
}
.greenHeader {
	padding: 5px;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #006600;
	text-align: center;
}
.blueCell {
	background-color: #9D9DFF;
	color: #666666;
	text-align: center;
}
.blueCell a {
	color: #666666;
}
.greenCell {
	background-color: #99FF99;
	color: #666666;
}
.greenCell a {
	color: #666666;
}
.yellowCell {
	background-color: #FFFF99;
	color: #666666;
	text-align: center;
}
.yellowCell a {
	color: #666666;
}
.pinkCell {
	background-color: #808080;
	color: #FFFFFF;
	text-align: right;
}
.orangeCell {
	background-color: #FF6600;
	color: #FFFFFF;
	text-align: center;
}
.purpleCell {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}
.purpleCell a {
	color: #FFFFFF;
}
.greyDarkCell {
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: inherit;
}
.greyLightCell {
	background-color: #E5E5E5;
	color: #808080;
	text-align: inherit;
}
.clubTable {
	border-style: none;
	border-width: 0px;
	width: 90%;
	vertical-align: middle;
}
.clubTable tr {
	text-align: center;
	height: 30px;
}
.clubTable td {
	padding: 2px;
	vertical-align: top;
	text-align: left;
	vertical-align: inherit;
}
/*------------------------------------------Table End----------------------------------*/
.clubPhotoHolder {
	float: left;
	width: 180px;
	height: 150px;
	margin-right: 14px;
	text-align: center;
	vertical-align: top;
}
.clubPhotoHolder span {
	font-size: small;
}
.clubPhotoHolder img {
	padding: 1px;
	border: thin solid #CCCCCC;
}
.normalPhotoHolder {
	float: left;
	width: 390px;
	height: 210px;
	margin-right: 10px;
	text-align: center;
	vertical-align: top;
}
.normalPhotoHolder span {
	font-size: small;
}
.normalPhotoHolder img {
	padding: 1px;
	border: thin solid #CCCCCC;
}
/*------------------------------------------Footer Start----------------------------------*/
#footer {
	height: 45px;
	width: auto;
	background-image: url('../imagesGraphics/footerBackground.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
#footer ul.nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 320px;
}
#footer ul.nav li {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	float: left;
	display: block;
}
#footer ul.nav li a {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	padding: 0 8px;
	text-decoration: none;
}
#footer ul.nav li a:hover {
	color: #FFFFFF;
}
#footer p.copyright {
	margin: 0 auto;
	width: 215px;
	padding: 2px 0 0 240px;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*------------------------------------------Footer End----------------------------------*/
.twoPhotos {
	width: 95%;
}

