@charset "utf-8";
/* CSS Document */

/* 
Description : default reset 
*/

body{
	margin: 0; 
	padding: 0;
	font-size:12px;
	line-height:1.8;
}

th,td{
	font-size:14px;
	line-height:1.5;
}

li {
	list-style-type:none;
}

img {
	vertical-align:bottom;
	border:none;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,address,th,td,img,ol {  
	margin: 0; 
	padding: 0;
}

/* element */

a:hover {
	text-decoration:underline;
}