﻿/*ページ全体*/
body {
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-color: #000000;
	background-image: url(./images/back.png);
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
}

/*コンテンツ全体*/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;

	/* デフォルト背景 */
	background-color: #333366;

	/* 春背景 */ 
	/* background-color: #F591B2; */

	/* 夏背景 */ 
	/* background-color: #5FAA77; */

	/* 秋背景 */ 
	/* background-color: #BC2A00; */

	/* 冬背景 */ 
	/* background-color: #008DE0; */
}

/*メニューコンテナ*/
#menu {
}
#logo {
	position:absolute;
}
#mainmenu {
	background-image: url(./images/regular/top_03.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 700px;
}
#mainmenu h2 {
	margin: 0px;
}
#mainmenu a {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	height: 31px;
	padding-top: 5px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #FFFF66;
	text-decoration: none;
}
#submenu {
}
#QR {
	background-image: url(images/QR.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 100px;
}
/*レイヤー(ポップアップメニュー)*/
#menu_tour1 {
	position:absolute;
	z-index:2;
	width:120px;
	height:50px;
	display:none;
	margin:0px;
	padding:0px;
}
#menu_movie1 {
	position:absolute;
	z-index:2;
	width:120px;
	height:175px;
	display:none;
	margin:0px;
	padding:0px;
}

/*ヘッダ*/
#header {
	background-image: url(./images/regular/top_041.jpg);
	height: 56px;
	width: 700px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 11px;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*メインコンテンツ*/
#main {
	background-color: #FFFFFF;
	background-image: url(./images/regular/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	height: auto;
	width: 700px;
	padding: 0px;
}
#main h2 {
	font-size: small;
	text-align: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main #pankuzu a {
	color: #777777;
	text-decoration: none;
}
#main #pankuzu a:hover {
	color: #FF3333;
	text-decoration: underline;
}
#main #pagebody {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*フッター*/
#footer {
	background-color: #000000;
	height: 80px;
	width: 800px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 9px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}


/*テキストスタイル*/

/* <H>タグ */
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: medium;
	font-weight: bold;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: medium;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #663399;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background: none;
	vertical-align: middle;
	color: #666666;
}
h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-size: large;
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 8px;
	border-left-color: #990000;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	background: none;
	vertical-align: middle;
	color: #333333;
}


/* <A>タグ */
.aTop {
	font-size: small;
	line-height: 120%;
	padding-bottom: 3px;
	color: #0000ff;
}
.aTop:hover {
	font-size: small;
	line-height: 120%;
	padding-bottom: 3px;
	color: #0000ff;
}
.a01 {
	color: #000000;
	text-decoration: none;
}
.a01:hover {
	color: #FF3333;
	text-decoration: none;
}

/* <img>タグ */
.img-s {
	margin-left: 5px;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-color: #bbbbbb;
	border-left-color: #bbbbbb;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

/* 罫線 */
.lin1{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

/* テキスト */
.txtxs {
	font-size: x-small;
	line-height: 120%;
	padding-bottom: 3px;
}
.txts {
	font-size: small;
	line-height: 140%;
	padding-bottom: 10px;
}
.txtm {
	font-size: medium;
	line-height: 150%;
}
.txtmJP {
	font-family: "HG正楷書体-PRO";
	font-weight: bold;
	font-size: large;
	line-height: 130%;
}



