.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.font12-line {
	font-size: 12px;
	line-height: 16px;
}
.font14 {
	font-size: 14px;
}
.font14-line {
	font-size: 14px;
	line-height: 20px;
}
.font16 {
	font-size: 16px;
}
.font16-ilne {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
	padding: 2px 0px 0px 5px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}

.line {
	background-color: #DAE9DC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999900;
	border-bottom-color: #999900;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.line2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
	padding: 2px 2px 2px 2px;
}
.line3 {
	background-color: #006600;
	border: 1px solid #FF6600;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}
.line4 {
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}
.line5 {
	border-bottom-style: ridge;
	border-bottom-color: #006633;
	border-bottom-width: 2px;
	padding: 5px 1px 1px 1px;
	font-size: 16px;
}
.line6 {
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	padding: 2px 1px 1px 1px;
	font-size: 14px;
}
.back-img{
	background-image:url(img/back-img.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

/*********** #link menu ***********/

#link a {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	color : #666666;
	text-decoration: none;
	border: 1px solid #003366;
}

#link a:hover{
	background-color: #ff6600;
	text-decoration: underline;
	color : #ffffff;
}

/*********** #annai menu ***********/

#annai a {
	display: block;
	padding: 5px;
	background-color: #C6E3C7;
	color : #666666;
	text-decoration: none;
	border: 1px ridge #006600;
}

#annai a:hover{
	background-color: #009900;
	text-decoration: underline;
	color : #ffffff;
}

.annai-bak {
	background-image: url(img/anani/back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

