/***********************************************************************/
/* for gennai.net (@GENNAI On-Line)                                    */
/* written by math on 08.09.11                                         */
/***********************************************************************/

/* Commercial Green Deep : #94CDAC */
/* Commercial More Deep  : #3C6C3A */
/* Commercial Green Pale : #C9E6D5 */
/* Commercial More Pale  : #F0FFF5 */
/* Normal Text Color     : #000000 */
/* Linked Text Color     : #3C6C3C */
/* Visited Text Color    : #3C6C3C */
/* Active Text Color     : #7C9C8C */
/* Hovered Text Color    : #7C9C8C */
/* Title Text Color      : #CC0000 */
/* Gray for Lines        : #717171 */

/* Normalizes */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0 auto; padding : 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; }

ol,ul { list-style : none; }

address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }

table { border-collapse : collapse; border-spacing : 0; }

fieldset,img { border : 0; }

caption,th { text-align : left; }

q:before, q:after { content :''; }

h1,h2,h3,h4,p,a,li { font-weight:normal; }


/* Default Linked Text Color */

a:link {
	color: #3C6C3C;
	text-decoration: none;
}

a:visited {
	color: #3C6C3C;
	text-decoration: none;
}

a:active {
	color: #7C9C8C;
	text-decoration: bold;
}

a:hover {
	color: #7C9C8C;
	text-decoration: underline;
}


/* Define Text Size */

h1 {
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
}
h2 {
	font-size: 1.0em;
	color: #7C9C8C;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	color: Black;
	padding-bottom: 1.0em;
}
h4 {
	font-size: 0.7em;
}

.ctittxt {
	font-size: 1.2em;
	line-height: 22px;
	font-weight: bolder;
}
.btittxt {
	font-size: 1.2em;
	line-height: 22px;
    font-weight: normal;
}
.tittxt {
	font-size: 0.9em;
	line-height: 18px;
}
.sittxt {
	font-size: 0.7em;
	line-height: 15px;
}


/* define list disc */

li#red {
	text-align: left;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon03.gif);
	list-style-position: outside;
	margin-left: 24px;
	margin-top: 12px;
}
li#orange {
	text-align: left;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon02.gif);
	list-style-position: outside;
	margin-left: 24px;
}
li#blue {
	text-align: left;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon01.gif);
	list-style-position: outside;
	margin-left: 24px;
}


/* float */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* table */
td#white {
	valign: middle;
	background-color: #FFFFFF;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
td#blue {
	valign: middle;
	background-color: #F0F5FF;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #C9D5E6;
	border-bottom: 1px solid #C9D5E6;
}
td#pink {
	valign: middle;
	background-color: #FFF0F5;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #E6D5C9;
	border-bottom: 1px solid #E6D5C9;
}
td#grey {
	valign: middle;
	background-color: #F0F0F0;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

/* html and body */

html {
	font-family: verdana, arial, helvetica, sans-serif, ＭＳ Ｐゴシック;
}

body {
	width:800px;
	text-align:left;
	background:#FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif, ＭＳ Ｐゴシック;
}

/***************************************************
  Branding Area
 ***************************************************/

div#oem-branding {
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;
        background-color: #94cdac;
}
div#branding {
/*	width: 800px; */
	width: 100%;
	height: 60px;
	background: url(../images/branding_bg01.png) no-repeat bottom;
	margin: 0;
	padding: 0;
}
img#logo_gen {
	float: left;
}
img#logo_zoo {
	float: right;
	margin-top: 30px;
}
div#google_search {
	float: right;
	margin-top: 4px;
	margin-right: -90px;
}

/***************************************************
  Header Menu
 ***************************************************/

