@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;
	width: 100%;
	height:100%;
}

body	{

}

form {
	display: inline;
}

select	{
	max-width: 180px;
}
