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

/* body */
body {
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 1.7em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	text-align: center;
	color: #000;
}

/* header(midashi) */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

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

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

area {
	outline: none;
}

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

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

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

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

/* 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;
}

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

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

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


.cf2:before,
.cf2:after {
    content: " ";
    display: table;
}

.cf2:after {
    clear: both;
}

.cf2 {
    *zoom: 1;
}

img.onmus:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
