@charset "shift_jis";




/*
=====  universal reset =================================
*/

body,dl,dt,dd,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
/* general params
--------------------*/
table {
	border-spacing: 0;
	empty-cells: show;

}

img {border: none;}/* img do not want a border */

ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}/* link do not want a dot */


/*
=====  link setting ===========================
*/
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{

}

