@charset "Shift_JIS";

/* ■ページ構造 */

body {
	margin: 30px;
	padding: 0;
	background-color: #ffffff;
	font-size: 80%;
	color: #5B91BB;
	line-height: 150%;
}
#header {
	width: 750px;
	border: 1px solid #5B91BB;
	margin-bottom: 20px;
	height: 150px;
	background:  url(bk.jpg);
}
#content {
  width: 750px;
	text-align: left;
}
#menu {
  width: 590px;
  float: left;
	border: 1px solid #5B91BB;
	margin-bottom: 20px;
}
#menu2 {
  width: 580px;
  float: left;
	border: 1px solid #5B91BB;
	margin: 2px 2px 2px 2px ;
}
#menu3 {
  width: 580px;
  clear: both;
	border: none;
	margin: 2px 2px 2px 2px ;
}
#sub {
	width: 150px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #5B91BB;
	text-align: left;
	margin-bottom: 20px;
}
#footer {
  clear: both;
  width: 750px;
	border: 1px solid #5B91BB;
	margin-top: 10px;
}

/* ■その他 */

/* 設定基本セル部分 */
td 
{
	font-size: 80%;
}
#r
{
	float: right;
	width: 460px;
	margin-top: 10;
	margin-bottom: 5;
}
#l
{
	float: left;
	width: 110px;
	margin-bottom: 5;
	margin-top: 0;
	margin-right: 2;
}
#r2
{
	float: right;
	width: 280px;
	margin-top: 10;
	margin-bottom: 5;
}
#l2
{
	float: left;
	width: 280px;
	margin-bottom: 5;
	margin-top: 10;
	margin-right: 2;
	margin-left: 2;
}
#rhead
{
	float: right;
	width: 475px;
	margin-top: 5px;
}
#lhead
{
	float: left;
	width: 230px;
	margin: 1px;
	text-align: left;

}
#img {
	text-align: center;
}
.c
{
	clear: both;

}
/* 設定基本見出し */
h1 
{
	font-size: 110%;
	margin: 0,0,0,0;
}
h2 
{
	font-size: 105%;
	margin: 0;
	font-weight: lighter;
}

/* 設定基本リンク */
a:link 
{
	color: #5B91BB;
}
a:visited 
{
	color: #5B91BB;
}
a:active {
	color: #FF6699;
	}

a:hover {
	color: #FF6699;
	}
/* ■その他 */
.img {
	text-align: center;
}
.r
{
	float: right;
	width: 120px;
	margin-top: 10;
	margin-bottom: 10;
}
.l
{
	float: left;
	width: 120px;
	margin-bottom: 10;
	margin-top: 10;
	margin-right: 5;
	margin-left: 5;
}
p {
  padding: 0.5em;
  margin: 0;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #0099ff;
  background: transparent;
}
ul {	
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
li {
	padding-left: 20px;
	background: url(m1.gif) no-repeat 5px 50%;
}
#l1 {
	background: url(line1.gif) no-repeat center;
	margin: 0px;
	padding: 0px;
}

