body{
	letter-spacing: 0.15em;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url(../images/bg.jpg) repeat-x;
}
div, p, th, td{
	line-height: 1.5;
	font-size: 16px;
	padding: 5px;
}
h1{
	margin : 10px 0 0;
}
h2{
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 60px;
	line-height: 60px;
}
h3{
	color: #FC9;
	font-size: 16px;
}
h4{
	color: #EABA13;
}
strong{

}
img{
	border-style: none;
}

/*----- link -----*/

a:link, a:visited, a:hover, a:active{
	color:#FF0;
}
a:hover{
	color: #FF9;
	text-decoration: none;
}

/*----- #contents -----*/

#contents{
	width: 980px;
	margin:5px auto 0;
	padding: 0;
	text-align:left;
	background: #000;
}

/*----- #header -----*/

#header td{
	padding : 0;
	margin : 0;
}

/*----- ctable -----*/

div.htable {
  text-align: center; /* IEでセンタリングさせる方法 */
  padding : 0;
  margin : 0;
}
div.htable table {
  margin: auto;     /* 標準のセンタリング方法 */
  text-align: left; /* IE用方法の弊害対策用 */
}
div.htable td {
  padding : 0;
  margin : 0;
}

/*-----#footer -----*/

#footer{
	clear: both;
	text-align:center;
	padding : 20px 0 0;
	margin : 30px 0 0;
	border-top: 1px solid #999999;
} 
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:hover{
	color:#FFF;
	text-decoration: none;
}

/*----- tbl1 -----*/

.tbl1 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

.tbl1 th {
	padding: 5px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
}

/*----- other -----*/

.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.red {
	color: red;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/*----- ctable -----*/

div.ctable {
  text-align: center; /* IEでセンタリングさせる方法 */
}
div.ctable table {
  margin: auto;     /* 標準のセンタリング方法 */
  text-align: left; /* IE用方法の弊害対策用 */
}
