@charset "utf-8";
/* CSS Document */

/*共通背景用*/
img.bgmaximage {
    position:fixed !important;
}

/*スクリーンセーバー付き背景用*/
img.bgmaximage2 {
    position:fixed !important;
    display:none;
}
/*スクリーンセーバー付き背景ローディングgif用*/
.loader {
position:absolute;
z-index:9999;
width:39px;
height:39px;
top:49%;
left:49%;
}


/*コンテンツが入るbox*/
#maincontent {
	/* ▼CSS3 */
	border-bottom-left-radius: 20px;  /* 左上 */
	border-bottom-right-radius: 20px; /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-bottom-left-radius: 20px;  /* 左上 */
	-webkit-border-bottom-right-radius: 20px; /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-bottomleft: 20px;  /* 左上 */
	-moz-border-radius-bottomright: 20px; /* 右上 */
	/* ▼共通装飾 */
	background-color: #ccffcc;   /* 背景色 */
	position: absolute;
	top: 150px;
	left: 7%;
	z-index: 50;
	width: 730px;
	background-color: #FFF;
	opacity: 0.9;
	-moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	behavior: url("/PIE.htc");
	padding: 10px;
	color: #333;
	font-weight: normal;
	background-image: url(../images/mini-hammer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*メニューを入れるBOX*/ 
#menu {
	position: absolute;
	top: 110px;
	left: 7%;
	z-index: 50;
	width: 750px;
	color: #333;
	font-weight: normal;
	height: 40px;
}

/*個別メニュータブ*/
div.tab {
	/* ▼CSS3 */
	border-top-left-radius: 15px;  /* 左上 */
	border-top-right-radius: 15px; /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 15px;  /* 左上 */
	-webkit-border-top-right-radius: 15px; /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-topleft: 15px;  /* 左上 */
	-moz-border-radius-topright: 15px; /* 右上 */
	/* ▼共通装飾 */
	background-color: #918585;   /* 背景色 */
	opacity: 0.9;
	-moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	behavior: url("/PIE.htc");  /* IE6-8でCSS3に対応 */
	float: left;
	height: 40px;
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

div.tab a {
	/* ▼CSS3 */
	border-top-left-radius: 15px;  /* 左上 */
	border-top-right-radius: 15px; /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 15px;  /* 左上 */
	-webkit-border-top-right-radius: 15px; /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-topleft: 15px;  /* 左上 */
	-moz-border-radius-topright: 15px;  /* 右上 */
	behavior: url("/PIE.htc");  /* IE6-8でCSS3に対応 */
	float: left;
	height: 40px;
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFF;
}

div.tab a:hover {
	/* ▼CSS3 */
	border-top-left-radius: 15px;  /* 左上 */
	border-top-right-radius: 15px; /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 15px;  /* 左上 */
	-webkit-border-top-right-radius: 15px; /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-topleft: 15px;  /* 左上 */
	-moz-border-radius-topright: 15px; /* 右上 */
	/* ▼共通装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	behavior: url("/PIE.htc");  /* IE6-8でCSS3に対応 */
	float: left;
	height: 40px;
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #333;
}

#menu .tab #stay {
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}

h1 {
	font-size: 24px;
	padding: 0px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


h2 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maincontent p {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000;
}
#maincontent p.setumei {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #996600;
}
#maincontent .gazou {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}



#maincontent p.attention {
	font-size: 14px;
	color: #C33;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#maincontent .t-right {
	text-align: right;
}

#maincontent a.tip {
	color: #333;
	text-decoration: none;
}


/*スクリーンセーバー用*/
.loader {
position:absolute;
z-index:9999;
width:39px;
height:39px;
top:49%;
left:49%
}
