﻿/*===================================================
          @oozeout.com Another Entry top css
          2008.07.01
===================================================*/
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;
    }
#outer
    {
    width: 700px; 
    height: 200px;
	background-color: #ffffff;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -350px;
	}
#menu
	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin: 0px auto;
	width: 660px;
	}
a img
    {
    border: none;
    }
ul.menu
    {
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    }
li.menu
    {
    list-style: none;
    float: left;
    width: 160px;
    height: 160px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    }

#head
	{
	width: 700px;
	background-color: #ffffff;
	height: 100px;
	text-align: left;
	}
.head_left
    {
    float: left;
    width: 350px;
    text-align: left;
    }
.head_right
    {
    float: right;
    width: 300px;
    text-align: right;
    padding: 5px 50px 0 0;
    }
#head a
    {
    color: #808080;
    text-decoration: none;
    }
#head a:hover
    {
    color: #990000;
    background-color: #C0C0C0;
    }
#address
    {
    clear: both;
    width: 650px;
    height: 15px;   
    color: #808080;
    padding-top: 30px;
    padding-right: 0px;
    text-align: right;    
    background-color: #ffffff;
	}
#address a
    {
    text-decoration: none;
    color: #660000;
    }