@charset "utf-8";
/* CSS Document */
@media print {
   BODY {font-size: 10pt; font-family:"メイリオ", sans-serif; line-height: 150%; background: white;}
}
@media screen {
   BODY {font-size: medium; line-height:1em; background: silver;}
}
/* ************************************************************
 *   footer item
 * ********************************************************* */

#main_container h2 {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	border-top-width: 2px;
	border-right-width: 27px;
	border-bottom-width: 2px;
	border-left-width: 27px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	background-image: url(../image/h2_back.png);
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	text-shadow: 2px 2px 1px #FFF;
	margin-top: 50px;
}

.footer-top {
	position:relative; !important
	bottom:0;
	left:0;
	overflow:hidden;
	width: 100%;
	background-image: url(../image/contents_line.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 50px;
     }
 
.footer-top.static {
	position:static;
	width: 900px;
}

.pagetop {
	visibility:hidden; !important
}

