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

@font-face
{
font-family: prime;
src: url("../font/PrimeRegular.otf");
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
{
font-family:verdana, helvetica, arial, sans-serif;
}

html {

}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bkg-pat.png);
	background-repeat: repeat;
}
#wrapper-out {
	width: 930px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
}


xxxxxxxxxx_HEADER {
}
#header {

}


xxxxxxxxxx_NAV {
}

xxxxxxxxxx_WRAPPER {
}
.content td {
	vertical-align: top;
}
#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: -10px;
}

#container h1{
	color: #006;
	font-family: Prime, Verdana, Geneva, sans-serif;
}
#container h4{
	text-decoration: none;
	font-weight: normal;
}
#container li, p{
	font-size: 14px;
	line-height: 24px;
}

.product-list li{
	list-style-image: url(../img/ok-list.png);
	list-style-position: outside;
	line-height: 30px;
}

xxxxxxxxxx_FOOTER {
}
#footer {
	height: 50px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #033A90;
}
.foot-note {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-top: 10px;
}

#contacus h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	line-height: 40px;
}
#contacus .gmap {
	border: 3px solid #CCCCCC;
}
#contacus td {
	font-size: 12px;
	font-style: 14px;	
}
#contacus .mail-link {
	color: #600;
	text-decoration: none;
}
#contacus .mail-link:hover {
	color: #0033FF;
	text-decoration: none;
}
#contacus .mail-link:visited {
	color: #600;
	text-decoration: none;
}