@charset "Shift_JIS";
body  {
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #900;
	font-size: 100%;
	background-color: #FFF;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.twoColFixRtHdr #container {
	width: 820px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFBF0;
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 264px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 304px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.news a {
	text-decoration: none;
	color: #600;
}
.news a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/under_bar2.jpg);
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bar {
	background-image: url(../images/bar_info.jpg);
	font-size: 9pt;
	height: 22px;
	line-height: 2em;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 9pt;
	line-height: 1.8em;
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bg_white  {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 0px;
	width: 262px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bg_white p a:hover {
	text-decoration: underline;
}
#face {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 5px;
}
#prof {
	float: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 1%;
}
.btn_img_white {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#address {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
}
#img_mori {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mori_text {
	font-size: 12px;
	line-height: 1.5em;
	width: 486px;
}
.bar1 {
	background-image: url(../images/titledryflower.jpg);
	background-repeat: no-repeat;
	height: 22px;
	line-height: 2em;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.img_lesson {
	float: left;
}
.bg-dryflower {
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 486px;
	margin-top: 15px;
}
.dry_menu {
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../images/kyousitu_ya.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 200px;
	margin-bottom: 5px;
	height: 1%;
}
.lesson_title {
	background-image: url(../images/ex_lesson.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	width: 240px;
	font-size: 9pt;
	line-height: 2em;
	font-weight: bold;
	padding-left: 25px;
}
.teacher {
	font-size: 11pt;
	padding-right: 15px;
	padding-left: 90px;
	font-weight: bold;
	padding-top: 5px;
	height: 1%;
}
.teacher_text {
	font-size: 9pt;
	line-height: 1.5em;
	padding-left: 90px;
	padding-right: 10px;
	padding-top: 5px;
}
.bg-dryflower .lesson_title a {
	display: block;
	color: #900;
	text-decoration: none;
}
.info_left {
	font-size: 9pt;
	line-height: 2em;
	float: left;
	padding-left: 20px;
}
#under {
	background-image: url(../images/under_bar2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 820px;
}
#counter2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: center;
	line-height: 1.5em;
	background-color: #FFF;
}
#prof p {
	font-size: 12px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#address p {
	font-size: 12px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bg_white .news p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#sidebar1 p a img {
	margin: 0px;
	padding: 0px;
}
.event {
}
.event a img {
	margin-top: 1px;
}
#shopping a {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #900;
}
.bg_white ul {
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
.bg_white li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
.bg_white a {
	color: #900;
	text-decoration: none;
}
.bg_white a:hover {
	color: #900;
	text-decoration: underline;
}
