﻿/* CSS Document */

a:link    { color: #0066FF; text-decoration: none;}
a:visited { color: #0066FF; text-decoration: none;}
a:hover   { color: #FF3300; text-decoration: underline;}
a:active  { color: #66CC00;}
BODY {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-family: "MS UI Gothic", "Osaka";
}
td {
	font-size: 12px;
	line-height: 18px;
}
H1 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
H2 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.font12 {
	font-size: 12px;
	line-height: 16px;
}
.font14 {
	font-size: 14px;
	line-height: 20px;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-size: 14px;
	color: #006600;
}
.box {
	margin: 0px 2px;
	padding: 2px 10px 1px;
	font-size: 12px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #333333;

}

.buttonbox {
	background:url(../img/botton.png) repeat-x 0 0;
	border:1px solid #ccc;
	height:25px;
	cursor:pointer;
}

.buttonbox:hover {
	background:url(../img/botton_on.png) repeat-x 0 0;
}

.buttonbox2 {
	padding: 3px 1px 0px; 
	background-image :url(../img/botton.png) no-repeat 0 0;
	height:25px;
	cursor:pointer;
}

.buttonbox2:hover {
	background:url(../img/botton_on.png) repeat-x 0 0;
}

.buttonbox3 {
	background:url(../img/botton2.png) repeat-x 0 0;
	border:1px solid #ccc;
	height:25px;
	cursor:pointer;
}

.buttonbox3:hover {
	background:url(../img/botton2_on.png) repeat-x 0 0;
}

.mailbox {
	padding: 3px 1px 0px; 
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #333333;

}
.mailbox2 {
	border: 1px solid #666666;
	background-color: #FFD700;
	color: #333333;

}
.openbox1 {
	padding: 3px 1px 0px;
	border: 1px solid #666666;
	background-color: #3366FF;
	color: #FFFFFF;

}
.openbox2 {
	padding: 3px 1px 0px;
	border: 1px solid #666666;
	background-color: #999999;
	color: #FFFFFF;

}
.copybox {
	padding: 3px 1px 0px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 9px;
}
.leftbox {
	text-align: left;
}

.topbg {
	background-image: url(img/top_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.line2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 12px;
	line-height: 18px;
}
.font60 {
	font-size: 60px;
	line-height: normal;

}
.font24 {
	font-size: 24px;
	line-height: normal;

}
.font14p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;


}
.font10 {
	font-size: 10px;
	line-height: 12px;
	color: #999999;

}

.size8 {
	font-size : 8px;
	line-height: 14px;
}
.size10 {
	font-size : 10px;
	line-height: 15px;
}
.size14 {
	font-size : 15px;
	line-height: 20px;
}
.size16 {
	font-size : 24px;
	line-height: 21px;
}

.calendar_bg {
	background-image: url(../img/calendar.png);
	background-color:#ffffff;
	width:16px;
	height:16px;
	border:0px;
	margin: 1px 1px 2px;
	cursor:pointer;
}
