﻿@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	font-size:100%;
	border: none;
}

body {
	
	background: #ffffdd;
        color: #000000;        
}

img{
        margin: 5px 0 0 0;
        border: solid 1px #000000;
}

/* 全体 */
#container {
	width: 980px;
	position: relative ;
	margin: auto ;
	overflow: hidden ;
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka;
	font-size: 14px;
	color: #000000;
	background: #ffffdd;
	line-height: 20px;
        text-align: center;
}

/* ヘッダー */
#masterhead {
	
	
	padding: 20px 20px;
	overflow: hidden;
	background: ffffdd;
	height: auto;
	text-align: center;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h1 a:link, h1 a:visited {
	color: #0000ff;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #ff00ff;
	text-decoration: none;
}
h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;	
}
/* メニュー */
#menu {
	overflow: hidden;	
}
#menu p   {
     float: left;
     margin: 0px;
     display: block;
     width: 60px;
     margin-top: 5px;
    }

#menu li  {float:left;display:block;}

.box1 {height:30px;}

.on  {
      background-color:#999999;
      width:120px;
      height:30px;
      margin-right:5px;
      text-align:center;
     }

.off {
      background-color:#cccccc;
      width:120px;
      height:30px;
      margin-right:5px;
      text-align:center;
     }

.on a         {
               text-decoration:none;
               display:block;
               margin-top:5px;
              }
.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a         {
                text-decoration:none;
                display:block;
                margin-top:5px;
               }
.off a:link    {color:#0000ff;}
.off a:visited {color:#0000ff;}
.off a:hover   {color:#ff00ff;}

.box2
    {
     clear:both;
     border-top:solid 1px #000000;
     border-bottom:solid 1px #000000;
     border-left:solid 1px #000000;
     border-right:solid 1px #000000;
     padding-left: 5px;
    }
.box2 a:link    {color:#0000ff;}
.box2 a:visited {color:#0000ff;}
.box2 a:hover   {color:#ff00ff;}
.box2 a         {text-decoration:none;}

#menu ul  {margin:0px;}



/* 左カラム */
#left {
	float: left;
	width: 200px;
	display: inline;
	overflow: hidden;
	
}
.menubox {
	margin: 3px;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
#left .menubox h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px;
        color: #000000;
	border-bottom: solid 1px #000000;
}
#left .menucontent {
	padding: 0 4px 5px 4px;
	color: #000000;
        text-align: center;
}
#left .menucontent li {
	list-style: disc outside;
	margin-left: 15px;
}
#left a:link, #left a:visited {
	color: #0000ff;
	text-decoration: none;
}
#left a:hover, #left a:active {
	color: #ff00ff;
}

/* 中央カラム */
#main {
	float: left;
	width: 570px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	margin: 3px 0 0 0;
        text-align: center;
}
#main h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px;
	background: #ffffdd;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#main h3 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px;
	background: #ffffdd;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 10px 0 0 0;
}

#main a:link, #main a:visited {
	color: #0000ff;
	text-decoration: none;
}
#main a:hover, #main a:active {
	color: #ff00ff;
}

#main ul li {
	list-style: disc outside;
	margin-left: 15px;
}

#main ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

#main p{
	text-align: left;
}

/* 右カラム */
#right {
	float: right;
	width: 200px;
	display: inline;
	overflow: hidden;
	color: #000000;
}
#right .menubox h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px;
        color: #000000;
	border-bottom: solid 1px #000000;
}
#right .menucontent {
	padding: 0 4px 5px 4px;
	color: #000000;
        text-align: center;
}
#right .menucontent li {
	list-style: disc outside;
	margin-left: 15px;
}
#right a:link, #right a:visited {
	color: #0000ff;
	text-decoration: none;
}
#right a:hover, #right a:active {
	color: #ff00ff;
}
/* 下部 */
#sita {
	width: 980px;
	margin: 0px;
	clear: both;
	padding: 10px auto;
	overflow: hidden;
	background: #ffffdd;
	text-align: center;
	height: auto;
}
/* フッター */
#footer {
	width: 980px;
	margin: 0px;
	clear: both;
	padding: 10px auto;
	overflow: hidden;
	background: #ffffdd;
	text-align: center;
	height: auto;
}
#footer h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 4px 4px 4px;
}
#footer a:link, #footer a:visited {
	color: #0000ff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ff00ff;
}