@charset "utf-8";
/* CSS Document */



html {
	overflow-x: hidden;
}
body {
	background-image: url(../img/bg/bg.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;
	color:#fff;
	font-family: "ヒラギノ角ゴ UPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #C8323A;
}
a:active {
	text-decoration: none;
	color: #C8323A;
}
a:link {
	color: #C8323A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C8323A;
}
/* ~~ エレメント / タグセレクター ~~ */



ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding: 0px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */



/* ~~ この固定幅コンテナが他の div を囲みます。~~ */



.container {
	width: 1200px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1740px;
	z-index: 5;
}
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */



.header {
	height: 453px;
	width: 100%;
	background-image: url(../img/bg/header_bg.png);
	background-repeat: repeat-x;
	z-index: 1;
	position: relative;
}
/* ~~ レイアウトに使用するカラムです。~~ 





1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。







2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。







3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。







4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。







*/



.sidebar1 {
	float: left;
	width: 370px;
	padding-bottom: 10px;
	background-image: url(../img/left_contents_bg.png);
	background-repeat: no-repeat;
	height: 1727px;
	background-position: right;
	margin: 0px;
}
.content {
	float: left;
	background-image: url(../img/main_bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0px 5px;
	margin: 0px;
	height: 1727px;
	width:800px;
	position: relative;
	z-index: 0;
}
.content_member {
	width: 800px;
	float: left;
	background-image: url(../img/member_bg.png);
	background-repeat: no-repeat;
	height: 1727px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0px 40px;
	margin: 0px;
}
.content_sche {
	width: 800px;
	float: left;
	background-image: url(../img/bg/sche_bg_.png);
	background-repeat: no-repeat;
	height: 1727px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0px 40px;
	margin: 0px;
}

.content_sche_fire {
	width: 800px;
	float: left;
	background-image: url(../img/bg/sche_bg_fire.png);
	background-repeat: no-repeat;
	height: 1727px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0px 40px;
	margin: 0px;
}
.content_floor {
	width: 800px;
	float: left;
	background-image: url(../img/floor_bg_.png);
	background-repeat: no-repeat;
	height: 1727px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0px 40px;
	margin: 0px;
}
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */



.content ul, .content ol {
	padding: 0 0px 0px 0px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */



ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 160px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #ADB96E;
	color: #FFF;
}
/* ~~ フッター ~~ */



.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 179px;
	width: 100%;
	font-size: 10px;
	color: #000;
}
/* ~~ その他の float/clear クラス ~~ */



.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
/* 文字サイズ */



.fsxxlarge {
	font-size: 160%;
}
.fsxlarge {
	font-size: 140%;
}
.fslarge {
	font-size: 120%;
}
.fssmall {
	font-size: 84%;
}
.fshalf {
	font-size:65%;
	letter-spacing:1px;
	margin-left:5px;
}
/* マージン */



.mgb05 {
	margin-bottom: 0.5em;
}
.mgb10 {
	margin-bottom: 1em;
}
.mgb15 {
	margin-bottom: 1.5em;
}
.mgb20 {
	margin-bottom: 2em;
}
.mgb30 {
	margin-bottom: 3em;
}
.mgl05 {
	margin-left: 0.5em;
}
.mgl10 {
	margin-left: 1em;
}
.mgl15 {
	margin-left: 1.5em;
}
.mgl20 {
	margin-left: 2em;
}
.mgl30 {
	margin-left: 3em;
}
.mgt05 {
	margin-top: 0.5em;
}
.mgt10 {
	margin-top: 1em;
}
.mgt15 {
	margin-top: 1.5em;
}
.mgt20 {
	margin-top: 2em;
}
.mgt30 {
	margin-top: 3em;
}
.header_layer {
	background-image: url(../img/bg/header_bg_201202.png);
	background-repeat: no-repeat;
	height: 474px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-position: 0px 3px;
	z-index: 2;
}
.menu {
	position:fixed;
	width:875px;
	height:147px;
	margin-right: 0px;
	margin-left: 164px;
	margin-top: -10px;
	margin-bottom: 0px;
	z-index: 9999;
}
.header_layer2 {
	background-image: url(../img/sankaku.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	width: 100%;
	height: 474px;
	position: relative;
	z-index: 0;
}
.header_layer3 {
	width: 100%;
	height: 474px;
	position: relative;
	z-index: 0;
}
.pick_txt {
	width: 622px;
	margin-top: 13px;
	margin-left: 34px;
	line-height: 1.3em;
	height: 59px;
}
.news_txt {
	width: 622px;
	margin-top: 142px;
	margin-left: 32px;
	line-height: 1.3em;
	height: 197px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.week_select {
	height: 148px;
	margin-top: 16px;
}
.date-box dt {
	float:left;
	padding-top:0px;
	margin-right:10px;
	width:60px;
	height:30px;
	font-size: 11px;
	line-height: 15px;
}
.date-box dd {
	overflow:hidden;
	line-height: 1.3em;
	font-size: 11px;
}
.border-bottom1 {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
.link_flag {
	margin-right: 8px;
}
.calendar {
	margin-top: 78px;
	margin-left: 95px;
}
.gallery_link {
	margin-top: 54px;
	height: 123px;
	width: 181px;
	margin-right: 29px;
}
.card_link {
	margin-top: 81px;
	margin-left: 52px;
	height: 161px;
	width: 319px;
}
.content_link {
	margin-top: 30px;
	margin-right: -6px;
	height: 80px;
	width: 240px;
}
.sche_calendar {
	height: 210px;
	width: 195px;
	margin-top: 77px;
	margin-right: 3px;
}
.sidebar1 .fltrt.week_event_small {
	height: 192px;
	width: 200px;
	margin-top: 102px;
	margin-right: 10px;
}
.sidebar1 .fltrt.rental_space {
	height: 134px;
	width: 218px;
	margin-top: 89px;
	margin-right: 13px;
}
.pick_img {
	height: 440px;
	width: 627px;
	margin-top: 61px;
	margin-left: 32px;
	background-color:#000000;
	z-index: 0;
	position: relative;
}
.week_s_select {
	margin-right:30px;
	margin-top: 10px;
	width: 191px;
	padding: 0px;
	background-color: #030;
}
.week_b {
	height: 377px;
	width: 638px;
	height:306px;
	margin-top:3px;
	margin-left:31px;
}
.pickup_ribbon {
	background-image: url(../img/pickup_ribbon.png);
	z-index: 5;
	height: 110px;
	width: 275px;
	position: absolute;
	top: 10px;
	right: 36px;
}
.other_ribbon {
	background-image: url(../img/w702_web_NEWS.png);
	z-index: 5;
	height: 110px;
	width: 275px;
	position: absolute;
	top: 26px;
	right: -72px;
	background-repeat: no-repeat;
}
.member_area {
	height: 777px;
	width: 641px;
	margin-top:51px;
	margin-bottom:16px;
	margin-left:25px;
}
.sche_area {
	height: 719px;
	width: 571px;
	margin-top:51px;
	margin-left:25px;
	padding-top: 29px;
	padding-right: 35px;
	padding-bottom: 29px;
	padding-left: 35px;
	margin-bottom: 16px;
	position: relative;
}

.pickup_galiay {
	background-image: url(../img/sche_12_morita2.png);
	z-index: 5;
	height: 185px;
	width: 200px;
	position: absolute;
	top: 40px;
	right: -160px;
}

.pickup_galiay_taro {
	background-image: url(../img/sche_0101_taro.png);
	z-index: 5;
	height: 185px;
	width: 200px;
	position: absolute;
	top: 60px;
	right: -160px;
}

.pickup_sche_fire {
	background-image: url(../img/fire4.png);
	z-index: 5;
	height: 160px;
	width: 160px;
	position: absolute;
	top: -55px;
	right: -90px;
}

.access_area {
	height: 743px;
	width: 608px;
	margin-top:51px;
	margin-left:25px;
	margin-bottom:16px;
	padding: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
.gallery_area {
	height: 777px;
	width: 641px;
	margin-top:51px;
	margin-left:25px;
	margin-bottom: 16px;
}
.floor_area {
	height: 777px;
	width: 641px;
	margin-top:51px;
	margin-bottom:16px;
	margin-left:25px;
}
.sche_date_txt {
	font-size: 265%;
	vertical-align: bottom;
	letter-spacing:1px;
	margin-top: -62px;
	margin-bottom:-30px;
}
.dot_star {
	font-size: 280%;
}
.sub_caption_txt {
	font-size: 59%;
	color: #BB2F3B;
	letter-spacing:1px;
 margin-top:;
}
.sche_area .sche_left {
	width: 250px;
	height: 719px;
}
.sche_area .sche_right {
	height: 719px;
	width: 321px;
}
.fly_link {
}
.flylink {
	width: 321px;
	padding-top: 20px;
	height: 50px;
}
.event_subtitle_txt {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
}
.event_title_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
.sche_txt1 {
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing:1px;
}
.sche_txt2 {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing:1px;
	font-weight: bold;
}
.djs_content {
	width: 627px;
	height: 400px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 28px;
}
.movie_content {
	width: 600px;
	height: 400px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.mail_bird {
	height: 54px;
	width: 64px;
	margin-top: -6px;
	margin-right: 179px;
}
.sns_link {
	height: 33px;
	width: 325px;
	margin-top: 108px;
	margin-right: 45px;
}
div.member_area div#inner_member {
	margin:0 18px;
}
div.member_area div#inner_member p.txt01 {
	font-size:85%;
	line-height:1.2em;
	padding-top:80px;
}
div.member_area div#inner_member p.txt02 {
	font-size:11px;
	line-height:1.3em;
	margin-top:25px;
}
div.member_area div#inner_member p.txt03 {
	font-size:12px;
	line-height:1.3em;
	padding-top:290px;
	text-align:center;
}
div.member_area div#inner_member p.txt04 {
	font-size:12px;
	line-height:1.3em;
	padding-top:35px;
	text-align:center;
}
div.member_area div#inner_member p.txt05 {
	font-size:12px;
	line-height:1.3em;
	padding-top:20px;
	clear:both;
}
div.member_area div#inner_member form {
	margin-left:255px;
	margin-top:80px;
}
div.member_area div#inner_member form #txt_box {
	width:220px;
	float:left;
	margin-right:8px;
}
.add_txt {
	margin-left: 140px;
}

