ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

p {}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-family: Arial, Verdana, sans-serif;
  font-size: 75%;
  background-color: #fff;
}

body
{
  background:url(../images/back.png);

}

/* スクロールバーの有り無しによってページごとに左右のずれが発生するのを防ぐ */
html > body { /* IE以外 */
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

div#header
{
  padding: 0;
  width: 804px;
  height: 125px;
  background: #FFF url(../images/header.jpg) no-repeat;
}

div#body
{
  position: relative;
  min-height: 100%;
  _height: 100%; /* IE hack */
  width: 802px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}

div#content
{
  padding: 0 10px 75px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 770px;
  /*border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;*/
  background-color: #FFFFFF;
  color: #666;
}

div#footer
{
  position: absolute;
  bottom: 0;
  width: 760px;
  height: 65px;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: center;
  background:url(../images/footer.jpg) no-repeat;
  color: #FFF;
}

/* header */
div#header h1{
  margin-top: 7px;
  float: left;
}
div#header_right {
  float: right;
  margin-right: 5px;
  margin-top: 7px;
  vertical-align;
  text-align: right;
}
div#toplang{
  margin-right:20px;
}

div#toplink{
  margin-top: 5px;
  margin-right:0px;
}

div#header div#menu { /* IE6 hack */
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

div#header> div#menu { /* IE7, Firefox */
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 125px;
}
div#menu ul{
  border-top: 1px solid #DDD;
  border-bottom: 34px solid #CDCDCD;
}
div#menu li{
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none inside;
  background-color:#FFFFFF;
  overflow: hidden;
}


div#menu li a{
  display: block;
  float:left;
  width: 160px;
  height: 33px;
  text-indent: -100px;
  overflow: hidden;
  background: url('../images/menu.jpg') no-repeat;
  background-color:#FFFFFF;
}

div#menu li a#menu1{
  background-position: 0px 0px;
}

div#menu li a:hover#menu1{
  background-position: 0px -33px;
}

div#menu li a#menu2{
  background-position: -160px 0px;
}

div#menu li a:hover#menu2{
  background-position: -160px -33px;
}

div#menu li a#menu3{
  background-position: -320px 0px;
}

div#menu li a:hover#menu3{
  background-position: -320px -33px;
}

div#menu li a#menu4{
  background-position: -480px 0px;
}

div#menu li a:hover#menu4{
  background-position: -480px -33px;
}

div#menu li a#menu5{
  background-position: -640px 0px;
}

div#menu li a:hover#menu5{
  background-position: -640px -33px;
}

/* footer */
div#footer{
  text-align: center;
}

div#footer a{
  color: #FFF;
}

/* content */
div#content h2{
  font-size: 170%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  background:url(../images/blue_vertical.gif) no-repeat;
}

div#content h3{
  margin-bottom: 5px;
  margin-top: 25px;
  padding: 5px;
  border-top: 1px solid #00B4EF;
  border-bottom: 1px solid #DCDCDC;
  font-size: 140%;
  background: url(../images/stripe.gif) repeat-x 0 100%;

}

div#content pre{
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px;
  width: 500px;
}

div.highspace{
  margin-left: 20px;
  margin-right: 20px;
}

div#content h3{
  font-size: 120%;  
}

div#content p{
  
}

div#content ul{
  list-style: circle outside;
  margin: 4px 10px 4px 10px;
}

div#content ul ul{
  list-style-type: disc;
}


div#content li{
  margin: 3px 0px 3px 0px;
}

div#content div#left_con{
  float: left;
  width: 500px;
}

div#content div#right_con{
  float: right;
  width: 250px;
  padding-top: 40px;
}

div#content div#right_con:after{
  clear: both;
}

/* image */
div#image {
  margin: 0 0 15px ;
  margin-left: -20px;
}

/* what's new list in top page */
div#whats_new {
  width: 472px;
  height: 237px;
  float: left;
  margin-bottom: 15px;
  background: url(../images/whats_new_bg.jpg) no-repeat;
}
div#whats_new h2{
  margin: 0;
  overflow: hidden;
  width: 472px;
  height: 40px;
  text-indent: -800px;
  border: none;
  background: none;
}

ul.news {
  margin: 5px auto;
}
ul.news li {
  margin-left: 0;
  padding: 3px 0;
  list-style-type: none;
  list-style-position: inside;
  border-bottom: 1px #CDCDCD dashed;
}
ul.news li.news_more {
  border-bottom: none;
}
/* recommended contents in top page */
div#rcmnd {
  margin-left: 490px;
  padding-top: 0;
  width: 250px;
}
div#rcmnd h2{
  width: 250px;
  height: 36px;
  margin-top: 0;
  overflow: hidden;
  border-bottom: none;
  text-indent: -800px;
  background: url(../images/rcmnd_header.jpg) no-repeat;
}
div#rcmnd ul{
  width: 250px;
  margin-left: 0;
}
div#rcmnd ul li{
  list-style-type: none;
}

/* dl */
dt{
  color: #0093d3;
  font-weight: bold;
}
dd{
  margin-left: 2em;
}

/* table */
table {
  margin: 5px 0;
  background: #CDCDCD;
}
th {
  background: darkblue;
  color: #FFF;
}

td {
  background: #FFF;
}

/* address */
address {
  font-style: normal;
}

/* mail address in image */
img.mail {
  vertical-align: bottom;
}
