/***********************************************************************/
/* for yakugen.com (YAKUGEN)                                           */
/* simple whity design                                                 */
/* written by math for zoo 08.10.28                                    */
/***********************************************************************/

/* Commercial Green Pale : #F2F8D3 */
/* Commercial Green Deep : #CEE842 */
/* Commercial Orange     : #FF6000 */
/* Commercial Orange Deep: #993300 */
/* Normal Text Color  : #585858 */
/* Linked Text Color  : #008103 */
/* Visited Text Color : #00A204 */
/* Active Text Color  : #0000FF */
/* Hovered Text Color : #FF6000 */
/* Title Text Color   : #000000 */

/* 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: #008103;
	text-decoration: underline;
}

a:visited {
	color: #00A204;
}

a:active {
	color: #0000FF;
}

a:hover {
	color: #FF6000;
}


/* Define Text Size */

h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	padding-bottom: 1.0em;
}
h4 {
	font-size: 0.7em;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
}

.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);
}
li#blue {
	text-align: left;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon01.gif);
}
li#new {
	text-align: left;
	list-style-type: disc;
	list-style-image: url(../images/new.png);
	border-style: dotted;
	border-color: #585858;
	border-width: 0 0 1px 0;
	padding: 0 0 20px 0;
	font-weight: bold;
}
li#old {
	text-align: left;
	list-style-type: none;
	border-style: dotted;
	border-color: #585858;
	border-width: 0 0 1px 0;
	padding: 0 0 20px 54px;
	font-weight: bold;
}
/* float */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* html and body */

html {
	font-family: verdana, arial, helvetica, sans-serif, ＭＳ Ｐゴシック;
}

body {
	width: 800px;
	text-align: left;
	background: #FFFFFF;
	color: #585858;
	font-family: verdana, arial, helvetica, sans-serif, ＭＳ Ｐゴシック;
}

/***************************************************
  Branding Area
 ***************************************************/

div#branding {
	width: 800px;
	height: 60px;
	background: url(../images/ykg_w_branding_bg01.png) no-repeat bottom;
	margin: 0;
	padding: 0;
}
img#logo_ykg {
	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 #FF6000;
	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/ykg_w_menu_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/ykg_w_menu_tab_right_l.gif) no-repeat right top;
	padding: 5px 14px 8px 5px;
	font-weight: bold;
	color: #993300;
}
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: right;
	display: inline;
	width: 570px;
 	overflow: hidden;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 2.0em;
}
div#content-main p {
	margin-top: 1.2em;
}
div#content-main strong {
	font-weight: bold;
}
div#content-main ul {
	padding-left: 0px;
	margin: 0 0 0 0;
}

/* ===== CONTENT HEADER ===== */
.contents-header h1 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	padding-left: 10px;	
	line-height: 38px;
	background-image: url(../images/contents03.gif);
	background-repeat:no-repeat;
}
.contents-header h2 {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #585858;
	line-height: 22px;
}
.contents-header h3 {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin: 0 0 24px 0;
	padding: 8px 12px 8px 12px;
}
.contents-header img.page_icon {
	float: left;
	margin: 0 12px 4px 0;
}

/* ===== MASTER LIST ===== */
div#master-list li {
	text-align: left;
	margin: 1.0em 0 0 0;
	padding: 0 0 0 0;
	list-style-type: disc;
	list-style-position: inside;
}

/* ===== CONTENT LIST ===== */
.contents-list {
	margin-bottom: 2.0em;
}
.contents-list li {
	text-align: left;
	margin: 1.0em 0 0 0;
	padding: 0 0 0 0;
	list-style-type: disc;
	list-style-position: inside;
}
.contents-list h1 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;	
	line-height: 38px;
	background-image: url(../images/contents03.gif);
	background-repeat:no-repeat;
}
.contents-list h2 {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #585858;
	line-height: 22px;
}
.contents-list h3 {
	font-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin: 0;
	padding: 8px 12px 8px 12px;
}
.contents-list h4 {
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}
.contents-list img.page_icon {
	float: left;
	margin: 0 12px 4px 0;
}