div.floor_area div#inner_member {
	margin:0 18px;
}
div.floor_area div#inner_member p.txt01 {
	font-size:80%;
	line-height:1.2em;
	padding-top:80px;
}
div.floor_area div#inner_member .add_txt {
	margin-left: 200px;
	margin-top:20px;
	font-size:12px;
}

div.floor_area div#inner_member .photo_area {
	width:605px;
	height:500px;
	position: relative;
}

.floor_photo01 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 395px;
	top: 155px;
}
.floor_photo02 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 120px;
	top: 330px;
}
.floor_photo03 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 225px;
	top: 368px;
}
.floor_photo04 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 330px;
	top: 370px;
}
.floor_photo05 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 330px;
	top: 425px;
}

.floor_photo06 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 155px;
	top: 435px;
}

.floor_photo07 {
	position:absolute;
	width:44px;
	height:47px;
	z-index:2;
	left: 315px;
	top: 320px;
}




.space10 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 10px;
}
.space20 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 20px;
}
.container .content_sche .content_sche_fire .access_area .warehouse_txt {
	font-size: 13px;
	line-height: 1.5em;
	padding-right: 14px;
	padding-left: 0px;
}
.week_area {
	height: 300px;
	width: 765px;
	margin-top: 4px;
	margin-left: 9px;
}
#apDiv2 {
	position:absolute;
	width:90px;
	height:75px;
	z-index:2;
	left: 315px;
	top: 108px;
}
#apDiv3 {
	position:absolute;
	width:129px;
	height:88px;
	z-index:2;
	left: 383px;
	top: 170px;
}
#apDiv4 {
	position:absolute;
	width:100px;
	height:62px;
	z-index:2;
	left: 55px;
	top: 180px;
}
#apDiv5 {
	position:absolute;
	width:43px;
	height:47px;
	z-index:2;
	left: 568px;
	top: 155px;
}
#apDiv6 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 841px;
	top: 136px;
}
#apDiv7 {
	position:absolute;
	width:83px;
	height:75px;
	z-index:2;
	left: 1050px;
	top: 130px;
}
#apDiv8 {
	position:absolute;
	width:100%;
	height:33px;
	z-index:1;
	left: 91px;
	top: 131px;
}
#apDiv9 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 380px;
	top: 116px;
}
#apDiv10 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 146px;
	top: 0px;
}
#apDiv11 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 389px;
	top: 34px;
}
#apDiv12 {
	position:absolute;
	width:60px;
	height:60px;
	z-index:2;
	left: 80px;
	top: 100px;
}
#apDiv13 {
	position:absolute;
	width:72px;
	height:72px;
	z-index:2;
	left: 75px;
	top: 40px;
}

