@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
em {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}


#top {
	background-image: url(../img/bg_maintop.gif);
}

#container {
	width: 802px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
}
#sub {
	background-image: url(../img/bg_mainsub.gif);
}

#header {
	padding: 0;
	margin: 0px;
}
#header h1 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#mainContent {
	padding: 0 20px;
}
#menu {
	margin-bottom: 20px;
}

#mainContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1F334C;
}
#mainContent a {
	color: #1C2D43;
	text-decoration: none;
}


.icon {
	margin-right: 5px;
}
#mainContent a:hover {
	color: #336633;
	text-decoration: underline;
}

#footer {
	padding: 0;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	background-color: #273E5E;
	text-align: center;
	margin-top: 30px;
}
.about {
	width: 100%;
	border: 1px solid #2f406e;
	border-collapse: collapse;
}
.about th {
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #1F324B;
}
.about td {
	padding: 10px;
	border: 1px solid #999999;
}

.product {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.product td {
	padding: 5px;
	border-bottom: 1px dotted #999999;
}

.contact {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.contact th {
	text-align: left;
	padding: 10px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:5px solid #999999;
}
.contact td {
	border: 1px solid #999999;
	padding: 10px;
}



#footer a {
	color: #FFFFFF;
	text-decoration: none;
}



#footer a:hover {
	color: #99CC00;
	text-decoration: underline;
}
