/* $Id: $ */
@import url('webapp.css');

/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/* hmtl elements */
body
{
  font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Osaka','ＭＳ Ｐゴシック',sans-serif;
  *font-size:small;
  *font:x-small;
}
h1 {}
h2
{
  color: #008000;
  border-bottom: 1px solid #008000;
}
h3
{
  color: #008000;
}
h4 {}
h5 {}
h6 {}
a:link {}
a:visited {}
a:hover	{}
a:active {}
p
{
  line-heigth: 1.5em;
}
table
{
}
pre,code,kbd,samp,tt
{
  font-family:monospace;
  *font-size:108%;
  line-height:100%;
}

/* header */
#header
{
  position:relative;
  top:0px;
  left:0px;
}
#blog-title {}
#blog-title h1 {}
#blog-title a {}
#blog-description {}

/* menu */
#access {}
#access .skip-link
{
  position:absolute;
  top:1em;right:1em;
}
#access .skip-link a {}
#menu
{
  height: 20px;
  padding-top: 0.3em;
  background:#008000;
  width:100%;
  text-align: left;
}
#menu ul {}
#menu ul li
{
  list-style:none;
  margin:0;
  padding:0;
  float:left;
}
#menu ul li a
{
  font-weight:700;
  text-decoration:none;
  background:#008000;
  color: #fff;
  margin: 0px 5px;
  padding: 0 10px;
}
#menu ul li a:hover
{
  background: #eee;
  color: #000;
}

/* container */
#wrapper
{
  height: 100%;
  margin:0px 20px;
}
#container {}

/* content */
#content
{
  height: 100%;
}

/* navigation */
#nav-above, #nav-below
{
  width:100%;
  height:1em;
}
#nav-above
{
  margin-bottom:1em;
}
#nav-below
{
  margin-top:1em;
}
.nav-previous
{
  float: left;
}
.nav-next
{
  float: right;
}
.navigation a {}

/* sidebar */
.sidebar
{
  text-align:left;
}
.sidebar div,.sidebar h3,.sidebar ul,.sidebar li
{
  margin:0;
  padding:0;
}
.sidebar h3
{
  font-size:100%;
}
.sidebar li
{
  list-style:none;
  margin:0 0 1em;
}
.sidebar ul ul
{
  margin:0 0 0 1.5em;
}
.sidebar ul ul li
{
  list-style:disc;
  margin:0;
}
.sidebar ul ul li a {}
.sidebar ul ol
{
  margin:0 0 0 2.5em;
}
.sidebar ul ol li
{
  margin: 0;
  list-style:decimal;
}
.sidebar ul ol li a {}
.sidebar ul dl
{
  margin:0 0 0 1em;
}
.sidebar ul dl dt {}
.sidebar ul dl dd {}
.sidebar ul dl dt a {}
.sidebar ul p {}

/* footer */
#footer
{
  position: relative;
  top: 0px;
  left: 0px;
  text-align:center;
  clear: both;
  background: #008000;
  color: #fff;
}
#footer a
{
  color: #fff;
}
#footermenu
{
  position: absolute;
  top: 20px;
  left: 20px;
}
#footermenu ul {}
#footermenu ul li
{
  float:left;
}
#footermenu ul li a
{
  font-weight:700;
  text-decoration:none;
  color: #000;
}
