@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	color: #333;
	background: white;
	font-size: 100.1%;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}


/**
 * header
 */
#header {
	text-align: center;
}


/**
 * logo
 */
#logo {
}

/*
normal
#f6861f orange
#9dbd46 green
#e6f3eb blue
#69250e brown

cmyk
 0c 58m 100y  0k orange
35c  0m  88y 12k green
 9c  0m   8y  0k lightblue (12c)
 0c 74m  76y 78k brown (70k)
*/


/**
 * submenu
 */
#submenu {
	float: left;
	width: 200px;
}

#submenu ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#submenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul li a:visited {
	color: #f6861f;
	text-decoration: none;
}

#submenu ul li.active a {
	color: #69250e;
	color: #9dbd46;
	font-weight: bold;
}

#submenu ul li a:hover {
	color: #69250e;
	color: #9dbd46;
	text-decoration: none;
}


/**
 * body
 */
#body {
	border: 1px solid white;
	color: #333;
	font-size: 0.95em;
	text-align: justify;
}

#body a:link {
	color: #f6861f;
	text-decoration: none;
}

#body a:visited {
	color: #69250e;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

#body a img {
	border: none;
}

#body h1 {
	clear: both;
	font-size: 1.6em;
	font-family: 'Century Gothic',Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#body h2 {
	clear: both;
	color: #69250e;
color: #9dbd46;
	font-size: 1.2em;
	font-family: 'Century Gothic',Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#body h3 {
	clear: both;
	font-size: 1.0em;
	font-family: 'Century Gothic',Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#body address {
	display: block;
	margin: 20px;
	font-style: normal;
}

/* list */
#body ul {
	list-style-type: square;
}

/* table */
#body table {
	margin-left: 20px;
	border-collapse: collapse;
}

#body table caption {
	display: none;
	color: #999;
	text-align: left;
	font-size: 0.85em;
}

#body table th,
#body table td {
	padding: 0 2px;
	border: 1px solid #999;
}



.comment {
	font-size: 0.85em;
}

span.noun {
	font-weight: 600;
	font-family: 'Century Gothic';
}

a img {
	border: none;
}





/**
 * slogan
 */
.slogan {
	margin: 20px 0;
	color: #f6861f;
	font-size: 1.6em;
	font-weight: bold;
	font-family: 'Century Gothic',Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
}


/**
 * image
 */
.image {
	margin: 0;
	color: #999;
	font-size: 0.75em;
	font-style: italic;
}

.image.left {
	float: left;
	margin: 4px 8px 2px 0;
}

.image.right {
	float: right;
	margin: 4px 0 2px 8px;
}


/**
 * products
 */
.products {
	width: 560px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none !important;
}

.products  li {
	float: left;
	width: 140px;
	height: 140px;
	margin: 0;
	padding: 0;
	text-align: center;
}


/**
 * press
 */
.press {
	padding: 0;
}

.press li {
	clear: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.press img {
	float: left;
	margin: 0 30px 10px 0;
}
