@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
body, input, textarea 	{
	font-family: "メイリオ", "Meiryo",Verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}

input	{
	line-height: 1.4;
}

a {
	color: #0066FF;
	cursor: pointer;
}

img.disable	{
	opacity: 0.4;
	cursor: default !important;
}

html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

body	{
	min-width: 960px;
}

form {
	display: inline;
}

input[type="text"], input[type="password"] {
	height: 24px;
	line-height: 24px;
	border: 1px solid #999;
	box-sizing: border-box;
}

select {
	height: 24px;
	line-height: 24px;
}

textarea {
	border: solid 1px #999;
}