﻿/*##############################################################

   yamabiko_1\BaseStyle.css  

##############################################################*/
/***************************************************************
   Overall Page
***************************************************************/
body
{
	font:100% Arial,Georgia,Verdana,Tahoma,sans-serif;
	margin:0;
	text-align:center;
}

a
{
	text-decoration:none;
}
/*
#container
{
	margin:0 0 0 0;
	text-align:center;
	width:700px;
}
*/
/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/***************************************************************
   wrapper
***************************************************************/
#wrapper1
{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	clear:both;
	width:820px;
}

#wrapper2
{
	width:820px;
}

/***************************************************************
   siteMap
***************************************************************/
#siteMap 
{
	margin:0 0 4px;
	text-align:right;
}

#siteMap a:hover
{
	text-decoration:underline;
}

/***************************************************************
   leftside
***************************************************************/
#leftside
{
    float:left;
    width:200px;
    text-align:left;
}

/*
#leftside h1
{
    font-size:1.4em;
    font-weight:400;
}
*/

#leftside ul 
{
	list-style:none;
	margin:0;
}

#leftside li
{
	margin:20px 10px 10px 10px;
	color: #FFFFFF;
}

#leftside li a:link, #leftside li a:visited
{
	display: block;
	border-left: 14px solid #A88F6E;
	color: #FFFFFF;
	text-decoration:none;
}

/*
#leftside li a:hover
{
	color: #FFFFFF;
}
*/

#leftside ul ul
{
	margin-left:12px;
}

#leftside ul ul li 
{
	border-bottom:1px dashed #FFFFFF;
	margin:0;
}

/*
#leftside ul ul a:link, #leftside ul ul a:visited
{
	color: #FFFFFF;
}

#leftside ul ul a:hover
{
	color: #ffffff;
}
*/

/***************************************************************
   Header Section
***************************************************************/
#header{ 
    font-weight:400;
    margin:0 0 0px 0;
    text-align:center;
    width:820px;

	border-top:5px solid #CAAE7B;
	border-bottom:1px dotted #CAAE7B;
}

#header h1{
    font-size:2.2em;
    margin:0;   
}

#header span{
    font-size:1.6em;
    letter-spacing:-1px;
    margin:0;   
}

/***************************************************************
   Main Content
***************************************************************/
#content1 {
	margin-top:4px;
	font-size:small;
}

#content1 p {
    margin:0 0 0 0;
    padding:0 0 0 10px;   
	font-size: 80%;
	line-height: 1.6em; 
	margin-left:4px;
}
#content1 ol {
    margin:0;
    padding:0 0 0 36px;   
}
#content1 ul {
    margin:0;
    padding:0 0 0 36px;   
}
#content1 li {
    margin:0 0 0 0;
    padding:0 0 0 0;   
	font-size: 80%;
	line-height: 1.6em; 
	margin-left:4px;
}
#content1 h2 {
    margin:10px 0 0 0;
    padding:0;   
	font-size: 80%;
	line-height: 1.6em; 
}

#content2 {
	margin-top:4px;
	font-size:small;
}

#content2 p {
    margin:0 0 0 0;
    padding:0 0 0 10px;   
	font-size: 80%;
	line-height: 1.6em; 
	margin-left:4px;
}
#content2 ol {
    margin:0;
    padding:0 0 0 36px;   
}
#content2 ul {
    margin:0;
    padding:0 0 0 36px;   
}
#content2 li {
    margin:0 0 0 0;
    padding:0 0 0 0;   
	font-size: 80%;
	line-height: 1.6em; 
	margin-left:4px;
}
#content2 h2 {
    margin:10px 0 0 0;
    padding:0;   
	font-size: 80%;
	line-height: 1.6em; 
}

/***************************************************************
   Footer
***************************************************************/
#footer
{
	position:relative;
	width:820px;
	bottom: 0;
	height: 1.5em;
	color: #FFFFFF;
	background-color: #CAAE7B;
	border-top: #CAAE7B;
	text-align: center;
}

#footer a
{
	font-weight:400;
}
