/* monitor */

/* title */
#title { 
	margin: 0px 0 5px 0;
}
.go {
	font-size: 12px;
	text-align: right;
	margin: 10px 0 0 0 ;
}

/* read */
#read { 
	padding: 5px 25px 5px 25px;
}

#read p { 
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 5px 0;
}
.cap { 
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}


/* table */
#monitor .caution { 
	font-size: 14px;
	line-height: 18px;
	color: #FF6633;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#monitor table {
	width: 648px;
	margin: 0 2px 10px 0;
	padding: 0;
    border-collapse:collapse;
	border-top:1px solid #FFCC33;
    border-left:1px solid #FFCC33;
}
#monitor th {
	width: 216px;
	margin: 0;
	padding: 10px 10px 5px 10px;
	text-align:left;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	color:#000000;
    border-right:1px solid #FFCC33;
}
#monitor td {
	width: 216px;
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align:left;
	vertical-align: top;
    border-right:1px solid #FFCC33;
    border-bottom:1px solid #FFCC33;
}

#monitor td p { 
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 5px 0 0 0 ;
}

/* guide */
#guide img { 
	margin: 0px;
	padding: 0px 25px 10px 25px;
}

#guide dl { 
	margin: 0px;
	padding: 10px 25px 10px 25px;
}

#guide dt { 
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

#guide dd { 
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 10px 12px;
}

/* btn */
#btn a {
	display: block;
	background: url(../image/btn01.gif) no-repeat;
	width: 134px;
	height: 45px;
	margin: 10px auto;
	border: none;
	text-align: center;
}
#btn a:link {background: url(../image/btn01.gif) no-repeat;}
#btn a:hover {background: url(../image/btn02.gif) no-repeat;}

/* btn2 */
#btn2 a {
	display: block;
	background: url(../image/btn03.gif) no-repeat;
	width: 134px;
	height: 45px;
	margin: 10px auto;
	border: none;
	text-align: center;
}
#btn2 a:link {background: url(../image/btn03.gif) no-repeat;}
#btn2 a:hover {background: url(../image/btn04.gif) no-repeat;}

 .novisi {
	display: none;
}

/* etc */
a:link {  color: #FF0000; text-decoration: none}
a:visited {  color: #FF0000; text-decoration: none}
a:hover {  color: #FF9900; text-decoration: underline}
a:active {  color: #FF9900; text-decoration: underline}




