﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #F4F4F4;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../imgbase/bodybg.gif);
}
a {
	color: #663333;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #0099CC;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #0099CC;
}
img {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 770px;
	background: #FFFFFF;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#top_left {
	position: absolute;
	height: 70px;
	width: 160px;
	left: 0px;
	top: 0px;
}
#top_right {
	position: absolute;
	height: 30px;
	width: 610px;
	left: 160px;
	top: 0px;
	background-color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../imgbase/logobg.gif);
	background-repeat: repeat-x;
}
#ber {
	position: absolute;
	height: 20px;
	width: 770px;
	left: 0px;
	top: 70px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	width: 770px;
	padding-bottom: 30px;
	overflow: auto;
	margin-top: 90px;
	background-color: #FFFFFF;
	background-image: url(../imgbase/contentbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#about {
	float: left;
	width: 560px;
	margin-top: 15px;
	margin-left: 15px;
}
#about h3 {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#about p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#newsRelease {
	float: right;
	width: 170px;
	margin-top: 15px;
}
#newsRelease ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}
#newsRelease li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../imgbase/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	text-align: center;
	width: 770px;
}
#footer p {
	font-size: 90%;
	color: #FFFFFF;
}
.brown {
	font-weight: bold;
	color: #993300;
}
.glay {
	color: #CCCCCC;
}
