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

/* ----------------------------------------------INITIALIZE */

body {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6em;
	font-family: Verdana, Roboto, 'Droid Sans', Meiryo, "MS PGothic", 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* header(midashi) */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* paragraph */
p {
	margin: 0;
	padding: 0;
}

/* anchor */
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

area {
	outline: none;
}

/* list */
dl, ul, ol, li, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* image */
img {
	border: 0;
	vertical-align: bottom;
}

/* address */
address {
	font-style: normal;
	text-align: center;
}

/* emphasis */
em {
	font-style: normal;
	color: #ED0000;
}

/* strong */
strong {
	font-weight: bold;
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

/*td {
	padding: 4px 8px;
}


th {
	padding: 4px 8px;
	font-weight: normal;
}*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* IE7 */
*+html .clearfix {
	height: 1%;
}
