@charset "Shift_JIS";

/*all----------------------------------------------*/
body, table, td, li,div, p {
	font-family: "メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
   	font-size: 16px;
}

body {
	background-color: #fafdd9;
	text-align: center;
}

table {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 30px auto;
	width: 70%;
}

td {
	border: 1px solid #000000;
}

img {
	border: 0;
}

p {
	color: #000000;
}

div{
    text-align: left;
}


/*title-------------------------------------------*/

h1 {
	margin-top: 30px;
	font-size: 170%;
}

h2 {
	margin: 5px 0 30px 0;
	font-size: 120%;
	text-align: center;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 140%;
	text-align: center;
	color: #FFFFFF;
}

h4 {
	margin: 0 0 0 0;
	font-size: 100%;
	text-align: center;
	color: #000000;
}
.now {
	padding: 10px 0 10px 0;
	font-size: 110%;
	font-weight: bold;
}

.old {
	padding: 10px 0 10px 0;
	font-size: 110%;
}

/*table-------------------------------------------*/

.t1 {
	background-color: #CCFFCC;
}

.t2 {
	background-color: #FFFFBB;
}

.t3 {
	background-color: #FFDD77;
}

.t4 {
	background-color: #FFCCFF;
}

.t5 {
	background-color: #AAFFFF;
}

table p {
	margin: 0 0 0 10px;
	line-height:1.6em;
}

.t_title {
	background-color: #003300;
}

.annai {
	text-align: center;
	line-height:1.8em;
	padding: 10px 0;
}

.annai p {
	margin: 0px;
}



table a {
	padding: 3px 6px;
	margin: 3px;
	line-height:2em;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #888888;
	text-align: center;
}

table a {
	text-decoration: none;
}

table a:hover {
	color: #ffffff;
	text-decoration: none;
}

table a:hover {
	background-color: #FF0000;
}

.important {
	color: #FF0000;
}

#anzen{
	margin:100px 0 0 0;
}

.attention {
	text-align: center;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

/*top_back-------------------------------------------*/

#page-top {
   	position: fixed;
	bottom: 0;
	left: 90%;
}

#page-top a{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #666666;
   	display: block;
}

#page-top a:hover {
   	text-decoration: none;
	background: #999999;
}