div#menu {
	border-bottom: 1px solid #94CDAC;
 	overflow: hidden;
	width: 100%;
	height: 30px;
	font-size: 1.1em;
	margin-bottom: 1em;
}
div#menu ul {
	list-style-type: none;
	margin: 0;
	margin-left: 150px;
	padding: 0;
}
div#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
div#menu a {
	float: left;
	background: url(../images/menu01_tab_left_l.gif) no-repeat left top;
	margin-top: 5px;
	margin-right: 3px;
	padding: 0 0 0 9px;
	text-decoration: none;
}
div#menu a span {
	float: left;
	display: block;
	background: url(../images/menu01_tab_right_l.gif) no-repeat right top;
	padding: 5px 14px 8px 5px;
	font-weight: bold;
	color: #3C6C3A;
}
div#menu .active a {
	background-position: 0 -125px;
	margin-top: 0;
}
div#menu .active a span {
	background-position: 100% -125px;
	padding-bottom: 8px;
	margin-top: 0;
}
div#menu ul li a:hover {
	background-position: 0% -125px;
	margin-top: 0;
}
div#menu ul li a:hover span {
	background-position: 100% -125px;
	padding-bottom: 8px;
	margin-top: 0;
}

/***************************************************
  Contents Area
 ***************************************************/
/* ===== CONTENT MAIN ===== */
div#content-main {
	float: left;
	display: inline;
	width: 612px;
 	overflow: hidden;
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom: 1em;
}
div#content-main strong {
	font-weight: bold;
}
div#content-main ul {
	padding-left: 0px;
	margin: 0 0 0 0;
	list-style-position: outside;
}

/* ===== CONTENT HEADER ===== */
.contents-header h1 {
	text-align: left;
	font-size: 1.3em;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #3C6C3A;
	LINE-HEIGHT: 38px;
	padding-left: 40px;	
	background-image: url(../images/gen_header_h1_point38.png);
	background-repeat:no-repeat;
}
.contents-header h2 {
	text-align: left;
	font-size: 1.1em;
}
.contents-header h3 {
	text-align: left;
	font-size: 1.0em;
	border-width: 1px;
	border-style: solid;
	border-color: #C9E6D5;
	background-color: #F0FFF5;
	margin: 0 0 24px 0;
	padding: 16px 24px 16px 24px;
}
.contents-header li {
	text-align: left;
	padding: 0 0 0 0;
}

/* ===== SIDE BOX ===== */
.out-of-box {
	margin: 0 0 1.2em 0;
}
.out-of-box h1 {
	text-align: left;
	font-size: 1.2em;
	color: #3C6C3C;
	padding-top: 8px;
	padding-left: 0;
	padding-right: 0;
}

.out-of-box h2 {
	text-align: left;
	font-size: 1.0em;
	padding-top: 4px;
	padding-left: 0;
	padding-right: 0;
}
.out-of-box h3 {
	text-align: left;
	font-size: 1.0em;
	padding: 4px 0 4px 0;
}
.out-of-box p {
	margin-bottom: 1.0em;
}
.out-of-box li {
	text-align: left;
	padding: 0 0 0 0;
}
.out-of-box img{
	float: left;
	margin: 8px 8px 8px 12px;
}


/* ===== INSIDE BOX ===== */
.inside-box h1 {
	text-align: left;
	font-size: 1.2em;
	color: #3C6C3C;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
}
.inside-box h1:hover {
	color: #7C9C8C;
    text-decoration: underline;
}
.inside-box h2 {
	text-align: left;
	font-size: 1.0em;
	padding-top: 4px;
	padding-left: 24px;
	padding-right: 16px;
}
.inside-box h3 {
	text-align: left;
	font-size: 1.0em;
	padding: 16px 24px 16px 24px;
}
.inside-box p {
	margin-bottom: 1.0em;
}
.inside-box li {
	text-align: left;
	padding: 0 0 0 0;
	
}
.inside-box img{
	float: left;
	margin: 8px 8px 8px 12px;
}
.inside-box .goto {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 0.9em;
	text-align: right;
}
.inside-box .goto img {
	border: 0;
	margin: 0 4px 0 4px;
	float: right;
}
.inside-box .goto a {
	font-weight: bold;
	text-decoration: none;
}
.inside-box .goto a:hover {
	color: #FF6000;
}

/* ===== Product List Box ===== */
.product-box h1 {
	text-align: left;
	font-size: 1.2em;
	color: #3C6C3C;
	background: #F0FFF5;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
}
.product-box h1:hover {
    color: #7C9C8C;
    text-decoration: underline;
}

