@charset "UTF-8";
/* CSS Document */

* { background:none; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

html, #wrap {
width:auto;
margin:0;
}


h1 {
width:auto;
height:auto;
position:static;
}

#menuwrap {
display:none;
}

#content { padding:0; }

#leftcol {
width:50%;
margin:0;
border-right:solid 1px #000;
min-height:inherit;
}

#rightcol {
width:20%;
margin:0 0 0 1em;
}

h1, h2, #rightcol, #rightcol a, #leftcol .lippufi a {
text-indent:0;
}

#rightcol ul {
list-style:disc;
}

#rightcol a {
display:inline;
position:static;
}

#leftcol .lippufi {
width:auto;
height:auto;
position:static;
display:inline;
text-indent:0;
}

#leftcol .lippufi a {
width:auto;
height:auto;
display:inline;
}

a { color:#996600; }
