@charset 'UTF-8';

/*----------------------------------------------------------------------------------

    File Name:		entersite.css
    Description:	サイト入り口ページのみに適応されるスタイル
    Created:		2008-11-03
    Last Update:	2008-11-03 by T.Maruyama
    Author:			leadoffnet
    Copyright:		(c)2008 LeadoffNet Co.Ltd.

----------------------------------------------------------------------------------*/

/*======================================================
	Reset default style
=======================================================*/

* {
	margin: 0px;
	padding: 0px;
	}

body,html {
	min-height: 101%;
	}

ol, ul {
	list-style: none;
	}

img, a:link img, a:visited img {
	border: none;
	}
	
h1, h2, h3, h4, h5, p, ul, li, dd, dt {
	line-height: 1em;
	color: #464646;
	}

h1, h2, h3, h4, h5, p, th, td, ul, li, dd, dt, input, textarea {
	font-family: Verdana, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	}

em, span {
	line-height: 1em;
	font-family: Verdana, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover, a:active {
	color: #333;
	text-decoration: none;
	}

/*======================================================
	page style
=======================================================*/
	
body {
	background-color: #301205;
	text-align: center;
	}

#wrapper {
	width: 730px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	}

#entersite {
	margin: 0 auto;
	padding: 40px 0 10px;
	background-color: #301205;
	}

#footer {
	width: 730px;
	height: auto;
	clear: both;
	}

#footer ul {
	text-align: left;
	float: left;
	text-indent: -8px;
	}

#footer li {
	text-decoration: none;
	display: inline;
	padding: 0 11px;
	border-right: solid 1px #828774; 
	font-size: 10px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer li.right {
	border: none;
	}

#footer li a {
	text-decoration: none;
	color: #a9aaad;
	}

#footer li a:hover {
	text-decoration: underline;
	color: #eff5f8;
	}

p.copyright {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", sans-serif;
	color: #808080;
	float: right;
	line-height: 30px;
	}

