@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust:none;
    overflow-y: scroll;
}


body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,tr,td,embed,object,img,a,span,iframe,input,textarea {

	vertical-align: baseline;
	margin: 0;
	padding: 0;
    font-family: Meiryo,"MS PGothic",arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border:0px none;
	word-break: break-all;
	outline:none;
	text-align:left;
}

textarea:focus{
	background-color: #FFFFE8;
}

body {
	background-color:#FFF;
	/*
	width:100%;
	height:100%;
 	margin: 0px;
 	padding: 0px;
	min-width:1024px;
	overflow-x: hidden;
	*/
}

table,th,tr,td {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

li{
	list-style-type: none;
	list-style-position: outside;
}

a{
	text-decoration:none; 
	outline:none;
}
a:hover{

}

a{
	color: #1B95E0;
}
a:hover{
	color: #1B95E0;
	}
a:visited{
	color: #1B95E0;	
}
a:active{
	color: #1B95E0;
}


input[type="text"],
input[type="password"]{
	border: 1px solid #999;
  	font-size: 13px;
    padding: 4px 5px;
	width:270px;
}

input[type="text"]:focus,
input[type="password"]:focus{
	background-color: #FFFFE8;
}



input[type="button"],
input[type="submit"]{
	outline:none;
}

input[type="button"]:hover,
input[type="submit"]:hover{

	border: 1px solid #666;
/*
	-moz-box-shadow:inset 1px 1px 1px #CCC;
	-webkit-box-shadow:inset 1px 1px 1px #CCC;
	box-shadow:inset 1px 1px 1px #CCC;
	*/
}

input[type="button"]:active,
input[type="submit"]:active{


}



textarea{
	border: 1px solid #999;
  	font-size: 13px;
    padding: 4px 5px;
}