﻿@charset "utf-8";
@import "./common.css";

/*
  ---------------------------------------------------------------
   吉野製作所 -  Cascading Style Sheet (base.css)
   Written by
   Copyright(c)2006 yoshino-seisakujyo.com. All Rights Reserved.
   webmaster@yoshino-seisakujyo.com
   http://www.yoshino-seisakujyo.com/
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
     - TEXT DECORATIONS
  ---------------------------------------------------------------
*/

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

a: {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	background-color: #000000;
	color: #f0f0f0;
	text-align: left;
}

/*
-----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------
*/

#header {
}

#header_banner {
	position: absolute;
	left: 177px;
	top: 23px;
	width: 820px;
	height: 100px;
	z-index: 2;
}

h1 {
	position: absolute;
	left: 55px;
	top: 15px;
	width: 65px;
	height: 80px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

/*
-----------------------------------------------------------------
    CONTENT BOX
-----------------------------------------------------------------
*/

#content {
	width:600px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
}

#content_top {
	position: absolute;
	left: 200px;
	top: 160px;
	width: 600px;
	height: auto;
	z-index: 2;
	line-height: 150%;
	letter-apacing: 1px;
}

/*
-----------------------------------------------------------------
    MENU BOX
-----------------------------------------------------------------
*/

/* Contents Navi */

#navbar {
	position: absolute;
	left: 50px;
	top: 150px;
	width: 100px;
	height: 400px;
	padding: 0.6em;
	z-index: 1;
	background-color: #990000;
	background-image: url(/images/bg.png);
	color: #f0f0f0;
}

#navbar ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#navbar ul li {
	margin: 0;
	padding: 0 0 0.4em 0;
}


/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/

#footer {
}

address {
	font-style: normal;
}