#apDiv14 {
	position:absolute;
	width:50px;
	height:140px;
	z-index:2;
	left: 1070px;
	top: 14px;
}
#apDiv15 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:2;
	left: 432px;
	top: 111px;
}
#apDiv16 {
	position:absolute;
	width:84px;
	height:80px;
	z-index:2;
	left: 622px;
	top: 132px;
}
#apDiv17 {
	position:absolute;
	width:90px;
	height:121px;
	z-index:2;
	left: 0px;
	top: 277px;
}
#apDiv18 {
	position:absolute;
	width:93px;
	height:96px;
	z-index:2;
	left: 355px;
	top: 304px;
}
#apDiv19 {
	position:absolute;
	width:122px;
	height:28px;
	z-index:2;
	left: 709px;
	top: 360px;
}
#apDiv20 {
	position:absolute;
	width:70px;
	height:50px;
	z-index:2;
	left: 990px;
	top: 80px;
}
#apDiv19 {
	position:absolute;
	width:122px;
	height:28px;
	z-index:2;
	left: 709px;
	top: 360px;
}
#apDiv20 {
	position:absolute;
	width:70px;
	height:50px;
	z-index:2;
	left: 990px;
	top: 80px;
}

#apDiv21 {
	position:absolute;
	width:117px;
	height:105px;
	z-index:2;
	left: 45px;
	top: 45px;
}
#apDiv22 {
	position:absolute;
	width:55px;
	height:65px;
	z-index:2;
	left: 990px;
	top: 72px;
}

