@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.bg1 {
	background-color: #e5e7e2;
}

.textnormal {
	font-size: 13px;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text01 {
	font-size: 14px;
	font-weight: bold;
}
.text02 {
	font-size: 13px;
	font-weight: bold;
	color: #336600;
}
.text03 {
	font-size: 12px;
	line-height: 25px;
	background-color: #F7F4E1;
	padding-right: 20px;
}
.text04 {
	font-size: 12px;
	line-height: 14px;
}
.text05 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.text06 {
	font-size: 14px;
	line-height: 20px;
	color: #FF6600;
}

.text_red {
	font-size: 14px;
	color: #CC0000;
}

.textheader1 {
	font-size: 18px;
	font-weight: bolder;
	color: #3399CC;
}
.textheader2 {
	font-size: 18px;
	font-weight: bolder;
	color: #CC6600;
}
.textheader3 {
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}

.lineheight1 {
	line-height: 8px;
}
.lineheight2 {
	line-height: 21px;
	background-image: url(images/line1.gif);
}

.button1 {
	height: 50px;
	width: 110px;
	margin: 10px;
}

.button2 {
	height: 30px;
}

.table1 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tableorder {
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
	background-image: url(images/ordercart.gif);
	height: 53px;
	padding-left: 60px;
}
.table2 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.link1 {
	text-decoration: none;
	color: #669900;
	font-size: 14px;
	font-weight: bold;
}
a.link1:hover {
	text-decoration: underline;
}
a.link2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
a.link2:hover {
	text-decoration: underline;
}
a.link3 {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a.link3:hover {
	text-decoration: underline;
}
a.link4 {
	text-decoration: none;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
a.link4:hover {
	text-decoration: underline;
}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	border: 1px solid #999999;
}
.box2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	border: 1px solid #999999;
}
.border1 {
	padding: 5px;
	border: 1px solid #CCCCCC;
}