﻿/*===================================================
          @oozeout.com gallery index.css
          2008.06.15
===================================================*/
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
    {
    padding-top: 100px;
    width: 700px; 
	background-color: #ffffff;
	margin: 0 auto 0 auto;
    }
#menu
	{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin: 0px auto;
	width: 697px;
	}
    ul.menu
    {
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    }
    li.menu
    {
    list-style: none;
    float: left;
    border-width: 0 0 0 1px;
    border-color: #c0c0c0;
    border-style: solid;
    text-align: center;
    }
    a.menu
    {
    color: #999966;
    display: block;
    background-color: #ffffff;
    width: 115px;
    height: 20px;
    text-decoration: none;
    }
    .menu
    {
    color: #808080;
    display: block;
    background-color: #c0c0c0;
    width: 115px;
    height: 20px;
    text-decoration: none;
    }
a:hover.menu
    {
    cursor: crosshair; 
    color: #800000;
    background-color: #c0c0c0;
    }
#contents
    {
    margin-top: 30px;
    width: 700px;
    height: 350px;
    text-align: left;
    }
    .bunner
    {
    margin-left: 50px;
    height: 52px;
    }

#contents em
    {
    color: #333333;
    font-style: normal;
    }
a:link
    {
    color: #808080;
    text-decoration: none;
    }
a:hover
    {
    cursor: crosshair;
    color: #990000;
    text-decoration: none;
    }
.title
    {
    padding-top: 20px;
    padding-left: 15px;
    text-align: left;
    } 
    .title a
    {
    color: #800000;
    text-decoration: none;
    }
    .title a:hover
    {
    cursor: crosshair;
    color: #990000;
    text-decoration: none;
    }      
#head
	{
	width: 700px;
	background-color: #ffffff;
	height: 50px;
	text-align: left;
	}
#address
    {
    width: 700px;
    height: 15px;   
    color: #808080;
    padding-top: 5px;
    text-align: left;    
    background-color: #ffffff;
	}
#address a
    {
    text-decoration: none;
    color: #660000;
    }