#apDiv23 {
	position:absolute;
	width:60px;
	height:99px;
	z-index:2;
	left: 675px;
	top: 112px;
}

#apDiv24 {
	position:absolute;
	width:80px;
	height:70px;
	z-index:2;
	left: 483px;
	top: 120px;
}
#apDiv25 {
	position:absolute;
	width:58px;
	height:62px;
	z-index:2;
	left: 1112px;
	top: 276px;
}
#apDiv26 {
	position:absolute;
	width:181px;
	height:214px;
	z-index:2;
	left: 1005px;
	top: 55px;
}
#apDiv27 {
	position:absolute;
	width:180px;
	height:250px;
	z-index:2;
	left: 1005px;
	top: 26px;
}
#apDiv28 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	left: 65px;
	top: 80px;
}

#apDiv29 {
	position:absolute;
	width:67px;
	height:67px;
	z-index:2;
	left: 580px;
	top: 125px;
}

#apDiv30 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:2;
	left: 30px;
	top: 30px;
}

#apDiv31 {
	position:absolute;
	width:180px;
	height:240px;
	z-index:2;
	left: 1015px;
	top: 45px;
}


/*2012 Heishi*/
#apDiv32 {
	position:absolute;
	width:90px;
	height:121px;
	z-index:2;
	left: 2px;
	top: 265px;
}

/*2012 Takoage*/
#apDiv33 {
	position:absolute;
	width:147px;
	height:179px;
	z-index:1;
	left: 12px;
	top: 25px;
}

#apDiv34 {
	position:absolute;
	width:180px;
	height:240px;
	z-index:2;
	left: 1015px;
	top: 45px;
}
#wrapper {
	position: relative;/*display: none;*/
}
/*	SCHEDULE */



div#twitter {
	background-image:url(../img/sche/icon_t.gif);
	background-repeat:no-repeat;
	width:150;
	height:30px;
	float:left;
	padding-left:32px;
	margin-right:15px;
}
div#fb {
	background-image:url(../img/sche/icon_f.gif);
	background-repeat:no-repeat;
	float:left;
	width:60px;
	height:30px;
	padding-left:32px;
}
div#community {
	position: absolute;
	top:720px;
	left:415px;
	width: 200px;
}
.sche_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing:1px;
	width: 250px;
}
.sche_area a {
	color: #FFF;
}
.sche_txt2 .various3 {
	color: #FFF;
}
span.sche_txt1 a, span.sche_txt2 a {
	color:#FFFFFF;
}
table.sche_info {
	font-size:11px;
}
table.sche_info tr {
	margin-bottom:5px;
	font-size:12px;
}
table.sche_info tr td.sub_sche {
	font-size:10px;
}

