body {
	background-color:#000000;color:#ffffff;
	font-family: 'Zen Maru Gothic', sans-serif;
}
h1{
	text-align:center;
	color:#ffffff;
}
h4{
	text-align:center;
	color:#ffffff;
}
h5{
	text-align:center;
	color:#ffffff;
}
h6{
	text-align:left;
	color:#ffffff;
}

td.l	{border-left:1px solid #999999; border-top:1px solid #999999; border-bottom:1px solid #999999; border-right:1px solid #999999; background-color:#000000;}
td.l2	{border-left:1px dashed #999999; border-top:1px dashed #999999; border-bottom:1px dashed #999999; border-right:1px dashed #999999; background-color:#000000;}
/* 1280px〜：大型PC
------------------------------ */
p {font-size:1.0rem;
		color:#ffffff;}
h1 {font-size:2rem;}
a {	font-size:0.8rem;
	color:#ffffff;
	text-decoration: none;}
} 
/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
 p {font-size:1.2rem;
 		color:#ffffff;}
 h1 {font-size:1.8rem;}
a {	font-size:1.2rem;
	color:#ffffff;
	text-decoration: none;}
}
 
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
 p {font-size:1.4rem;
color:#fffffff;}
h1 {font-size:1.4rem;}
a {	font-size:1.4rem;
	text-decoration: none;}
}
 
 
/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 
p {font-size:1.6rem;
color:#ffffff;}
 h1 {font-size:1.6rem;}
a {	font-size:1.6rem;
	text-decoration: none;}
}
 
 
/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:479px) { 
 .page_title{
	colspan:1;
	text-align:center;	
} 
 p {font-size:1.8rem;
color:#ffffff;}
h1 {font-size:1.8rem;}
a {	font-size:1.8rem;
	text-decoration: none;}
}