
/* コンテンツ囲み */
#cover {
	background-color:#99B3CC;  /* コンテンツ背景 淡い青 */
}

/* サイドメニュー */
#side {
	float:left;
	width: 150px;
	background-color:#99B3CC;  /* サイドメニュー背景 淡い青 */
}
#side_inner {
	padding:0px 10px;
	color:#003366;  /* サイドメニュー見出し文字 濃い青 */
	line-height:2.2;
	list-style:none;
}
#side li {
	border:solid 1px #99B3CC;  /* メニューボーダー 淡い青 */
}
#side a {
	color:#666666;  /* メニュー文字 濃いグレー */
	background-color:#FFFFFF;  /* メニュー背景 白 */
	display:block;
	text-decoration:none;
}
#side a:active {
	color:#003366;  /* 濃い青 */
	background-color:#EEEEEE;  /* アクティブ背景 もっと淡いグレー */
	text-decoration:none;
}
#side a:hover {
	color:#003366;  /* 濃い青 */
	background-color:#EEEEEE;  /* オンマウス背景 もっと淡いグレー */
	text-decoration:none;
}

/* メイン囲み */
#main {
	float:right;
	width:690px;
	background-color:#FFFFFF;  /* 白 */
}

/* 写真２ */
#photo2 {
	width: 690px;
	height:200px;
	background-color:#FFFFFF;  /* 白 */
}

/* メイン本文 */
#main_inner {
	padding:0px 0px 0px 25px;
	line-height:1.5;
}

/* 見出し */
h2 {
	font-size:14px;
	font-weight:bold;
	text-indent:2em;
	background:url(img/h2bg_01pink.gif) repeat-y;
	border-bottom:1px solid #CC99AA;
	border-left:16px solid #CC99AA;
}
h3 {
	font-size:12px;
	font-weight:normal;
	text-indent:1em;
	background:url(img/h3bg_03.gif) repeat-y;
	border-bottom:1px solid #CCCCCC;
}

/* リンク文字色 */
#main_inner a {
	color:#336699;  /* 濃い青 */
	text-decoration:none;
	border:none;
}
#main_inner a:visited {
	color:#663399;  /* 濃い紫 */
	text-decoration:none;
}
#main_inner a:hover {
	color:#6699CC;  /* 青 */
	text-decoration:underline;
}

/* リストマークを画像で */
.migi_02blue {
	list-style-image:url(img/migi10px_02blue.gif);  /* 右向き青 */
}
.square_02 {
	list-style:inside url(img/square9px_02.gif);  /* 正方形グレー */
}
.square_02blue {
	list-style:inside url(img/square9px_02blue.gif);  /* 正方形青 */
}
.square_02yellow {
	color:#CCCC66;  /* 黄 */  /* ビジネス系列　資格文字色 */
	list-style:inside url(img/square9px_02yellow.gif);  /* 正方形黄色 */
}

/* 沿革表 */
.enkaku {
	table-layout:fixed;
}
.bggray {
	background-color:#EEEEEE;  /* もっと淡いグレー */
}

/* 校時表 */
.bgyellow {
	background-color:#F0F0DC;  /* 淡い黄 */
	text-align:center;
}
.jikan {
	text-align:right;
}

/* クラブリスト */
.club {
	width:550px;
	list-style:url(img/migi10px_02blue.gif);
}
.club li {
	float:left;
	width:130px;
	height:12px;
	margin:5px 0px;
}	

/* 回り込み解除 */
.clear {
	clear:both;
}
