@charset "Shift_JIS";


* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}


body {
	height: 100%;
	font-size: 14px;
	background-position: center center;
	background-attachment:fixed;
	background-image: url(img/2bubak.jpg);
	background-repeat: repeat-y;
 
}



#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 860px;
}

#header {
	padding: 0px;
	height: 100px;
	background-image: url(img/top860100.jpg);
}

#container {
  float: left;
  width: 700px;
}

#contents {
	float: right;
	width: 550px;
	padding-top: 20px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#left-sidebar {
	float: left;
	width: 150px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	margin-left: 0px;
}

#right-sidebar {
  float: left;
  width: 150px;
  padding: 2em 5px;
}

/* -------------------------------------------------------------
   サイドバー1 */


.side-title {
	height: 30px;
	padding: 10px 5px 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #006;
}


.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	display: block;
	width: 140px;
	color: #000;
	background-color: #CBE0CD;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.localnavi a:hover {
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	background-color: #696;
	width: 150px;
}



/* -------------------------------------------------------------
   サイドバー2 */


.side-title2 {
	height: 30px;
	padding: 10px 5px 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #006;
}


.localnavi2 {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.localnavi2 li { display: inline; }

.localnavi2 a {
	text-decoration: none;
	display: block;
	width: 140px;
	color: #006;
	background-color: #F1CDD0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

.localnavi2 a:hover {
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	background-color: #E4929C;
	width: 150px;
}


#footer {
	clear: both;
	background-color: #696;
	color: #666;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-bottom: 10px;
	background-image: url(img/fut.jpg);
}


h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
	background-color: #D9EADD;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #36C;
	border-left-color: #36C;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 2px outset #FC0;
}

h4,h5,h6 { margin-top: 2.5em; }


#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}


#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }


.sidetitle {
	padding: 0.5em 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	display: block;
	width: 140px;
	background-color: #F1E3FD;
	color: #006;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.localnavi a:hover {
	text-decoration: none;
	background-color: #D3AAEC;
	color: #FFF;
	width: 150px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


#footer p { text-align: center; }


#bom00 {
	text-align: center;
	color: #666;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: 1px double #036;
}
