/*===================================================
          @oozeout.com others1.css
          for exhibit what's new
===================================================*/
body
    {
	padding: 0px; 
	margin: 0px; 
	font-size: 9px; 
	padding-bottom: 0px; 
	color: #808080; 
	line-height: 1.8em; 
	font-style: normal; 
	font-family: Lucidia-Sans, Verdana, Arial, sans-serif; 
	background-color: #ffffff; 
	text-decoration: none;
	text-align: center;
    }
a:link 
    {
	color: #808080; 
	text-decoration: none;
    }
a:visited
    {
	color: #808080; 
	text-decoration: none;
    }
a:hover
    {
	cursor: crosshair; 
	color: #660000; 
	text-decoration: underline;
    }
a:active
    {
	color: #808080; 
	text-decoration: none;
    }
#outer
	{
	width: 700px;
	background-color: #ffffff;
	padding-top: 100px;
	margin: 0 auto 0 auto;
	}
#menu
	{
	padding-top: 15px;
	width: 700px;
	height: 125px;
	text-align: left;
	line-height: 2em;
	}
#menu em
	{
	color: #cc0000;
	font-style: normal;
	}
#menu ul
    {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;    
    }
#clears
    {
  clear: both;
    }
#contents    
    {
    float: left;
    width: 700px;
    height: 350px;
    background-color: #ffffff;
    }
    .contents_r
    {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 20px;
    float: right;
    width: 330px;
    height: 320px;
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
    }
    .contents_l
    {
    float: left;
    width: 310px;
    height: 305px;
    padding-top: 45px;
    padding-left: 40px;
    background-color: #ffffff;
    }
#contents p.sp4
    {
    font-size: 10px;
    color: #990033;
    text-decoration: none;
    line-height: 4em;
    margin: 0;
    padding: 0;
    }
#contents p
    {
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    }
    
#address
    {
    clear: right;
    background-color: #ffffff;
    border-top: none;    
	padding-left: 320px;
    }
#address a
    {
    color: #660000;
    }
#head
	{
	background-color: #ffffff;
    text-align: left;
	height: 35px;
	}
#sub_menu
    {
    width: 700px;
    height: 15px;
    border-color: #006633;
    border-bottom: 1px;
    border-bottom-style: dotted;
    }