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


* {
	padding: 0;
	margin: 0;
}

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
    margin: 0;
    padding: 0;
}

body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial;
	height:100%;
	background-color:#ece9d8;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}

html {
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	font-size: 100%;
}

li,dt,dl {
	margin: 0px;
	padding: 0px;
}

ol,ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img { 
	border: 0;
	vertical-align:top;}

a img { border: 0; }

a:link {
	text-decoration: underline;
	color:#000;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

