@charset "utf-8";

/*
information{
	File Name : /css/screen.css;
	About : 下階層スクリーンCSS;
	Build date : 2006/01/27;
	Site name : songseungheon official fanclub in Japan;
	URL : http://www.songseungheon.cc/;
	Copyright : (c) Honeylang Japan. All Rights Reserved.;
}
*/

/*

The order of properties {
	### box ###
	display:
	float:
	clear:
	width:
	height:
	margin:
	padding:

	### position ###
	position:
	offset-property:

	### background ###
	background

	### font text color ###
	font:
	line-height:
	text-indent:
	color

	### other properties ###
	overflow:
}
*/


/* 一覧
--------------------------------------------------------------------------

	1. import
	2. Hacks
		 Mac IE5   BACKSLASH     ※順序注意
		 Win IE5.5 BPF   ※順序注意
		 Win IE5	 BPF   ※順序注意

--------------------------------------------------------------------------
*/

/* 1.import
--------------------------------------------------------------------------*/
@import url("common.css");
@import url("menu.css");
@import url("navi.css");
@import url("footer.css");

/* lower pages */
@import url("login.css");
@import url("board.css");

/* adjustment */
@import url("board_detail.css");
@import url("new_entry.css");

/* pages */
@import url("about_hlj.css");
@import url("sitemap.css");
@import url("link.css");
@import url("kiyaku.css");
@import url("inquiry.css");
@import url("personal.css");
@import url("help.css");
@import url("history.css");
@import url("avatar.css");
@import url("game.css");
@import url("kouza.css");
/* 2.Hacks
--------------------------------------------------------------------------*/

/* Mac ie5 Only Styles	BACKSLASH */
/*\*//*/
  @import "ie5mac.css";
/**/


/* Win ie5.5 Only Styles	BPF */

@media tty {
 i{content:"\";/*" "*/}} @import 'ie55win.css'; /*";}
}/* */

/* Win ie5 Only Styles	BPF */

@media tty {
i{content:"\";/*" "*/}}; @import 'ie50win.css'; {;}/*";}
}/* */

