@charset "utf-8";
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/new_year_background.png);
}
p, div, li, td, h1, h2, h3, h4, h5, a:link, a:visited, a:hover, a:active {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap: break-word;
	font-size: 16px;
}
/*-------------------------*/
/* header */
/*-------------------------*/
#header {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;

}
/*-------------------------*/
/* img-box */
/*-------------------------*/
.img-box {
	background-image: url(../images/header-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding-bottom: 60px;
	padding-top: 60px;
	color: #FFFFFF;
	box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,0.2);
}
.black-box {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px;
	font-weight: 900;
}
.black-box p {
	font-weight: 900;
}
/*------------------------*/
/* #menu */
/*-------------------------*/
#menu {
	background-color: #A86A1E;
}
#menubutton ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover, #menu a:active {
	font-weight: bold;
	color: #CCFF00;
}
/*-------------------------*/
/* wrap */
/*-------------------------*/
#main {
	padding-top: 15px;
	background-color: #FFFFFF;
}
/*-------------------------*/
/* 見出し */
/*-------------------------*/
h2 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-weight: 900;
	text-align: center;
}
h3 {
	font-size: 20px;
	color: #000000;
	padding: 5px 10px;
	border: 3px dotted #000000;
}
h4, h5, h6 {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
}
/*-------------------------*/
/*----- #main  -----*/
/*-------------------------*/
.tel p, .tel a {
	font-size: 24px;
}
#next {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
/*-------------------------*/
/*----- #footer  -----*/
/*-------------------------*/
#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a {
	color: #666666;
}
/* 印刷用 */

@media print {
table, td, th {
	border: 1px solid #999;
}
}
