@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#2E5D91;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.pad10 { padding:10px; }
.strong { font-weight:bold; }
.main { margin-left: auto; margin-right: auto; width: 800px; display:block; background: #fff;}
.main table.header { width: 100%; }
.main table.content {  width: 100%; }
.main table.content td.menu { background: #CA2F7D; text-align:center;width: 145px; }
.main table.content td.menu .prod1 {  background:#fff; margin: 10px; padding:10px 0;  }
.main table.content td.menu .prod1 a { padding: 10px; color: #333; text-decoration: none; }
.main table.content td.menu .prod1 a:hover {  }
.main table.content td.display_zone { padding:10px; text-align:center; }
.main table.content td.display_zone .style2 { margin: 10px 0; }

h6 {
    border-color: #CA2F7D #CA2F7D #2F5D91 #2F5D91;
    border-style: double;
    border-width: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 3px;
}
td.xl24 { padding: 5px 0; }
td.xl24 h6 { font-size: 14px; }

