@charset "UTF-8";

/*------------------------------
	1. Universal
------------------------------*/
* {}

/*------------------------------
	2. Block tags
------------------------------*/
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
form
{
	margin: 0;
	padding: 0;
}

/*------------------------------
	3. Heading tags
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

/*------------------------------
	4. List tags
------------------------------*/
ul,
li {
	list-style: none;
}
ol,ul {
	list-style:none;
}

/*------------------------------
	5. Others
------------------------------*/


/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
img {
	border: 0;
	vertical-align:bottom;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color: #800080;
}

/*------------------------------
	5. ブラウザ調整
------------------------------*/

body {
	font-size:75%;
	line-height:1.3;
}

/*IE6*/
*html body {
	font-size:84%;
	line-height:1.5;
	
}
/*IE7*/
*:first-child+html body {
	font-size:84%;
}
