@charset 'utf-8';

body {
	background: #fff url(/plastic/img/bg.png) repeat-x;
}

a {text-decoration: underline;}
a:link    {color: #1c59a4;}
a:visited {color: #1c59a4;}
a:hover   {color: #ffa500;}
a:active  {color: #ff7400;}


#header {
	height: 90px;
	background: none;
}

#dmyTable td {
	vertical-align: top;
}

/*leftMenu override*/

#leftMenu {
}

/*colWrapper override*/

#colWrapper {
		background: #fff url(/plastic/img/bg_subcol.png) repeat-y;
}

#mainContent h1 {
	padding: 10px 0 20px 30px;
	border-top: 1px solid #8dacd1;
	border-bottom: 1px solid #8dacd1;
	color: #1c59a4;
	background: url(/plastic/img/bg_title.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
}

.catch {
	margin: 20px 0;
	font-size: 14px;
	font-weight: bold;
}


.linkBox {
	background: #e8eef5;
	padding: 10px;
}


.linkBox  div.dmy {
	margin: 5px;
	text-align: right;
}

a.btn {
	display: block;
	width: 250px;
	padding-left: 10px;
	line-height: 24px;
	color: #fff;
	background: url(../../plastic/img/btn.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.btn:visited {
	color: #fff;
}

a.btn:hover {
	color: #FFD500;
	background: url(../../plastic/img/btn_over.png) no-repeat;
}




#mainContent h2 {
	margin: 20px 0 5px;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
	font-size: 16px;
	font-weight: bold;
}

#mainContent h3 {
	clear: left;
	margin: 10px 0 10px;
	padding: 5px 0 5px 20px;
	background: url(/plastic/img/bg_h3.png) left bottom no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#mainContent .picLeft {
	float: left;
	margin: 0 20px 20px 0;
}


.factoryInfo {
	margin: 20px 0;
}

.factoryInfo dt {
	width: 8em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #1c59a4;
}

.factoryInfo dd {
	margin: -24px 0 5px 8.5em;
}

.factoryInfo table {
}

.factoryInfo td {
	padding: 0 10px;
	border-top: 1px dotted #ddd;
}

.factoryPic {
	float: right;
	width: 160px;
	margin-left: 10px;
}

.factoryPic li {
	margin-bottom: 10px;
}


/*EOF*/


