<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";


body {
	color: #85623e;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(images/bg.jpg);	/*壁紙*/
}

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

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

p span{
	color:#F00;
	font-weight: bolder;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #85623e;
}

a:hover {
	color: #46BDC1;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 120px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(images/header_bg.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
}

/*h1タグ設定*/
#header h1 {
	font-size: 9px;				/*文字サイズ*/
	line-height: 20px;			/*行間*/
	font-weight: normal;		/*太字になるのを、標準の太さに。太字がいいならこの１行削除。*/
	color: #999999;				/*文字色*/
	position: absolute;
	left: 111px;		/*ヘッダーブロックに対して左から60pxの位置に配置*/
	bottom: 100px;	/*ヘッダーブロックに対して下から30pxの位置に配置*/
	width: 679px;
}

/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 40px;	/*ヘッダーブロックに対して左から10pxの位置に配置*/
	top: 35px;	/*ヘッダーブロックに対して上から25pxの位置に配置*/
	width: 513px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 30px;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ（メインコンテンツを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: 900px;	/*メインコンテンツ幅*/
	clear: left;
	background-image: url(images/contents_bg.jpg);	/*コンテンツ背景画像*/
	background-repeat: no-repeat;	/*背景画像をリピートしない*/
	background-position: top;		/*背景画像を上部に配置*/
	background-color: #FFFFFF;	/*背景色*/
	padding-top: 30px;			/*背景画像分、上に余白をとる。*/
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	background-color: #FFFFFF;	/*背景色*/
	float: right;	/*右側にフロート*/
	width: 590px;	/*メインコンテンツ幅*/
	padding-right: 30px;
	padding-bottom: 30px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 36px;
	height: 36px;
	background-image: url(images/title_bg2.gif);	/*h2タグ背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	clear: both;
	width: 550px;
	padding-left: 40px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 1em;
	position: relative;
	height: 250px;
	width: 590px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側にフロート*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	padding-left: 30px;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	background-color: #f3f0ec;	/*背景色*/
	padding: 5px 10px;
	border-top: 1px solid #b5a894;		/*上の線の幅、線種、色*/
	border-right: 1px solid #b5a894;	/*右の線の幅、線種、色*/
	border-bottom: 4px solid #b5a894;	/*下の線の幅、線種、色*/
	border-left: 1px solid #b5a894;		/*左の線の幅、線種、色*/
}

#sub a {
	font-size: 120%;
}

/*h3タグを画像にした場合の設定*/
#sub h3.img {
	background-color: #FFFFFF;
	padding: 0px;
	border: none;
}

/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

#sizechange p {
	font-size: 100%;
}

#sizechange h3 {
	font-size: 100%;
}

#sizechange a {
	font-size: 100%;
}

/*サブメニュー
---------------------------------------------------------------------------*/

ul.submenu {
	margin-bottom: 1em;
}

ul.submenu li {
	font-size: 100%;
}

ul.submenu li a {
	display: block;
	width: 200px;
	padding: 5px 10px;	/*左から、上下・左右への余白*/
	text-decoration: none;
	border-bottom: 1px solid #b5a894;	/*下部の線の幅、線種、色*/
	background-color: #FFFFFF;			/*背景色*/
	color: #85623e;		/*文字色*/
}

ul.submenu li a:hover {
	background-color: #46BDC1;	/*カーソルオーバー時の背景色*/
	color: #FFFFFF;	/*文字色*/
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 570px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 550px;
	border-bottom: 1px solid #b5a894;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 450px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 10px;			/*文字サイズ*/
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-image: url(images/footer_bg.jpg);	/*フッター背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: top;						/*背景画像を上部に配置*/
	padding-top: 40px;
	padding-bottom: 10px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #85623e;	/*テーブル外側の枠線の幅、線種、色*/
}

.ta1 td, .ta1 th{
	border: 1px solid #85623e;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
}

.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 50%;
	text-align: center;	/*センタリング*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #edd632;	/*背景色*/
	text-align: left;
	padding: 10px;
	background-image: url(images/bg2.gif);	/*背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
}



/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #85623e;	/*テーブル外側の枠線の幅、線種、色*/
}

.ta2 td, .ta2 th{
	border: 1px solid #85623e;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の右側*/
.ta2 td{
	width: 327px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}

/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #d7eff0;
}

/*テーブル内のh3タグ設定*/
.ta2 h3 {
	font-size: 100%;
	border-bottom: 1px solid #85623e;	/*h3タグ下部の線幅、線種、色*/
	margin-bottom: 0.5em;
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #edd632;	/*背景色*/
	background-image: url(images/bg2.gif);	/*背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
}



/*recipe2.html用。
---------------------------------------------------------------------------*/
/*材料、レシピ工程を囲むブロック*/
.recipe2box {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}

/*h3タグ設定。*/
.recipe2box h3 {
	font-size: 100%;
	color: #FFFFFF;				/*文字色*/
	background-color: #85623e;	/*背景色*/
	text-align: center;			/*文字をセンタリング*/
}

/*左側ブロック。材料。*/
.recipe2box .left {
	float: left;	/*左側にフロート*/
	width: 170px;	/*材料ブロックの幅*/
	background-color: #f4e8da;	/*背景色*/
}

/*右側ブロック。レシピ工程。*/
.recipe2box .right {
	float: right;	/*右側にフロート*/
	width: 390px;	/*レシピ工程ブロックの幅*/
}

/*レシピ工程の番号をふるスタイル*/
.recipe2box ol {
	padding: 0em 0px 0em 30px;
}

/*材料用のリスト*/
.recipe2box ul.disc {
	padding: 0em 0px 0em 20px;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E0D1;
}

.mb1 {
	margin-bottom: 1px;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

.color1 {
	color: #00AEF6;
}
.map{
	 padding:0px !important;
	 margin:0px !important;
	 text-align:center;
}
h2.top_title {
	position: absolute;
	left: 63px;
	top: -75px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 34px;
	margin-left: 50px;
	color:#00AEF6;
	width: 774px;
	margin-top: 100px;
	vertical-align: middle;
	
}
h2.top_title a {
	text-decoration:none;
	color:#00AEF6;
}
.top2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00AEF6;
	margin-left: 115px;
	margin-top: 70px;
}

/*その他の英会話クラブ*/
.others_wrap{padding-left:5px;}
.others_wrap h4{color: #096; font-size:14px;}
.others_wrap p{margin-top:-10px; margin-left:8px;}
</pre></body></html>