/* Common
---------------------------*/
* {
  margin : 0;
  padding: 0;
}

body {
  background: #D3D3D3;
  color: #333333;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

img {
  border: 0;
}

br.clear {
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0em;
}




/* Lyout
---------------------------*/
/* body */
body {
  text-align: center;
  font-size: small;
}


/* #container */
#container {
  background: #FFFFFF;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}

#container-inner {
  text-align: left;
  width: 725px;
  margin: 0 auto;
}


/* #header */
#header {
  width: 725px;
  height: 300px;
  padding-top: 15px;
  background: #FFFFFF url(../images/header-bg.jpg) no-repeat right top;
}


/* #content */
#content {
  width: 725px;
}


/* #sample */
#sample {
  float: left;
  width: 315px;
}


/* #download */
#download {
  float: left;
  width: 400px;
}

#download .inner {
  width: 250px;
  margin: 0 0 0 100px;
}


/* #footer */
#footer {
  width: 725px;
  padding-top: 20px;
  padding-bottom: 20px;
}




/* Item
---------------------------*/
/* #header */
#header h1 {
  width: 325px;
  height: 75px;
}

#header dl {
  float: left;
  margin-right: 12px;
}

#header dd {
  text-align: center;
  font-style: normal;
  font-size: 78%;
  *font-size: 68%;
  line-height: 1.5em;
  color: #666666;
}


/* #sample */
#sample dl {
  margin-top: 25px;
}

#sample dt {
  font-weight: bold;
  font-size: 110%;
}

#sample dd {
  margin-bottom: 30px;
  font-size: 100%;
}


/* #download */
#download p {
  font-size: 78%;
  line-height: 1.75em;
}

#download p.btn {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

#download p.rls {
  margin-left: 20px;
}


#download p.doc {
  margin-top: 10px;
  font-size: 115%;
	text-align: center;
}


/* #footer */
#footer address {
  text-align: center;
  font-style: normal;
  font-size: 83%;
  line-height: 1.5em;
}

#footer address a {
  color: #333333;
  text-decoration: none;
}

#footer address a:hover {
  color: #333333;
  text-decoration: underline;
}
