﻿/*===================================================
          @kureai.info index.css
          2010.11.25
===================================================*/
body
    {
    padding: 0px; 
	margin: 0px; 
	font-size: 9px; 
	padding-bottom: 0px; 
	color: #ffffff; 
	line-height: 1.8em; 
	font-style: normal; 
	font-family: Lucidia-Sans, Verdana, Arial, sans-serif; 
    background-color: #000000;
    text-decoration: none;
	text-align: center;
    }
a:link 
    {
	color: #ffffff; 
	text-decoration: none;
    }
a:visited 
    {
	color: #C0C0C0; 
	text-decoration: none;
    }
a:hover 
    {
	color: #ff0000; 
	text-decoration: underline;
    }
a:active 
    {
	color: #808080; 
	text-decoration: none;
    }
a img
    {
    border: none;
    }
#bg_img 
    {
	position: absolute;
	z-index: -1;
	}
#outer
    {
    margin: 0 auto 0 auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    }

#header
	{
	height: 20px;
	width: 1200px;
	padding-top: 15px;
	padding-left: 170px;
	text-align: left;
	}
	#header a 
	{
	color: #ff0000;
	text-decoration: none;
	}
	#header a:hover 
	{
	color: #ffcc00;
	text-decoration: none;
	}
#contents
	{
	margin-left: 170px;
	height: 765px;
	/*width: 1030px;*/
	}
#osirase
	{
	margin-top: 20px;
	padding-top: 15px;
	height:100px;
	text-align: left;
	color: #FFCC00;
	font-size: 11px;
	}
#menu
	{
	margin-top: 20px;
	padding-top: 15px;
	height: 125px;
	text-align: left;
	line-height: 2.0em;
	}
    .menu em
	{
	color: #cc0000;
	font-style: normal;
	}
#menu ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;    
    }
#side_bar
	{
	width: 100px;
	height: 685px;
	padding-top: 80px;
	padding-left: 70px;
	text-align: left;
	float: left;
	}
#logo
	{
	height: 60px;
	padding-top: 140px;
	text-align: left;
	}
	

