@charset "shift_jis";



body {
	color: #FFFFFF;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #000000 url(images/bg.gif);	/*壁色と壁紙画像設定*/
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #FFFA33;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;	/*リンク色*/
}

a:hover {
	color: #FFFA33;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;	/*HP枠の黄色のフチ取り*/
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.contents {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}

.contents img {
	width: 400px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(images/main_img.jpg) no-repeat;	/*夜景のメイン画像を背景画像として設定*/
	width: 900px;
	height: 405px;
	position: relative;
}

/*ロゴ画像の配置位置設定*/
#header #logo {
	position: absolute;
	top: 54px;	/*ヘッダー画像に対して上から25pxの位置*/
	right: 9px;	/*ヘッダー画像に対して右から0pxの位置*/
}

/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: 20;		/*ヘッダー画像に対して上から20pxの位置*/
	right: 15px;	/*ヘッダー画像に対して左から10pxの位置*/
}



/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
	height: 60px;
	width: 145px;
}

/*メニュー画像の透明度設定*/
ul#menu li a img {
	filter: Alpha(opacity=90);
	opacity: 0.9;
}

/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img {
	filter: Alpha(opacity=100);
	opacity: 1.0;
	position: relative;
	left: 1px;
	top: 1px;
}

/*メニュー１(menu1.gif)画像の位置設定*/
#menu1 {
	position: absolute;
	left: 2px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー２(menu2.gif)画像の位置設定*/
#menu2 {
	position: absolute;
	left: 152px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー３(menu3.gif)画像の位置設定*/
#menu3 {
	position: absolute;
	left: 302px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu4.gif)画像の位置設定*/
#menu4 {
	position: absolute;
	left: 452px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー５(menu5.gif)画像の位置設定*/
#menu5 {
	position: absolute;
	left: 602px;	/*ヘッダー画像に対して左から602pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー６(menu6.gif)画像の位置設定*/
#menu6 {
	position: absolute;
	left: 752px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}




/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 680px;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 100px;
}

/*h2見出し設定*/
#main h2 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	background: url(images/midashi_bg.gif) no-repeat;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}

#main h4 {
	font-size: 110%;
	color: #fff;	/*文字色*/
	background: url(images/midashi_1_bg.gif) no-repeat;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}

#main p {
	padding: 0.5em 10px 1em;
}

.photo {
	float: right;
	margin-left: 1em;
	margin-right: 10px;
}

#main-right {
	text-align:right;
	margin-right: 10px;
}

/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 100px;
}

/*h3見出し設定*/
#side h3 {
	border: 3px double #333333;	/*ボーダー設定。3pxの二重線を#333333の色で入れる。*/
	text-align: center;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	letter-spacing: 0.2em;		/*文字間隔を少しあける設定*/
	background: #030303 url(images/h3_bg.gif) no-repeat center top;	/*背景画像設定*/
	padding-right: 5px;
	padding-left: 5px;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.sidemenu li {
	margin-bottom: 5px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #222222;	/*メニュー下に#222222の直線を入れる設定。*/
	border-left: 5px solid #FFFA33;		/*メニュー左に5px幅の直線を黄色で入れる設定。*/
	display: block;
	width: 170px;
	padding-left: 5px;
	text-decoration: none;
}

ul.sidemenu li a:hover {
	color: #FFFA33;		/*カーソルオーバー時の文字色。*/
	border-bottom: 1px solid #FFFA33;	/*オーバー時の下線色。*/
}




/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #222222;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #222222;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #222222;		/*What's Newのフチの左ライン*/
	background: #000000;	/*What's Newボックスの背景色*/
}

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
}

#main dd {
	border-bottom: 1px solid #222222;	/*説明文の下に1pxの直線(solid)を#222222の色で入れる。*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta {
	width: 680px;
	border-collapse:collapse;
	border: 1px solid #333333;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

.ta td, .ta th{
	padding: 10px 2px;
	border: 1px solid #333333;
	background: #111111;
	text-align: center;

}

.ta th{
	background-color: #222222;
	width: 120px;
	text-align: center;
}

.ta .tamidashi{
	width: auto;
	text-align: center;
	background: #000000;
}


/*生徒詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main h3 {
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #111;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#222, #111);	/*同上*/
	background-image: linear-gradient(#222, #111);			/*同上*/
	font-size: 100%;
	padding: 2px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #555;	/*枠線の幅、線種、色*/
	color: #FFFFFF;	/*文字色*/
}

.mb15 {
	margin-bottom: 15px;
}

#main .staff {
	margin-right: 10px;
	margin-left: 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 400px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 60px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #555;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 10px;
	line-height: 1.5;
}
/*テーブル内の左側*/
.ta2 th{
	width: 150px;
	padding: 5px;
	text-align: center;
	background-color: #000013;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 5px;
	border-top: 1px solid #555;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #555;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #555;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#555, #333);	/*同上*/
	background-image: linear-gradient(#555, #333);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	border-bottom: 1px solid #545317;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
}
