@charset "utf-8";

* {
	font-style: normal;
	padding-top: 0px;
	margin: 0px;
}


body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 75%;
	line-height: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
}

h1 {
	position: relative;
	padding: 0.25em 0 0.5em 0.75em;
	border-left: 6px solid #0C0;
	margin-bottom: 10px;
	margin-top: 20px;
}

h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	margin-bottom: 15px;
}





/* header styles
----------------------------*/
div#header-or {
	background-color:#0C0;
	padding:10px 0 10px;
	height:20px;
	width:100%;
	background-repeat: repeat;
}

div#header{
	width:1000px;
	margin:0px auto 0px auto;
}

div#header-tx{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
}




/* main styles
----------------------------*/
div#main{
	width:1000px;
	margin:0px auto 0px auto;
	font-size: 14px;
}

.guide_01{
	margin: 10px 0px;
	line-height: 22px;
	font-size: 18px;
}

.guide_02{
	margin: 10px 0px;
	line-height: 22px;
	font-size: 18px;
}

.map{
	text-align: center;
	margin: 50px 0px 50px;
}

.menu{
	text-align: center;
	margin: 50px 0px;
}

table{
	margin-right: auto;
	margin-left: auto;
}

td{
	text-align: center;
	font-size: 16px;
}




/* footer styles
----------------------------*/
div#footer-or{
    background-color:#0C0;      /* 背景色(オレンジ) */
	padding:10px 0 20px;        /* 上10px、下20pxをあける */
	height:90px;                /* 縦の高さ50px */
	width:100%;                 /* 横の幅を100% */
	background-repeat: repeat;  /* 繰り返し表示 */

}

div#footer{
	width:1000px;
	margin:0px auto 0px auto;
}


div#footer-tx{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;                /* インライン中央揃え */
}



/* copyright
----------------------------*/
div#copyright{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;                /* インライン中央揃え */
}




/* bodyの定義
----------------------------*/
div#body-bk{
    padding:0px 0px 0px 0px;    /* 上下に10pxを余白を取る */
}
 
div#body{
    width:auto;
    margin:auto;
}




