<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="ja" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta content="text/css" http-equiv="Content-Style-Type" />
<meta content="text/javascript" http-equiv="Content-Script-Type" />
<title>Company Information</title>
<link rel="stylesheet" type="text/css" href="./files/sampleomame/omame.css" />
</head>
<body>

<div id="container">


   <div id="header" onclick="location.href='/'">
   <h1 class="noShow">SOYBEAN, Inc.</h1>
   </div>

   <div id="menu">
      <a href="./company_information" id="company_information" class="menu_button">About us</a><a href="#" id="product_catalogue" class="menu_button">Products</a><a href="#" id="inquiry" class="menu_button">Contact us</a><a href="#" id="recruit" class="menu_button">Recruit</a>
   </div>

   <div id="top_image">
   <h2 class="noShow">Lovely Soy Bean</h2>
   </div>

   <div id="content">
   
      <div id="content_left">

         <div id="news">

            <h2 id="news_h2">News</h2>
            <ul class="top_list">
<!-- block:id="omame_news" -->
                <li><span cms:id="create_date" cms:format="Y.m.d">2008.8.16</span> <span cms:id="title">News title will be displayed here.</span></li>
<!-- /block:id="omame_news" -->
<!-- cms:ignore -->
	        <li>News title will be displayed here.</li>

	        <li>News title will be displayed here.</li>
<!-- /cms:ignore -->
            </ul>


         </div>

      </div>

      <div id="content_right">

         <div id="recommend">

            <h2 id="recommended_h2">Recommends</h2>

            <ul class="top_list">
	        <li>Product name will be displayed here.</li>

	        <li>Product name will be displayed here.</li>

	        <li>Product name will be displayed here.</li>

	        <li>Product name will be displayed here.</li>
            </ul>


         </div>

      </div>
   
   </div>


</div>

<div id="footer">
<span>Copyleft 2009 No rights reserved. SOYBEAN, Inc.</span>
</div>



</body>
</html>