/*--- 共通設定ファイル ---------------------------------------------*/

/*--- 本体 ---------------------------------------------------------*/
body
{
	color				: #ffffff ;
	background-color	: #000000 ;
	background-image	: url( "http://www.tansio.net/data/wall.jpg" ) ;
	background-repeat	: no-repeat ;
}


/*--- リンク -------------------------------------------------------*/
a:link
{
	color				: #ffc0cb ;
}

a:visited
{
	color				: #00ffff ;
}

a:active
{
	color				: #e0ffff ;
}

a:hover
{
	color				: #e0ffff ;
	position			: relative ;
	top					: 1px ;
	left				: 1px ;
}


/*--- 基本設定 ---------------------------------------------*/

/*--- 画像共通 -----------------------------------------------------*/
img
{
	border-style		: none ;		//	枠なし
}

/*--- 左寄り・テキスト右用(回り込み) -----------------*/
img.left
{
	float					: left ;
}


/*--- 見出し -------------------------------------------------------*/

/*--- 大見出し -------------------------------------*/
h1
{
	color				: #e0ffff ;
	font-size			: 200% ;
	font-weight			: bold ;
	font-style			: oblique ;
	margin				: 0px ;
}

/*--- 見出し内のサブタイトル -----------------------*/
span.subtitle
{
	font-size			: 50% ;
}

/*--- New! -----------------------------------------*/
span.new
{
	color       : #FFFF88 ;
	font-size   : 80% ;
	font-weight : bold ;
}

p.newlist
{
	margin-top			: 3px ;
	margin-bottom		: 3px ;
}

b.caution
{
	font-size   : 200% ;
	font-weight : bold ;
	padding-top : 20px ;
	padding-bottom : 20px ;
}


/*--- float解除 -------------------------------------*/
div.clearfloat
{
	clear : both ;
}

/*--- 消去 -----------------------------------------*/
div.hide
{
	font-size : 0% ;
	position			: absolute ;
	top					: -4000px ;
	left				: -4000px ;
}

div.linkunit
{
	height	:	40px ;
}

/*--- BBS書き込み用：かならずどこでも改行入る ------*/
pre.bbsbody
{
	word-break			: break-all ;
}

div.bbsbody
{
	word-break			: break-all ;
}

/*--- 新デザイン本文位置あわせ(右広告なし) ---------*/
div.content_main
{
	z-index				: 0 ;
	position			: absolute ;
	left				: 0px ;
	right				: 30px ;	/*FireFox*/
	_right				: 10px ;	/*IE*/
	padding-left		: 9em ;
	padding-right		: 10px ;
	padding-top			: 3em ;
}

/*--- 新デザイン本文位置あわせ(没にする) ---------*/
div.content_mainfull
{
	z-index				: 0 ;
	position			: absolute ;
	left				: 0px ;
	right				: 30px ;	/*FireFox*/
	_right				: 10px ;	/*IE*/
	padding-left		: 9em ;
	padding-right		: 10px ;
	padding-top			: 3em ;
}


/*--- 大見出しの小さめ -----------------------------*/
h1 small
{
	font-size			: 50% ;
}

/*--- 大見出し右 -----------------------------------*/
h1.right
{
	text-align : right ;
}

/*--- 掲示板リスト用箇条書き -----------------------*/
li.bbs_list
{
	margin-top			: 0.5em ;
	margin-bottom		: 0.5em ;
}

/*--- 新デザイン：本文位置あわせ(11/07/15〜) -------*/
div.main_area
{
	z-index				: 0 ;
	position			: absolute ;
	left				: 0px ;
	right				: 20px ;	/*FireFox*/
	_right				: 0px ;	/*IE*/
	padding-left		: 9em ;
	padding-top			: 2em ;
}

/*--- 左側メニューのみエリア(11/07/15〜) -----------*/
div.area_menu
{
	float				: left ;
	padding-right		: 0px ;
	margin-right		: 0px ;
}

p.sidemenu
{
	margin-top			: 3px ;
	margin-bottom		: 3px ;
}

/*--- ゲームエリア：左５０空ける -----------------------------------*/
div.game_l50
{
	margin-left			: 50px ;
}

/*--- 標準ウィンドウ型矩形 -----------------------------------------*/
div.window
{
	border-style		: ridge ;
	border-color		: #e0f0ff ;
	border-width		: 6px ;
	background-color	: #203040 ;
	padding				: 0em, 0em, 0em, 0em ;
	margin      	    : 0em, 0em, 0em, 0em ; /*上右下左*/
	filter				: Alpha( opacity = 80 ) ;
}


