@charset "shift_jis";
/* ---------------------------------------------------- /
    clear
------------------------------------------------------ */

* {
	margin:0;
	padding:0;
}


/* ---------------------------------------------------- /
     base
------------------------------------------------------ */

body {
	text-align: center;
	font-family: Verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #454545;
	background-color: #F3EDE2;
}

p {
	margin: 0 0 1em 0;
}

ul,li {
	list-style-type: none;
}

img {
	border:0;
}


/* ---------------------------------------------------- /
     link
------------------------------------------------------ */

a {
	color: #481E04;
}
a:link,a:visited,a:active {
	color: #481E04;
	text-decoration:none;
}
a:hover {
	color: #669900;
}

