/* Enter Your Custom CSS Here */


/* 表作成　
#nori td {
	border: 1px solid #999;
	padding: 5px
	text-align: center;
	background-color: #FF0;
	line-height: 50%;
	}
*/

/*ボックス*/
.box01 {
	border-style: solid ;
	border-color: #C0C0C0 ;
	border-width: 0 0 2px 6px ;
	padding: 1px 0 0 8px ;
	font-weight: bold ;
	font-size: 120% ;
	}

.box02 {
	border-style: solid ;
	border-color: #C0C0C0 ;
	border-width: 0 0 0 6px ;
	padding: 1px 0 0 8px ;
	font-weight: bold ;
	font-size: 110% ;
	}


/* リンクを凹ます */
a:hover {
position:relative;
top: 2px;
left:2px;
}
