@charset "utf-8";
/* CSS Document */

html{
overflow-y: scroll;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(img/wall.jpg) repeat-y center;
	font-size: small;
	line-height: 150%;
}

.title {
	font-size: 120%;
	font-weight: bold;
	background: #FFFF99;
	width: 100%;
	margin-bottom: -0.5em;
	padding: 4px;
}

.sub {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: -0.5em;
	padding: 4px;
	color: #FF3300;
}

.pagetop {
	font-size: x-small;
}


a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6666;
	text-decoration: none;
}

.list_remocon {
	list-style-image:url(img/listmark_remocon.gif);
}

.fc_blue {
	color: #4B80BE;
}
.fc_orange {
	color: #FF9900;
}
.fc_orange2 {
	color: #FF6600;
}
.fc_green {
	color: #009999;
}
.fc_white {
	color: #FFFFFF;
}

.td-linetop {
	border-top: none ;
	border-right: none ;
	border-top: 1px dotted #CCCCCC;
	border-left: none ;
}
.td-linetop2 {
	border-top: none ;
	border-right: none ;
	border-top: 1px dotted #0068B7;
	border-left: none ;
}
.td-linebottom {
	border-top: none ;
	border-right: none ;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: none ;
}
.td-wn {
	border-top: 2px solid #0068B7 ;
	border-right: 2px solid #0068B7 ;
	border-top: 2px solid #0068B7;
	border-bottom: 2px solid #0068B7;
	border-left: 2px solid #0068B7 ;
}
.td-lineleft {
	border-top: none ;
	border-right: none ;
	border-top: none;
	border-bottom: none;
	border-left: 1px dotted #339933 ;
}

.fix10 {
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 12px;
}
.fix12 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.fix13 {
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.mtxt {	
	font-size: x-small;
	line-height: 120%;
}
.stxt {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: xx-small;
	line-height: 110%;
}

.pointer {
	cursor: hand;
}

.b-bold {
	font-size: 120%;
	font-weight: bold;
}

@media print {
.wall {
	background: #FFFFFF;
}
.backprint {
	height: 99%;
}
.np {
	display: none;
}
.print {
	display: block;
}
.page { 
	display: block;
	page-break-after: always; 
} 
}
