@charset "Shift_JIS";
/* ----- basic -------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFEEE;
}
#header-col {
  margin: 0 auto;
  width: 800px;
}
#header {
  height: 124px;
  background-image: url(../images/bgtop.gif);
  background-repeat: no-repeat;
}
#header img {
  margin: 0;
  padding: 0;
}
#hd_privacy {
  float: right;
  width: 127px;
  margin-top: 4px;
  margin-right: 20px;
  _margin-right: 10px;
  height: 20px;
  background-image: url(../images/hd_privacyOff.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#hd_privacy a {
  display: block;
  width: 127px;
  height: 14px;
  text-indent: -9999px;
}
#hd_privacy a:hover {
  background-image: url(../images/hd_privacyOn.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#hd_to_scoremag {
  float: right;
  width: 143px;
  margin-top: 4px;
  margin-right: 20px;
  height: 20px;
  background-image: url(../images/hd_to_scoremagOff.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#hd_to_scoremag a {
  display: block;
  width: 143px;
  height: 14px;
  text-indent: -9999px;
}
#hd_to_scoremag a:hover {
  background-image: url(../images/hd_to_scoremagOn.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#ads_header {
  text-align: center;
  margin-top: 10px;
/*  background-color: #FFFF00;	*/
}
#content-col {
  margin: 0 auto;
  width: 800px;
  background-image: url(../images/bgmiddle.gif);
  background-repeat: y-repeat;
  background-color: #CCCCCC;	/* side_menuバックの色 */
}
#content {
}
#main {
  float: right;
  margin-right: 1px;
  width: 641px;
  _width: 640px;	/* IE対策 */
  background-color: #FFFFFF;
  border-left: solid 1px #999999;
  padding-bottom: 20px;
  _padding-bottom: 10px;
}
#main img {
  border-style: none;
  margin-left: 30px;
}
#footer-col {
  margin: 0 auto;
  width: 800px;
}
#footer {
  clear: both;
  padding-top: 16px;
  text-align: center;
  color: #FFFFFF;
  font-size: 80%;
  height: 46px;
  background-image: url(../images/bgbottom.gif);
  background-repeat: no-repeat;
}
/* ----- std  -------------------------------------------------- */
h1 {
  margin: 10px 20px 20px 20px;
}
h2, h3, h5 {
  margin: 20px 20px 20px 20px;
}
h3 {
  border-bottom: 2px solid #67A8E5;
  line-height: 25px;
}
h4 {
  margin: 10px 20px 10px 20px;
  border-bottom: 2px dashed #67A8E5;
  line-height: 25px;
}
h5, h6 {
  font-size: medium;
}
h6 {
  font-weight: normal;
  margin: 15px 20px 0px 40px;
  border-bottom: 1px solid #B9DDFF;
}
blockquote {
  margin: 5px 20px 15px 70px;
  line-height: 20px;
}
p {
  margin: 8px 30px 8px 30px;
  line-height: 23px;
}
ul {
  margin: 10px 20px 10px 8px;
  _margin: 10px 20px 10px 50px;
}
li {
  line-height: 20px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link {
  color: #2120AD;
}
a:vlink {
  color: #521463;
}
#std_table table {
/*  border: solid 1px #BBBBBB;	*/
  border-collapse: collapse;
  margin: 15px 30px 15px 30px;
}
#std_table th, td {
  border: 1px solid #BBBBBB;
  padding: 0px;
}
#std_table th {
/*  width: 120px;	*/
  font-weight: normal;
  text-align: center;
  background-color: #EFEFEF;
  padding: 5px 5px 5px 5px;
}
#std_table td {
  line-height: 22px;
  padding-left: 5px;
  padding-right: 5px;
}
TEXTAREA {
  margin: 5px 0px 5px 30px;
}
img#border_img {
  border: 1px solid #CCCCCC;
}
/* ----- extension  -------------------------------------------------- */
#c-both {
  clear: both;
}
p#to_top {
  font-size: 90%;
/*  font-weight: bold;	*/
  text-align: right;
  padding: 5px 0px 5px 0px;
  background-image: url(../images/to_top.gif);
  background-repeat: no-repeat;
  background-position: 434px 6px;
}
p#to_top a {
/*  text-decoration: none;
  color: #333333;	*/
}
em#red_p {
  font-style: normal;
/*  font-weight: bold;	*/
  color: red;
}
