﻿/*統一部分*/

BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : black;
  text-align : center;
}
/*リンク部分の色指定*/

A:LINK {
  color : #ff8000;
  text-decoration : none;
  font-weight : bold;
}
A:VISITED {
  color : #ff8000;
  text-decoration : none;
  font-weight : bold;
}
A:HOVER {
  color : red;
  text-decoration : underline;
  font-weight : bold;
}
A:ACTIVE {
  color : #1b1464;
  font-weight : bold;
}
#base{
  margin-left : auto;
  margin-right : auto;
  width : 800px;
  color : white;
  background-image : url(img/main.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  text-align : center;
}
.main{
  vertical-align : top;
  text-align : center;
}
.txt1{
  font-size : 13px;
  line-height : 16px;
  text-align : left;
  margin-top : 500px;
}
.notice {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	line-height: 16px;
}

.title1{
  font-size : 12px;
  font-weight : bold;
  color : white;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : white;
}
.cg_sum{
  margin-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
}
#spec{
  border-collapse : collapse;
  font-size : 12px;
  width : 500px;
  margin-left : auto;
  margin-right : auto;
  margin-top : 10px;
}
#spec TD{
  border-collapse : collapse;
  text-align : center;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
  line-height : 15px;
}
#spec .spc1{
  border-collapse : collapse;
  font-size : 12px;
  color : white;
  text-align : center;
  font-weight : bold;
  padding-top : 5px;
  padding-bottom : 5px;
}
#spec .spc0{
  border-collapse : collapse;
  font-size : 14px;
  color : #ff8040;
  text-align : center;
  font-weight : bold;
  background-color : gray;
  padding-top : 5px;
  padding-bottom : 5px;
}
.info1{
  font-size : 12px;
  margin-top : 10px;
  color : white;
}
.copyright{
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 30px;
  text-align : center;
}
