/* CSS Document */
* {
  margin:0;
  padding:0
  }

body {
	text-align:center;
	background-color:#F0F0F0;
}
body,td,th {
	color: #666666;
}
h1 #body {
	border-left:5px solid #999999;
	padding:2px 10px 2px 10px;
	font-size: 1em;
	border-bottom: 1px dotted #999999;
	color: #684949;
	}

	
#container	{
	margin:0 auto;
	text-align:left; /* IE5対策　*/
	width:780px;
	padding: 0 10px 10px 10px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	}
#headder  {
	background-repeat:no-repeat;
	height: 70px;
	text-align: right;
	background-image: url(images/headerbg.jpg);
        background-repeat: no-repeat;
	padding: 10px 5px 10px 5px ;
	}
#headder ul{
      font-size: 1em;
      list-style: none;
	color: #333333;
      }
#logo {
	float: left;
        }

#nav	{
	height: 300px;
	margin-bottom: 20px;
	}
#topnav{
	background-image: url(images/ita.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 30px;
        padding-top: 2px;
	margin-bottom: 5px;
	}
#sidenav {
	float:left;
	height: 300px;
	list-style-type:none;
	margin: 0 0 0 1px;
	width: 182px;
	padding: 0;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-image: url(images/sidemenubg.gif);
        background-repeat: no-repeat;
	}
#sidenav a  {
	display:block;
	color:#473733;
	text-decoration:none;
	text-align: center;
	margin-top: 10px;
	background-image: url(images/moku.gif);
	background-repeat: no-repeat;
	background-position:center;
	height: 40px;
	font-size: 1em;
	padding-top: 17px;
	}
#sidenav a:hover {
	background-image: url(images/mokua.gif);
        }
#sidevav li {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	}
#picture	{
	margin-left: 186px;
	background-image: url(images/nakaniwa.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;  
	}
#contents	{
	clear:both;
	width:760px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	}
#side-content	{
	background-image: url(images/sidecontentbg.gif);
	background-repeat: no-repeat;
	float:left;
	width:180px;
	height:300px;
	padding: 15px 2px 2px 10px;
        font-size: 11px;
	}
#main-content {
	margin-left:200px;
	padding: 0 5px;
	}
#main-content h2 {
	background: url(images/midashi.gif) no-repeat 0 0;
        height:36px;
        padding: 10px 0 0 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #684949;
	}
#main-content table {
        border: none;
        font-size: 1.5em;
        }
#main-content th,td{
	font-family: ＭＳ ゴシック, Osaka－等幅;
	font-size: 1em;
	padding:2px;
	border:none;
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	}
#main-content th {
	background-color:#684949;
	color:#FFFFFF;
	}
#main-content td {
	background-color:#DDDDDD;
	color:#333333;
	text-align:center;
	}
#main-content li {
	margin-left:30px;
        }
#footer	{
	clear:both;
	width:780px;  /* IEバグ対策　*/
	text-align:right;
	font-size: 0.75em;
	color: #CCCCCC;
	padding: 20px 40px 0 0;
	}

address  {
	border-top:solid 5px #684949;
	padding-top:4px;
	margin-top:30px;
	}
#container #nav #topnav p {
	font-size: 14pt;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.topnav {
}
p.topnav  a{
	text-decoration:none;
	color: #473733;
	}
p.topnav a:hover{
	color:#FFFFFF;
	}