
html,
body{
	width:100%;
	height:100%;
	color:#333;
	font-size:12px;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','ƒƒCƒŠƒI',Meiryo,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}

/* ----- a ----- */
a:link {
	color:#476caa;
	text-decoration:none;
}

a:visited {
	color:#476caa;
	text-decoration:none;
}

a:focus,
a:hover,
a:active {
	color:#5174ae;
	text-decoration:underline;
}

.stay a {
	cursor:default;
}

/* ----- img ----- */

img {
	border: none;
	vertical-align: bottom;
}

/* ----- font ----- */

em { font-style: normal; }

li,p,dt,dd {
	list-style:none;
	font-size: 100%;
	line-height: 150%;
}

.red { color: #f00; }
.blue { color: #3178aa; }
.small { font-size: 85.7%; }
.ms-gothic{ font-family: "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace; }

/* ----- text ----- */
.left{ text-align:left; }
.right{ text-align:right; }
.center{ text-align:center; }

/* ----- form ----- */
form{
	display:inline;
}

input,
select,
textarea {
	padding: 2px;
	font-size: 100%;
	border: 1px solid #D9CEC1 !important;
}

label {
	cursor: pointer;
}

.l { width: 325px; }
.m { width: 229px; }
.s { width: 74px; }
.n { width: 123px;
	margin-left: 5px;
}
.n2 { width: 135px; }
.btn { cursor: pointer; border:none !important; }

.ime { ime-mode : disabled; }

.pdf{
	vertical-align:text-bottom;
}

/**/
	::-webkit-scrollbar {
		width: 14px;
	}
	 
	::-webkit-scrollbar-track {
		background-color:#ddd;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
	}
	 
	::-webkit-scrollbar-thumb {
		background-color:#fff;
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}


/**/
