/* CSS Document */

body	{
	margin:10px;
	padding:0;
	background-color:#FFFFFF;
	text-align:center;
	color:#8A8782;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

table {
	color:#8A8782;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.layout {
	margin:0 auto;
	padding:0;
	width:769px;
	text-align:left;
	border-right:10px solid #9BD7D2;
}
.main {
	margin:0 58px 0 0;
	width:721px;
}

a	img	{ border:none; }
a { color:#6FB0AC; text-decoration:underline; }
a:hover { color:#359A94; }

.clear { clear:both; }
.hd { display:none; }
.right { text-align:right; }
.left { text-align:left; }
.center { text-align:center; }
.middle { vertical-align:middle; }
.small { font-size:10px; }
.img-right {
	float:right;
	margin:0 0 10px 10px;
}
.img-left {
	float:left;
	margin:0 10px 10px 0;
}

/* form */
form { margin:0; }
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #111111;
}
input.text, textarea.text {
	padding:1px 2px;
	background-color: #EAEFF4;
	border: 1px solid #888888;
	font-size: 10px;
}
input.text:focus, textarea.text:focus {
	background-color: #CCCCCC;
}
input.submit {
	background-color: #EAEFF4;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	font-size: 10px;
	font-weight:bold;
	height: 18px;
	vertical-align:middle;
}
input.submit:focus {
	background-color: #CCCCCC;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	font-size: 10px;
	height: 18px;
}
select, select.text {
	background-color: #EAEFF4;
	border: 1px solid #111111;
	font-size: 10px;
}
.error {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}
.point {
	color:#575D8D;
}
.datatable {
	border-top:1px solid #CCCCCC;
}
.content-inside .datatable td {
	padding:0;
	vertical-align:middle;
}
.content-inside .datatable .center {
	text-align:center;
}
.enable0 {
	filter: alpha(opacity=50);
	opacity:0.5;
	width:100%;
}

/* toppage */
.toppage {
	margin:0 auto;
	width:750px;
	height:515px;
	background:url(images/home.jpg) left top no-repeat;
	text-align:center;
}
.toppage table { margin:0 auto; }
.toppage td { line-height:14px; }
.toppage a { text-decoration:none; font-weight:bold; }

/* header */
.header {
	margin:0;
	padding:0;
	position:relative;
	width:779px;
	height:190px;
	background:url(images/header2.jpg) left top no-repeat;
}
.header h1 {
	display:none;
}
.header h2 {
	position:absolute;
	left:480px;
	top:173px;
	margin:0;
	padding:0;
	width:220px;
	height:17px;
	line-height:17px;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	text-align:center;
}

/* menu */
.menu {
	width:135px;
	background:url(images/bg_menu.jpg) left top repeat-y;
	vertical-align:top;
}
.menu-inside {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu-inside li {
	margin:0 0 0 12px;
	padding:0;
	height:25px;
}
.menu-inside li a {
	display:block;
	padding-left:12px;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	background:url(images/menu_bullet.gif) left center no-repeat;
}
.menu-inside li a:hover, .menu-inside li #now {
	color:#6FB0AC;
}

/* content */
.content {
	width:586px;
	background:#FDF9F2 url(images/bg_body_bottom.jpg) left bottom no-repeat;
	vertical-align:top;
}
.content h3 { font-size:14px; color:#52504D; }
.content h3.border { margin-top:20px; padding-top:5px; border-top:1px solid #CCCCCC; }

.content-top {
	background:url(images/bg_body_top.jpg) left top no-repeat;
}
.content-inside {
	margin:30px 0;
	width:100%;
	height:220px;
	background:url(images/bg_body.gif) left top repeat-y;
}
.content-inside td {
	padding:0 30px;
	vertical-align:top;
	text-align:left;
}
.prod-table {
	margin:0 auto;
}
.prod-table td {
	text-align:center;
}
.prod-table .border {
	border-top:1px solid #CCCCCC;
}
.prod-table p {
	margin:0;
}
.prod-table img {
	margin:0 0 5px 0;
}
.prod-name {
	font-size:14px;
	text-align:center;
}


/* footer */
address {
	margin:0;
	padding:0 65px 0 0;
	font-style:normal;
	color:#FFFFFF;
	font-size:10px;
	line-height:15px;
	background:url(images/footer.jpg) left top no-repeat;
	text-align:right;
}
address a { color:#FFFFFF; text-decoration:none; }


