@charset "utf-8";
/*-------------------------------------
teatime
common
-------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;}

table,img,hr {border:none;}
hr {display:none;}

a {color:#581900;}
a:hover {color:#93ecb3;}
ul,ol {list-style:none;}
table {border-collapse:collapse;}
xmp {display:inline;}

body{
	background-color:#fff1f1;
	word-break:break-all;
	font:12px/1.6 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*---------------------
common
---------------------*/
div#contents{
	width:100px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-15px 0 0 -50px;
	text-align:center;}
div#contents a{
	display:block;
	overflow:hidden;
	width:100px;
	height:30px;
	text-indent:-9999em;
	background:url(../images/logo_main.png) no-repeat transparent left top;}


/*---------------------
[common]:float clear
---------------------*/
/*
*:after {content:".";display:block;height:0px;font-size:0px;line-height:0;visibility:hidden;clear:both;}
* {zoom:100%;}
*/

/*---------------------
[common]:text fly out
---------------------*/
/*
* {display:block;text-indent:-9999px;overflow:hidden;font-size:0;}
*/

/*---------------------
[common]:absolute a text fly out
---------------------*/
/*
a {display:block;text-indent:-9999px;overflow:hidden;background-color:#fff;filter:alpha(opacity=0);opacity:0;}
*/