﻿@charset "utf-8";

/* base */
div {
	display: none;
}

#container {
	display: block;
	font-size: 108%;
}

#container div {
	display: block;
}

body {
	background-color: #CAE2AA;
	font-size:13px;
	color: #333;
	line-height: 1.6;
	text-align: center;
}

a {
	color:#336600;
}

img {
	border: none;
	vertical-align: top;
}

a:hover {
	color:#999;
}

h1 {
	font-size:12px;
	margin:0;
	padding:0;
	font-weight: normal;
}

h2 {
	margin:0;
	padding:0;
}

h3 {
	font-size:108%;
}

h3 a {
	color:#000;
}

h4 {
	color:#009;
}

h5 {
	font-size: 100%;
	margin-bottom: 0;
}

strong {
	color:#900;
}

#container {
	width: 960px;
	margin:0 auto 0 auto;
	text-align: left;
}

#content {
	background-color: #CAE2AA;;
}

#header {
	margin-bottom: 30px;
}
#header p {
	margin: 0;
}
#header .fleft {
	width: 420px;
}

#main {
	width: 700px;
	padding: 20px;
	float: right;
	background-color: #FFF;
}
#bread {
	padding: 0;
	margin-top: 0;
}

#bread li {
	list-style:none;
	display:inline;
}

#bread a {
	text-decoration:none;
}

#gotop {
	text-align: right;
	margin-bottom: 0;
}

#gotop a {
	color:#548500;
	font-weight:bold;
}

#side {
	float: left;
	width: 200px;
	padding-right: 20px;
	background-color: #CAE2AA;
}

#side p {
	font-weight: bold;
	margin: 0;
}

#side li {
	list-style: none;
	margin: 0 0 1em;
}

#footer {
}
#footer p {
	margin-bottom: 0px;
	text-align:right;
	font-weight:bold;
	float: right;
	width: 300px;
}
#footer ul {
	padding: 0;
	margin-bottom: 0;
	text-align: left;
	float: left;
	width: 660px;
}
#footer li {
	display: inline;
	list-style: none;
	padding: 0;
}
#footer li a {
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fleft {
	float:left;
}

.fright {
	float: right;
}

.red {
	color:#900;
}

.blue {
	color:#009;
}

.under {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.strong	{
	color:#900;
	font-weight: bold;
} {