﻿/* ページの基本設定 */
body {
	font-size:medium;
	color:#333333;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

h1,h2,h3,h4,h5,h6,form {
	margin:0px;
	padding:0px;
	display:inline;
}

.top5 {
	margin-top:5px;
}

.top10 {
	margin-top:10px;
}

.top15 {
	margin-top:15px;
}

.top20 {
	margin-top:20px;
}

.top30 {
	margin-top:30px;
}

.top40 {
	margin-top:40px;
}


a:link {
	color:#006699;
	text-decoration:none;
}

a:visited {
	color:#006699;
	text-decoration:none;
}

a:active {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:underline;
}

.footer:link {
	color:#666699;
	text-decoration:none;
}

.footer:visited {
	color:#666699;
	text-decoration:none;
}

.footer:active {
	color:#666699;
	text-decoration:none;
}

.footer:hover {
	color:#FF9900;
	text-decoration:underline;
}

.news {
	margin:5px 0px 0px 10px;
}

/* カラー設定 */
.stress {
	color:#CC0000;
}

.stressb {
	color:#CC0000;
	font-weight:bold;
}

.white {
	color:#ffffff;
}

.gray6 {
	color:#666666;
}

.gray9 {
	color: #999999;
}

.green-light {
	color:#33CCCC;
}

.green-dark {
	color:#0E75A7;
}

.cur-green {
	color:#244E1D;
}

.cur-orange {
	color:#553A15;
}

.subt-color {
	color:#7C7162;
}

.red {
	color:#C93232;
}

.green {
	color:#338B2D;
}

.purple {
	color:#87358E;
}

.blue {
	color:#6a5bde;
}


/* 全ページ共有(テーブル) */

table#table-a1{
	border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:x-small
}

table#table-a1 th{    
	padding: 5px;
    border: #666666 solid;
    border-width: 0 0 1px 1px;
    background: #99ccff;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-a1 td {
    padding: 5px;
    border: 1px #666666 solid;
    border-width: 0 0 1px 1px;
    vertical-align:top;
}

.bg_gray2   {background:#f6f6f6}
.nowrap1  {white-space:nowrap}

/* サイト閉鎖用 */
div#heisa {
  text-align:center;
}

div#heisa p{
  font-size:16px;
}
