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

/*
ブラウザリセット
-------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
ul {
        margin-left:15px;
	list-style:normal outside;
}
ol {
        margin-left:30px;
	list-style:normal outside;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
textarea {
	font-size:110%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* HTML
---------------------------------------------------------- */
body {
margin:0;
padding:0;
font-size:0.9em;
*font-size:small;
*font:x-small;
font-family:"Lucida Sans", Helvetica,Arial,sans-serif;
color:#333333;
text-align:center;
background:url(../images/bg.jpg) repeat-y center;
}
img {
border:0;
}
a:link{
color:#955830;
text-decoration:none;
}
a:hover{
color:#5b2213;
text-decoration:underline;
}
a:visited{
color:#ab936f;
text-decoration:none;
}
address {
margin:33px 0;
padding:10px 0 0 0;
font-size:0.9em;
line-height:1.5;
border-top:1px solid #b4b4b4;
}

#wrapper {
	width:945px;
margin:0 auto;
}
p#nav {
margin:21px 0 33px 0;
}

table#menu {
width:680px;
margin:0 auto 25px auto;
}
