/* body color and minimum font setting */
body {
  font-size: 75%;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top center;
}

/* elements */
h1, h2, h3, p {
  font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
}
h1 {
  font-size: 0.5em;
}
h2 {
  font-weight: normal;
  font-size: 1.1em;
  line-height:1em;
  vertical-align: middle;
}
h3 {
  font-size: 1.2em;
  font-weight:bold;
}
p {
  padding-left:5px;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}
.c1   {
   color:#FFCCFF;
   padding:5px;
   background-color:   #000000;
}
.c2   {
  font-size: 1em;
  line-height:1.5em;
}
.c3   {
   padding-left:5px;
   padding-right:5px;
   color:#53361F;
   background-color:  #BC963C;
}
.c5   {
   padding-left:5px;
   padding-right:5px;
   color:#FFFFFF;
   background-color:  #FF0066;
}
.c4   {
   background-color:   rgb(80%,80%,15%);
}
.c6 {
  color: #FF0099;
  font-size: 1em;
  font-weight:bold;
  }
  
  .c7   {
   padding-left:5px;
   padding-right:5px;
   color:#FFFFFF;
   background-color: #FF9900;
}

img {
  line-height: 1em;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
li {
  font-size: 1em;
  line-height: 1.4em;
}
a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}


/* layout */

div#container {
  position: relative;
  width: 900px;
  height: 38px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
div#siteHeader {
  width: auto;
  height: 38px;
  margin-top: 0em;
  padding: 0;
  background-image: url(images/headder_01.gif);
  background-repeat: no-repeat;
}
div#siteHeader ul#siteNav {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 38px;
	overflow: hidden;
}
div#siteHeader ul#siteNav li {
  float: left;
  width: auto;
  height: 38px;
}
div#siteHeader ul#siteNav li#liMenu05 {
  margin-right: 0;
}

div#siteMain {
  float: right;
  width: 900px;
  height: 512px;
  overflow: auto;
  background-image: url(images/main_img.jpg);
  background-repeat: no-repeat;
}
  

div#menu {
  position: absolute;
  width: 192px;
  height: 95px;
  top: 240px;
}

div#sicer {
  position: absolute;
  top: 0;
  left: -180px;
  z-index: 1;
}

div#drycut {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 2;
}

div#twiet {
  position: absolute;
  width: 176px;
  height: 176px;
  top: 50px;
  left: 10px;
}

div#mainflame {
  position: absolute;
  width: 590px;
  height: 440px;
  top: 50px;
  left: 250px;
}

.menu-list {
	position: absolute;
	padding-left: 10px;
	width: 580px;
	height: 340px;
	overflow: auto;
	background-image:url(images/menu_bg.png);
	left: 2px;
	top: 69px;
}

div#info1 {
  width: 900px;
  vertical-align: middle ;
}

p#siteFooter {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 20px;
  font-size: 0.8em;
}

/* id, class, specific styles */

div#siteHeader h1, div#siteHeader p {
  text-indent: -9999px;
}

div#siteMain h2 {
  padding-top: 5px;
}
div#siteMain p.continue {
  padding-bottom: 3em;
  border-bottom: 1px dotted #123a10;
}

