@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
}

#border {
	background-image:url(../images/border.jpg);
	background-repeat: repeat;
	width:940px;
	margin:0 auto;
}

#topbtn {
	background-image:url(../images/top_banner.jpg);
	width:904px;
	height:41px;
}

#btn01 {
	background-image: url(../images/top_bg2.gif);
	width:259px;
	height:53px;
	float:right;
	text-align:center;
	padding-top:5px;
	position: absolute;
	left: 517px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

#btn02 {
	background-image: url(../images/top_bg2.gif);
	width:259px;
	height:53px;
	float:right;
	text-align:center;
	padding-top:5px;
	position: absolute;
	left: 778px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	margin:0 auto;
	width:904px;
}

#header {
	background-image:url(../images/banner.jpg);
	width:904px;
	height:126px;
}

#content {
	background-image:url(../images/box_bg.jpg);
	width:804px;
	padding-left:50px;
	padding-right:50px;
}

#contenttopleft {
	width:302px;
	float:left;
}

#contenttopright {
	width:452px;
	margin-left:50px;
	float:right
}

#contentbtmleft {
	width:452px;
	float:left;
}

#contentbtmright {
	width:302px;
	height:110px;
	margin-left:50px;
	float:right;
}

#divide {
	width:940px;
	height:100px;
	background-image:url(../images/divide.jpg);
}

#amphoreabtm {
	width:390px;
	float:left;
}

#amphoreabtmleft {
	width:120px;
	float:left;
}

#amphoreabtmright {
	width:260px;
	float:right;
	margin-left:10px;
}

#ampullabtm {
	width:390px;
	float:right;
}

#greyline {
	width:804px;
	height:21px;
	background-image:url(../images/greyline.jpg);
}

#bottom {
	width:940px;
	height:40px;
	background-image:url(../images/border_btm.jpg);
}

#bottomlogo {
	width:940px;
	height:166px;
	background-image:url(../images/bottomlogo.jpg);
}














p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333333;
}

.blue {
	color:#264BAE;
}

.green {
	color:#84AC0E;
}

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	color:#999999;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