/*--- 標準ウィンドウ型矩形(連続でウィンドウを並べる用) -------------*/
div.window_list
{
	border-style		: ridge ;
	border-color		: #e0f0ff ;
	border-width		: 6px ;
	background-color	: #203040 ;
	padding				: 0em, 0em, 0em, 0em ;
	margin      	    : 0em, 0em, 0em, 0em ; /*上右下左*/
	filter				: Alpha( opacity = 80 ) ;

	position			: relative ;
	margin-top			: 1em ;
	padding-bottom		: 2em ;	/*FireFox*/
	_padding-bottom		: 2em ;		/*IE*/
}



/*--- 標準ウィンドウ型矩形(半透明なし) -----------------------------*/
div.window100
{
	border-style		: ridge ;
	border-color		: #e0f0ff ;
	border-width		: 6px ;
	background-color	: #203040 ;
	padding				: 0em, 0em, 0em, 0em ;
}

/*--- 標準ウィンドウ内の見だし -------------------------------------*/
div.window h2,div.window100 h2
{
	background-color	: #20c0ff ;
	background-image	: url( http://www.tansio.net/data/bback.gif ) ;
	background-repeat	: repeat-y ;

	font-size       	: 100% ;
	font-style      	: normal ;
	color           	: #ffffff ;

	border-style    	: solid ;
	border-width    	: 0px, 0px, 2px, 0px ; /*上右下左*/
	border-color    	: #f0f0f0 ;

	margin      	    : 0em, 0em, 0em, 0em ; /*上右下左*/
	padding     	    : 0.2em, 1em, 0.2em, 1em ;
}

/*--- ウィンドウ内小見出し ------------------*/
div.window h2,div.window100 h3
{
	color				: #e0ffff ;
	font-size			: 120% ;
	font-weight			: bold ;
	font-style			: oblique ;
	margin				: 0px ;
}

/*--- 標準ウィンドウ内の見だし -------------------------------------*/
div.caption
{
	background-color	: #20c0ff ;
	background-image	: url( http://www.tansio.net/data/bback.gif ) ;
	background-repeat	: repeat-y ;

	font-size       	: 100% ;
	font-style      	: normal ;
	font-weight			: bold ;
	color           	: #ffffff ;

	border-top-style   	: none ;
	border-right-width	: none ;
	border-bottom-style	: solid ;
	border-left-width	: none ;
	border-width    	: 0px, 0px, 2px, 0px ; /*上右下左*/
	border-color    	: #f0f0f0 ;

	margin-top			: 0em ;
	margin-right		: 0em ;
	margin-bottom		: 0em ;
	margin-left			: 0em ;
	padding-top			: 0.2em ;
	padding-right		: 0.5em ;
	padding-bottom		: 0.2em ;
	padding-left		: 1em ;

	line-height			: 120% ;
}

/*--- 項目タイトル -------------------------*/
h3
{
	color       : #e0ffff ;
	font-size   : 120% ;
	font-weight : bold ;
	font-style  : oblique ;
	margin      : 0px ;
	padding		: 2px ;
}

/*--- トップヘッダ -------------------------------------------------*/
div#header
{
	position			: relative ;
	_width				: 100% ;	/*IE*/
	padding-top			: 0em ;
	padding-right		: 0em ;
	padding-bottom		: 1.5em ;
	padding-left		: 0em ;
	margin-top			: 0em ;
	margin-bottom		: 0em ;
	margin-left			: 2em ;
}

/*--- 左側メニュー＋広告のエリア -----------*/
div.mainmenu_area
{
	float				: left ;
	width				: 100px ;	/* 広告のサイズ */
	padding-right		: 0px ;
	margin-right		: 0px ;
}


/*--- 左メニューウィンドウ -----------------*/
div#menu
{
	z-index				: 5 ;
	width				: 7em ;
	height				: 31em ;
	float				: left ;
	position			: relative ;
	top					: -1.5em ;
}

/*--- 左メニューウィンドウ(英語版) ---------*/
div#menu_eng
{
	z-index				: 5 ;
	width				: 7em ;
	height				: 15em ;
	float				: left ;
	position			: relative ;
	top					: -1.5em ;
}

/*--- 文章の囲み(メニュー用) ---------------------------------------*/
div.menu_message
{
	margin-top			: 0.5em ;
	margin-right		: 0.5em ;
	margin-bottom		: 0.5em ;
	margin-left			: 0.5em ;
}

div.menu_message p
{
	padding-top			: 2px ;
	padding-bottom		: 2px ;
}

/*--- メニューの選択項目 -------------------------------------------*/
span.select
{
	font-weight			:	bold ;
}


/*--- パンくずリスト -----------------------------------------------*/
div#panlist
{
	z-index				: 5 ;
	position			: absolute ;
	top					: 6.5em ;
	left				: 9em ;
	width				: 28em ;
	margin-top			: 0em ;
	margin-left			: 0em ;
	margin-bottom		: 0em ;
	margin-right		: 0em ;
}

div#panlist_long
{
	z-index				: 5 ;
	position			: absolute ;
	top					: 6.5em ;
	left				: 9em ;
	width				: 40em ;
	margin-top			: 0em ;
	margin-left			: 0em ;
	margin-bottom		: 0em ;
	margin-right		: 0em ;
}

/*--- 吹き出し -----------------------------------------------------*/
span.free
{
	position			: relative ;
	width				: 1px ;
	height				: 1px ;
}

span.slip_menu
{
	position			: absolute ;
	top					: -32px ;
	left				: -4px ;
}

/*--- ゲームタイトル -----------------------------------------------*/
span.gametitle
{
	color				: #80ffff ;
	font-weight			: bold ;
}

/*--- 掲示板アイコン -----------------------------------------------*/
img.bbsicon
{
	position			: relative ;
	top					: 4px ;
}

/*--- 掲示板：過去スレリンク ---------------------------------------*/
div.pastlink
{
	text-align			: right ;
}

/*--- 言語選択 -----------------------------------------------------*/
div#langlist
{
	z-index				: 6 ;
	position			: absolute ;
	top					: 6.5em ;
	right				: 20px ;
	width				: 12em ;
	margin-top			: 0em ;
	margin-left			: 0em ;
	margin-bottom		: 0em ;
	margin-right		: 0em ;
}

/*--- 本文位置あわせ -------------------------------*/
div.top_main
{
	z-index				: 0 ;
	position			: absolute ;
	right				: 160px ;	/*FireFox*/
	_right				: 140px ;	/*IE*/
	left				: 200px ;
	padding-top			: 2em ;
}

/*--- 掲示板位置あわせ -------------------------------*/
div.bbs_main
{
	z-index				: 0 ;
	position			: absolute ;
	right				: 10px ;	/*FireFox*/
	left				: 9em ;
	padding-top			: 2em ;
}

/*--- Top/標準ウィンドウ --------------------------------------------*/
div#win_main
{
	position			: relative ;
	width				: 100% ;

	padding-bottom		: 2em ;	/*FireFox*/
	_padding-bottom		: 2em ;		/*IE*/
}

/*--- 著作権用枠 ---------------------------------------------------*/
div#win_copyright
{
	text-align			: center ;
	margin-top			: 1em ;
}

div.copyright
{
	width				: 100% ;
	margin-top			: 0.5em ;
	margin-right		: 0.5em ;
	margin-bottom		: 0.5em ;
	margin-left			: 0.5em ;
}

/*--- 著作権 -------------------------------------------------------*/
address
{
	text-align			: center ;
	padding				: 0em, 0em, 0em, 0em ; /*上右下左*/
}

div.foot_banner
{
	float				: left ;
	width				: 40% ;
	text-align			: right ;
}

div.foot_adrs
{
	float				: left ;
	width				: 40% ;
	text-align			: left ;
}

div.foot_copyright
{
	clear				: both ;
	text-align			: center ;
}

/*--- トップ広告 ---------------------------------------------------*/
div.top_advertise
{
	z-index				: 30 ;
	position			: absolute ;
	width				: 468px ;
	top					: 3.5em ;
	right				: 1em ;
}

/*--- english game menu ------------------------------*/
div#movie_engmenu
{
	z-index				: 30 ;
	width				: 110px ;


	position			: absolute ;
	top					: 26em ;	/* Firefox*/
	left				: 0.5em ;

	_position			: relative ;
	_top				: 0em ;		/* IE */
	_left				: 0em ;
}

img.engmenu
{
	margin-bottom		: 10px ;
}


/*--- 動画ウィンドウ内に120*120広告用 --------------*/
div.movie_in120
{
	text-align			: center ;
	margin-top			: 25px ;
}

/*--- 動画広告ウィンドウ -------------------------------------------*/
div#movie_advertise
{
	z-index				: 30 ;
	width				: 170px ;
	height				: 170px ;

	top					: 34em ;	/* FireFox */
	position			: absolute ;
	left				: 0.5em ;

	_top				: 1.5em ;	/* IE */
	_position			: relative ;
	_left				: 0em ;
}

/*--- 動画広告ウィンドウ(下に下げるとき) ---------------------------*/
div#movie_advertise_bottom
{
	z-index				: 30 ;
	width				: 170px ;
	height				: 170px ;

	top					: 35em ;	/* FireFox */
	position			: absolute ;
	left				: 0.5em ;

	_top				: 4.5em ;	/* IE */
	_position			: relative ;
	_left				: 0em ;
}

/*--- 横長広告用ウィンドウ(下に下げるとき) -------------------------*/
div#width_advertise
{
	clear				: both ;
	text-align			: center ;
	margin-top			: 1em ;
}

/*--- 上広告用ウィンドウ -----------------------------------------*/
div#top_win_advertise
{
	z-index				: 30 ;
	position			: absolute ;
	width				: 468px ;
	top					: 2em ;
	right				: 1em ;
}

/*--- 本文広告用 ---------------------------------------------------*/
div.main_advertise
{
	text-align			: center ;
	padding-top			: 0.5em ;
	padding-bottom		: 0.5em ;
}


/*--- 文章の囲み ---------------------------------------------------*/
div.message
{
	margin-top			: 0.5em ;
	margin-right		: 0.5em ;
	margin-bottom		: 0.5em ;
	margin-left			: 0.5em ;
}

/*--- リンク要素 ---------------------------------------------------*/
div.linkbox
{
	margin-top			: 10px ;
	margin-right		: 10px ;
	margin-bottom		: 10px ;
	margin-left			: 10px ;
}


/*--- 文章の囲み(中央寄せ) -----------------------------------------*/
div.message_c
{
	text-align			: center ;
	margin 				: 1em, 1em, 1em, 1em ; /*上右下左*/
}

/*--- 広告ウィンドウエリア -----------------------------------------*/
div.advertize_area
{
	text-align			: center ;
	margin-top			: 4px ;
	margin-bottom		: 4px ;
}


/*--- メッセージブロック -------------------*/
div.message_block
{
	margin-top			: 0.5em ;
	margin-right		: 0.5em ;
	margin-bottom		: 1.5em ;
	margin-left			: 0.5em ;
}

/*--- 説明の内容 ---------------------------*/
div.contents
{
	margin-left			: 1em ;
	margin-right		: 1em ;
	margin-bottom		: 1em ;
}

/*--- ゲームピックアップ -------------------*/
div.pickup_game
{
	margin-bottom		: 8px ;
}

/*--- その他ゲーム -------------------------*/
div.other_game
{
	float				: left ;
}

span.other_game img
{
	padding				: 0px ;
	margin				: 4px ;

/*	line-height			: 60px ;*/
}


/*--- センタリング -------------------------------------------------*/

/*--- 中央寄せ -------------------------------------*/
div.center
{
	text-align			: center ;
}

/*--- 右寄せ ---------------------------------------*/
div.right
{
	text-align			: right ;
}

/*--- 左寄せ ---------------------------------------*/
div.left
{
	text-align			: left ;
}


/*--- 画像型区切り線 -----------------------------------------------*/
div.line
{
	margin           : 0em, 0em, 0em, 0em ;		/*上右下左*/
	padding          : 0em, 0em, 0em, 0em ;		/*上右下左*/
}

div.topline
{
	margin           : 0em, 0em, 1em, 0em ;		/*上右下左*/
	padding          : 0em, 0em, 0em, 0em ;		/*上右下左*/
}


/*--- トップに戻るアイコン -----------------------------------------*/
div.topicon
{
	position			: absolute ;
	top					: 2em ;
	right				: 1em ;
}


/*--- 段落 ---------------------------------------------------------*/

/*--- 通常段落 -----------------------------*/
p
{
	line-height			: 120% ;
	padding				: 0em ;
	margin				: 0em ;
}

/*--- 定義 ---------------------------------*/
p.define
{
	color				: #e0ffff ;
	font-size			: 100% ;
	font-weight			: bold ;
	font-style			: oblique ;
	margin				: 0px ;
}

/*--- １タブ -----------------------------------------*/
p.tab
{
	margin				: 0em, 0em, 0em, 2em ;		/*上右下左*/
}

/*--- 上に１行空ける ---------------------------------*/
p.indent
{
	margin				: 1em, 0em, 0em, 0em ; /*上右下左*/
}

/*--- 最後の行・下に１行空ける -----------------------*/
p.bottom
{
	margin				: 0em, 0em, 1em, 0em ; /*上右下左*/
}


/*--- 定義リスト -----------------------------------*/
dd
{
	margin-bottom		: 0.5em ;
}


/*--- 標準メインウィンドウ -----------------*/
div#win_default
{
	z-index				: 1 ;
	position			: relative ;
	left				: -2em ;
	top					: -0.5em ;
	margin-bottom		: 3em ;
	width				: 25em ;
}

/*--- 右広告用ウィンドウ -------------------*/
div#win_right
{
	z-index				: 5 ;
	position			: absolute ;
	top					: 7em ;
	right				: 0.5em ;
	margin-bottom		: 2em ;
	width				: 120px ;
	height				: 620px ;
}


/*--- 説明 -----------------------------------------*/
dt
{
	font-weight			: bold ;
}

/*--- 箇条リスト -----------------------------------*/
ul
{
	margin-top			: 0.0em ;
	margin-right		: 1.0em ;
	margin-bottom		: 0.0em ;
	margin-left			: 2.0em ;
}

/*--- 箇条リスト(自己紹介) -------------------------*/
ul.profile
{
	margin-top			: 1.0em ;
	margin-right		: 1.0em ;
	margin-bottom		: 0.0em ;
	margin-left			: 2.0em ;
}

/*--- 箇条リスト(ウィンドウ内メッセージ用) ---------*/
ul.message
{
	margin-top			: 1.0em ;
	margin-right		: 1.0em ;
	margin-bottom		: 1.0em ;
	margin-left			: 2.0em ;
}

/*--- ちょっと隙間あり箇条リスト -------------------*/
ul.interval li
{
	margin-top			: 0.5em ;
	margin-bottom		: 0.5em ;
}

/*--- モバイル対応箇条リスト -----------------------*/
ul.mobile
{
	margin-top			: 10px ;
	margin-bottom		: 20px ;
}

ul.mobile li
{
	font-size			: 20px ;
	margin-top			: 10px ;
	margin-bottom		: 10px ;
}


div.wincap_title
{
	float				: left ;
}

div.wincap_button
{
	text-align			: right ;
}


/*--- web patio用 ---*/
div.s1
{
	padding-top			: 1em ;
	padding-bottom		: -1em ;
	margin-bottom		: -1em ;
	font-size			: 75% ;
	text-align			: center ;
}

div.memo
{
	border-style		: dot ;
	border-color		: #80c0ff ;
	border-width		: 2px ;
	margin-left			: 2em ;
	margin-right		: 2em ;
	padding				: 1em ;
	background-color	: #406080 ;
}

/*--- ゲーム探し：テーブル -------------------------*/
table.search_table
{
	margin-left		: 1em ;
}

img.search
{
	margin-top		: 0.5em ;
	margin-bottom	: 0.5em ;
}

/*--- 更新履歴 ---------------------------------------*/
ul.history
{
	margin-bottom		: 24px ;
}

ul.history li
{
	margin-top			: 8px ;
	margin-bottom		: 8px ;
}

/*--- ゲームの右側の広告用 ---------------------------*/
div.adv_gameright
{
	padding-left	: 20px ;
	width			: 180px ;
	background-color	: #0000ff ;
}


/*--- ストアリンクボタン ----------------------------*/
div.storelink_start
{
}

div.storelink_button
{
	float					: left ;
	padding-right			: 10px ;
}

div.storelink_end
{
	clear : both ;
}


/*--- English Game list ------------------------------*/
/*
div.engmenu_normal
{
	width				: 140px ;
	height				: 64px ;
	background-color	: #000000 ;
	margin-top			: 0px ;
	margin-bottom		: 0px ;
	padding-top			: 0px ;
	padding-bottom		: 0px ;
	vertical-align		: middle ;
}

div.engmenu_select
{
	width				: 140px ;
	height				: 64px ;
	background-color	: #ffffff ;
	margin-top			: 0px ;
	margin-bottom		: 0px ;
	padding-top			: 0px ;
	padding-bottom		: 0px ;
	vertical-align		: middle ;
}
*/


/*--- ゲームウィンドウ横幅500 ------------------------------*/
div#win_w500
{
	position			: relative ;
	width				: 500px ;
	padding-bottom		: 2em ;
}
div#win_w560
{
	position			: relative ;
	width				: 560px ;
	padding-bottom		: 2em ;
}

div#win_w644
{
	position			: relative ;
	width				: 644px ;
	padding-bottom		: 2em ;
}

div#win_w660
{
	position			: relative ;
	width				: 660px ;
	padding-bottom		: 2em ;
}

div#win_w676
{
	position			: relative ;
	width				: 676px ;
	padding-bottom		: 2em ;
}

div#win_w700
{
	position			: relative ;
	width				: 700px ;
	padding-bottom		: 2em ;
}

div#win_w740
{
	position			: relative ;
	width				: 740px ;
	padding-bottom		: 2em ;
}

div#win_w772
{
	position			: relative ;
	width				: 772px ;
	padding-bottom		: 2em ;
}

div#win_w780
{
	position			: relative ;
	width				: 780px ;
	padding-bottom		: 2em ;
}

div#win_w800
{
	position			: relative ;
	width				: 800px ;
	padding-bottom		: 2em ;
}

div#win_w820
{
	position			: relative ;
	width				: 820px ;
	padding-bottom		: 2em ;
}

div#win_w836
{
	position			: relative ;
	width				: 836px ;
	padding-bottom		: 2em ;
}

div#win_w840
{
	position			: relative ;
	width				: 840px ;
	padding-bottom		: 2em ;
}

div#win_w860
{
	position			: relative ;
	width				: 860px ;
	padding-bottom		: 2em ;
}

div#win_w900
{
	position			: relative ;
	width				: 900px ;
	padding-bottom		: 2em ;
}

div#win_w916
{
	position			: relative ;
	width				: 916px ;
	padding-bottom		: 2em ;
}

div#win_w980
{
	position			: relative ;
	width				: 980px ;
	padding-bottom		: 2em ;
}


/*--- メニュー下広告ウィンドウ(11/07/15〜) ---------*/
div#win_menu_advertise
{
	z-index				: 30 ;
	width				: 110px ;

	top					: 39em ;	/* FireFox */
	position			: absolute ;
	left				: 0.5em ;

	_top				: 0em ;	/* IE */
	_position			: relative ;
	_left				: 0em ;
}

/*--- 2013/09/16 ---------------------------------------------------*/

div#win_adv728
{
	position			: relative ;
	width				: 728px ;
	margin-bottom		: 1em ;
}

div#win_adv_right
{
	float				: left ;
	position			: relative ;
	width				: 160px ;
	margin-left			: 1em ;
	margin-bottom		: 1em ;
}


/*--- ゲームウィンドウ横幅500 ------------------------------*/
div#win_w500l
{
	position			: relative ;
	float				: left ;
	width				: 500px ;
	margin-bottom		: 1em ;
}

div#win_w550l
{
	position			: relative ;
	float				: left ;
	width				: 550px ;
	margin-bottom		: 1em ;
}

div#win_w600l
{
	position			: relative ;
	float				: left ;
	width				: 600px ;
	margin-bottom		: 1em ;
}

div#win_w650l
{
	position			: relative ;
	float				: left ;
	width				: 650px ;
	margin-bottom		: 1em ;
}

div#win_w700l
{
	position			: relative ;
	float				: left ;
	width				: 700px ;
	margin-bottom		: 1em ;
}

div#win_w750l
{
	position			: relative ;
	float				: left ;
	width				: 750px ;
	margin-bottom		: 1em ;
}

div#win_w800l
{
	position			: relative ;
	float				: left ;
	width				: 800px ;
	margin-bottom		: 1em ;
}

div#win_w850l
{
	position			: relative ;
	float				: left ;
	width				: 850px ;
	margin-bottom		: 1em ;
}

div#win_w900l
{
	position			: relative ;
	float				: left ;
	width				: 900px ;
	margin-bottom		: 1em ;
}

div#win_w950l
{
	position			: relative ;
	float				: left ;
	width				: 950px ;
	margin-bottom		: 1em ;
}


/*--- End of tansio.css --------------------------------------------*/
