@charset "Shift_JIS";

/*=========================================================

	MMFweb CSS reset
	
===========================================================*/

body, html {
	height: 100%;
	width: 100%;
}
html {
	overflow-y: scroll;
}
body {
	font: 12px/1.51 Meiryo, "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	background: #C1BAB6;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote{
	margin: 0;
	padding: 0;
}
caption, th, td {
	font-weight: normal;/*text-align: left;

	vertical-align: top;*/

}
input, textarea, select {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
textarea {
	resize: vertical;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: 0;
	vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
del, ins {
	text-decoration: none;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
html.ie6 table, html.ie7 table,  html.ie6 input, html.ie6 textarea, html.ie6 select,  html.ie7 input, html.ie7 textarea, html.ie7 select {
	font-size: 100%;
}
html.ie6 pre, html.ie6 code, html.ie6 kbd, html.ie6 samp, tt,  html.ie7 pre, html.ie7 code, html.ie7 kbd, html.ie7 samp, tt {
	font-size: 108%;
}
hr {
	display: none;
}
a:hover { border: none;} /* ie6 rollover */






