﻿@charset "UTF-8";

/* ---- defult css ---- */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-justify: distribute;
	font: 83%/1.3 Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/body_bg.jpg) repeat-x;
	}
td {
	vertical-align: top;
	}
img {
	border: none;
	}
li {
	list-style: none;
	}
	
/* ---- contents ---- */
#container {
	background: url(../images/body_bg2.jpg) no-repeat center top;
	width: 100%;
	text-align: center;
	float: left;
	}
#contents {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#side {
	float: left;
	width: 185px;
	}
#main {
	float: right;
	width: 555px;
	}
#box {
	float: left;
	background: url(../images/tile.gif) repeat-y left top;
	border-bottom: 2px solid #000000;
	}
#footer {
	width: 100%;
	float: left;
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 36px;
	text-align: center;
}

/* ---- 091127 revision ---- */
/* ---- gnavi ---- */	
#gnav {
	height: 42px;
	width: 740px;
	float: left;
	clear: both;
	}
#gnav ul {
	margin-top: 10px;
	float: right;
	}
#gnav ul li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	}
	
/* ---- side navi ---- */
#sidenav {
	width: 165px;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	}
#sidenav ul {
	}
#sidenav ul li {
	margin: 0px 0px 2px;
	padding: 0px;
	height: 21px;
	font-size: 0px;
	line-height: 0px;
	}
/* ---- 091127 revision end ---- */
	
/* ---- main navi ---- */	
#main ul {

	}
#main ul li {
	float: left;
	line-height: 0px;
	font-size: 0px;
	}

/* ---- etc ---- */	
#contact {
	margin-left: 11px;
	}

