@charset "utf-8";

a:hover, a:active{ text-decoration:underline; }
a:link   { color:#11c; }
a:visited{ color:#11c; }
a{ color:#11c; text-decoration:none; }

body{
	margin:auto;
	min-width:640px;
	background:#fff;
	font-family:arial, sans-serif;
	font-size:small;
	text-align:center;
}

/* 2 */
.header {
	position:fixed;
	top:0px;
	width:100%;
	min-width:640px;
	height:21px;
	border-bottom:1px solid #c9d7f1;
	padding-top:3px;
}
.header a { margin:0px 2px; color:#11c; text-decoration:underline; }
.headfs{ color:#000 !important; text-decoration:none !important; font-weight:bold; }

.ttla{
	margin:48px auto;
	background:url(img/koishi.jpg) no-repeat;
	height:110px;
	width:276px;
}
.ttlu{
	color:#777;
	font-size:16px;
	font-weight:bold;
	position:relative;
	top:100px;
	left:110px;
}
/* 2 */

/* 3 */
.about a { display:inline-block; margin:48px 16px 4px 16px }
.op {
	margin:8px;
	position:fixed;
	bottom:0px;
	width:100%;
	height:20px;
	font-size:small;
	text-align:left;
}
/* 3 */

/* input box */
.ds { margin:5px 0px; border-bottom:solid 1px #e7e7e7; border-right:solid 1px #e7e7e7; display:inline-block; }
.lst:focus { outline:none }
.lst{
	height:25px;
	width:496px;
	border:1px solid;
	border-color:#ccc #999 #999 #ccc;
	font:18px arial,sans-serif bold;
	padding:5px 8px 0pt 6px;
}
.lsb:active{ background:#ccc }
.lsb {
	background:url(img/bth.png) center bottom no-repeat;
	border:none;
	cursor:pointer;
	height:30px;
	outline:0;
	font:15px arial, sans-serif;
	vertical-align:top;
}
.lsbb { background:#eee; border:solid 1px; border-color:#ccc #999 #999 #ccc; height:30px; display:block }

.sblc a { color:#36c; margin:0px 8px; font-size:11px; }
/* input box */

.fl{ float:left; }
.fr{ float:right; }
.cb{ clear:both; }
.dib{ display:inline-block; }
.tl{ text-align:left; }
.tr{ text-align:right; }



