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

/*
  ---------------------------------------------------------------
   吉野製作所 -  Cascading Style Sheet (index.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
-----------------------------------------------------------------
*/

#wrapper {
	margin: 0 auto;
	text-align: center;
}


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

h1 {
	width: 640px;
	height: 400px;
	margin: 60px auto 0;
	padding: 0; 
	background-color: #000000;
	color: #333333;
}

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

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

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

#footer {
	width: 640px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: #990000;
	color: #f0f0f0;
	text-align: right;
}

address {
	padding: 1.5em 0.5em;
	font-style: normal;
}

