.bold {
	font-weight:bold;
}

.red {
	color: red;
}
.red_b {
	color: red;
	font-weight: bold;
}

.blue {
	color: blue;
}
.blue_b {
	color: blue;
	font-weight: bold;
}
.gray {
	color: gray;
}

.small {
	font-size: x-small;
}
.xx-small {
	font-size: xx-small;
}
.large {
	font-size: large;
}
.x-large {
	font-size: x-large;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}
.title1 {
	color:#FF6633;
	font-size: small;
}

.active {
	ime-mode: active;
}
.disabled {
	ime-mode: disabled;
}
.money {
	ime-mode: disabled;
	text-align:right;
}

td.suji {
	padding: 0px 10px;
	text-align:right;
}



.bay_1 {
	margin:2px;
	padding:4px;
	border-bottom: solid 3px #ff0000;
	font-size:x-small;
	text-align:center;
	float:left;
	width:15%;
	background-color:#FFFFAA;
	font-weight:bold;
	color:#0000AA;
}
.bay_2 {
	margin:2px;
	padding:4px;
	font-size:x-small;
	text-align:center;
	float:left;
	width:15%;
	color:#CCCCCC;
}
.bay_3 {
	margin:2px;
	padding:4px;
	border-bottom: solid 3px #ff0000;
	font-size:x-small;
	text-align:center;
	float:left;
	width:15%;
}


#my_navigation {
	float : left ; width : 350px ;
}
#my_contents {
	margin-left: 350px;
}

#master_menu {
	width:100%;
	margin: 20px;
	background:#fff;
	color:#999;
}

.img1 {
 position: relative;
 width: 87px;
 height: 87px;
 text-align:center;
}
.img1_b a { display: block; }
.img1_a {
 width: 87px;
 height: 87px;
}
.img1_b {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 87px;
 height: 87px;
}
a:hover.img1_b { background-color:transparent; }


.img2 {
 position: relative;
 width: 216px;
 height: 216px;
 text-align:center;
 vertical-align: middle;
}
.img2_b a { display: block; }
.img2_a {
 width: 216px;
 height: 216px;
}
.img2_b {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 216px;
 height: 216px;
}
a:hover.img2_b { background-color:transparent; }



