@charset "UTF-8";
* {
margin:0;
padding:0;
}
body {
	/*  CSS3用 */
-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*  ここまでCSS3用 */
background:white none repeat scroll 0 0;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:14px;
*font-size:small;*font:x-small;
	line-height:3em;
	background-color: #ddddcc;
}
* + html body {
font-family:Meiryo,Sans-Serif;
}
html {
overflow-y:scroll;
}
p {
	display: block;
}
li {
line-height:1.3;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
dd {
	padding-left: 1em;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img, fieldset {
border:0 none;
}
a img { border: 0;
}
legend, hr {
display:none;
}
address {
font-style:normal;
}
a {
}
a:link {
color:#666666;
}
a:visited {
color:#666666;
}
a:hover {
	text-decoration:none;
	color: #dd5500;
}
a:active {
}
ol {
	margin-top: 10px;
	margin-bottom: 15px;
}

