@charset "Shift_JIS";

/* Copyright (C) Kazuhide Senda. All Rights Reserved. */
/* The copyright of this program maintains by Kazuhide Senda and does not abandon the right. */
/* Cascading Style Sheets */
/* css_name: pclook.css */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif,Times,Times New Roman,Cursive,Georgia;
	font-size: xx-small;
	background-image: url(http://servermobile.net/image/kzm.gif);
	background-repeat: repeat-x;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	cursor: url(http://servermobile.net/image/cursor1.cur);
	overflow: auto;

	scrollbar-face-color:#eae7ef;
	scrollbar-highlight-color: #bdb1d6;
	scrollbar-shadow-color: #bdb1d6;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #bdb1d6;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
p, th, td, input, select, textarea {
	font-family: Verdana,Arial, Helvetica, sans-serif, Times, Times New Roman, Cursive, Georgia;
	font-size: xx-small;
}
ul {
	list-style-type: none;
	margin: 10px;
}
#container {
	overflow: hidden;
	width: 240px;
	padding: 2px;
	border: 1px solid #000;
	color: blue;
}
#banner	{
	height: 15px;
	background-position: center;
	background: url("http://servermobile.net/image/mobicon.gif") no-repeat top center;
}
input, select, textarea {
	max-width: 240px;
	margin: 1px;
	padding: 0;
}
input[type="text"], input[type="submit"], select, textarea {
	border: 1px solid #000;
}
a {
	text-decoration: none;}
	a:link {color: blue;}
	a:visited {color: blue;}
	/* a:hover {color: black;background: yellow; text-decoration: underline;} */
	/* a:hover {color: white; background-color: blue; text-decoration: underline overline;} */
	/* a:hover {color: black;background-color: #efeff2; text-decoration:none;} */
	/* a:hover {color: white;background-color: blue; text-decoration:none;} */
	a:hover {/* text-decoration: underline; */
                 color :#FFFF00;
                 /* background-color: #EFEFF2; */
                 background-color: #666666;
                 text-decoration: none;
                 }
	/* a:hover {border-bottom-style: dotted;
                 border-bottom-color: red;
                 border-bottom-width: 1px; */
                 /*cursor: url(http://servermobile.net/image/cursor2.cur);*/
}
	/* a:active {color: black; background-color: #ffff00;} */
	/* a:active {color: #ff0000; */
	a:active {color: #ffffff;
                  background-color: #666666;
                  text-decoration: none;
}
form, hr {
	margin: 0;
}
hr {
	height: 1px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #000;
}
h1, h2, h3, h4, h5, h6	{
	font-size: larger;
}
blockquote, dd, ul	{
	margin-left: 1em;
	margin-right: 0;
}
ol	{
	margin-left: 2em;
	margin-right: 0;
}
ul, ol	{
	padding-left: 1em;
}
img	{
	border: 0;
}
font[size="7"]	{
	font-size: xx-large;
}
font[size="6"]	{
	font-size: x-large;
}
font[size="5"]	{
	font-size: large;
}
font[size="4"]	{
	font-size: medium;
}
font[size="3"]	{
	font-size: small;
}
font[size="2"]	{
	font-size: x-small;
}
font[size="1"]	{
	font-size: xx-small;
}
font[size="-1"]	{
	font-size: smaller;
}