.product-box h2 {
	text-align: left;
	font-size: 1.0em;
	padding-top: 4px;
	padding-left: 24px;
	padding-right: 16px;
}
.product-box h3 {
	text-align: left;
	font-size: 1.0em;
	padding: 16px 16px 16px 24px;
}
.product-box p {
	margin-bottom: 1.0em;
}
.product-box li {
	text-align: left;
	padding: 0 0 0 0;
}
.product-box img{
	float: left;
	margin: 8px 8px 8px 12px;
}
.product-box .goto {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 0.9em;
	text-align: right;
}
.product-box .goto img {
	border: 0;
	margin: 0 4px 0 4px;
	float: right;
}
.product-box .goto a {
	font-weight: bold;
	text-decoration: none;
}
.product-box .goto a:hover {
	color: #FF6000;
}

/* ===== Download Flier ===== */
.dl-flier{
  text-align: right;
  font-size: 1.0em;
}
.dl-flier a{
	font-weight: bold;
	text-decoration: none;
}
.dl-flier a:hover{
	color: #FF6000;
	text-decoration: underline;
}

/* ===== What's New Box ===== */
.whatsnew h1 {
	text-align: left;
	font-size: 1.2em;
	color: #CC0000;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #C9E6D5;
}
.whatsnew h2 {
	text-align: left;
	font-size: 1.0em;
	padding-left: 24px;
	padding-right: 16px;
}
.whatsnew h3 {
	text-align: left;
	font-size: 1.0em;
	padding: 0 16px 0px 24px;
}
.whatsnew li {
	display: inline;
	padding: 0 0 0 0;
}

/* ===== Paging Index (Prev/Next) ===== */
.paginated {
	text-align: center;
	font-size: 1.0em;
	padding: 4px 0 4px 0;
	text-decoration: none;
	font-weight: bold;
}
.paginated a {
	font-weight: normal;
}

/***************************************************
  Navigation Area
 ***************************************************/
/* ===== CONTENT SUB ===== */
div#content-sub {
	float:left;
	display: inline;
	width:184px;
 	overflow: hidden;
	margin:0;
}

/* ===== Navigation-side ===== */
div#navigation ul {
	list-style: none;
	margin: 6px 0px;
}
div#navigation li {
	margin: 3px auto;
	font-size: 1.0em;
	padding:5px;
	width: 80%;
    border-bottom: 1px dotted #C9E6D5;
}
div#navigation .active {
	color: #CC0000;
}
div#navigation .lv1 {
	font-weight: bold;
}

/* ===== LINK BOX ===== */
#link-box img {
	border: 0;
	margin: 4px 4px;
	float: left;
}
#link-box .title {
	font-size: 1.0em;
}
#link-box .title a {
	color: #3C6C3C;
	font-weight: bold;
	text-decoration: none;
}
#link-box .title a:hover {
    color: #7C9C8C;
}
#link-box .description {
	margin-top: 4px;
	font-size: 0.9em;
}
#link-box .description a {
	color: #7C9C8C;
	font-weight: bold;
	text-decoration: none;
}
#link-box .description a:hover {
	color: #7C9C8C;
}
#link-box .goto {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 0.9em;
	text-align: right;
}
#link-box .goto img {
	border: 0;
	margin: 0 4px 0 4px;
	float: right;
}
#link-box .goto a {
	color: #3C6C3C;
	font-weight: bold;
	text-decoration: none;
}
#link-box .goto a:hover {
	color: #7C9C8C;
}


/***************************************************
  Site-info (Footer)
 ***************************************************/
div#site-info {
	clear:both;
	width: 100%;
	background: White;
	margin: 0;
	padding:1px 0;
	text-align: right;
	overflow: hidden;
	border-top: 4px solid #94CDAC;
}
div#site-info ul li {
	display: inline;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
div#site-info ul li a {
	color: #3C6C3C;
	font-size: 1.0em;
	padding: 1px 11px;
	text-decoration: none;
	border-left: 1px solid #717171;
}
div#site-info ul li a:hover {
    color: #7C9C8C;
    text-decoration: underline;
}
div#site-info p {
	font-size: 0.7em;
}

/* ========== End of CSS Styling ========== */