/* ===== Product Page Top ===== */
.products-list {
	margin: 0 0;
	padding: 0px;
}
.products-list li.lv1 {
	text-align: left;
	margin: 0 0 10px 16px;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon02.gif);
	list-style-position: inside;
}
.products-list li.lv1 a {
	font-size: 1.0em;
	font-weight: bold;
}
.products-list li.lv2 {
	text-align: left;
	margin: 16px 0 0 48px;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon01.gif);
	list-style-position: inside;
}
.products-list li.lv2 a{
	font-size: 1.0em;
	font-weight: normal;
}
.products-list li.lv3 {
	text-align: left;
	margin: 8px 0 0 64px;
	list-style-type: none;
	list-style-image: url(../images/contents_icon00_dummy.gif);
}
.products-list li.lv3 a {
	font-size: 1.0em;
	font-weight: normal;
}
.products-list img{
	margin: 0 6px 0 0;
}

/* ===== Download Flier ===== */
/*
.dl-flier{
  text-align: left;
  font-size: 1.0em;
}
.dl-flier a{
	font-weight: bold;
	text-decoration: underline;
}
.dl-flier a:hover{
	text-decoration: underline;
}
*/
/* ===== What's New Box ===== */
.whatsnew {
  margin-left: 20px;
}
.whatsnew ul {
  list-style: none;
}
.whatsnew ul li p,
.whatsnew ul li h2 {
  display: inline;
  padding: 0px;
  margin: 0px;
}

/* ===== 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 ===== */
#content-sub {
	float:left;
	display: inline;
	width:210px;
 	overflow: hidden;
	padding-top: 0;
	margin: 0;
}
#content-sub {
	background: White;
}

/* ===== Navigation-side ===== */
.navigation {
	margin: 0 0;
	padding: 0px;
	width: 200px;
}
/*
.navigation h2 {
	color: #4e8a7f;
	font-size: medium;
	border-top: 1px dotted #4e8a7f;	
	border-bottom: 1px dotted #4e8a7f;	
	text-align: center;
	font-weight: bold;	
}
*/
.navigation ul {
	padding-left: 0px;
	margin: 0 0 0 0;
	list-style-position: inside;
}
.navigation li.lv1 {
	background: url(../images/contents01.gif) no-repeat top;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.navigation li.lv1 a {
	line-height: 38px;
	font-size: 1.0em;
	font-weight: bold;
}
.navigation li.lv2 {
	margin: 2px 0 0 0;
	text-align: left;
	border-bottom: 1px dotted #CEE842;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon02.gif);
}
.navigation li.lv2 a{
	line-height: 24px;
	font-size: 1.0em;
	font-weight: normal;
}
.navigation li.lv3 {
	margin: 0 0 0 10px;
	text-align: left;
	border-bottom: 1px dotted #CEE842;
	list-style-type: disc;
	list-style-image: url(../images/contents_icon01.gif);
}
.navigation li.lv3 a{
	line-height: 24px;
	font-size: 1.0em;
	font-weight: normal;
}
.navigation img{
	margin: 6px 0 0 0;
}

/* ===== LINK BOX ===== */
#link-box {
	margin-top: 12px;
}
#link-box img {
	border: 0;
	margin: 4px 4px;
	float: left;
}
#link-box .title {
	font-size: 1.1em;
}
#link-box .title a {
	font-weight: bold;
	text-decoration: none;
}
#link-box .description {
	margin-top: 4px;
	font-size: 0.8em;
}
#link-box .description a {
	font-weight: bold;
	text-decoration: none;
}
#link-box .goto {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 0.8em;
	float: right;
}
#link-box .goto img {
	border: 0;
	margin: 0 4px 0 4px;
	float: right;
}
#link-box .goto a {
	font-weight: bold;
	text-decoration: none;
}

/***************************************************
  Site-info (Footer)
 ***************************************************/
#site-info {
	clear:both;
	width: 100%;
	background: White;
	padding: 1px 0;
	text-align: right;
	overflow: hidden;
	border-top: 4px solid #CEE842;
}
#site-info ul li {
	display: inline; /* make this a horizontal menu */
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
#site-info ul li a {
	color: #008103;
	font-size: 1.0em;
	padding: 1px 11px;
	text-decoration: none;
	border-left: 1px solid #717171;
}
#site-info ul li a:hover {
	color: #FF6000;
	text-decoration: underline;
}
#site-info p {
	font-size: 11px;
}
/* ===== navbar ===== */
#navbar {
	margin-top: 10px;
}

/* ========== End of CSS Styling ========== */