@charset "utf-8";


/*/////////////////////////////////////////////////////////////
lib.css

ver.2010/05/21
---------------------------------------------------------------
0. reset

//////////////////////////////////////////////////////////////*/ 


html {font-size: 100%;}

body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.4;
}


/* reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

h1,h2,h3,h4,h5,h6,address{
	margin:0px;
	padding:0px;
	border:0px;
	font-style: normal;
	font-weight: normal;
  	white-space:normal;
	font-size: 100%;

	display:block;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ul{
	list-style:none;
}

fieldset,img{
	border:0;
}	
	
select option{
	padding:0 5px;
}	


form label{
	cursor:pointer;
}

textarea,input {
	font-family:sans-serif;
}


input , select {
	vertical-align:middle;
}
/*IE・Firefoxにおける画像の下の3px程の隙間を回避*/
img {
	border: none;
	vertical-align: bottom;
}
