@charset "Shift_JIS"; 

/* -----全ページ共通----- */

body{
	width:900px;
	background-color:#0066ff;
	margin:auto;
	padding:0;
}
img{
	margin:0;
}
.page{
	width:880px;
	margin:auto;
	padding:10px;
	background-image:url("../image/back.gif");
}
.menu{
	width:880px;
	height:50px;
	margin:0;

}
.menu ul{
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	margin:0;
	list-style-type:none;
}
.menu li{
	width:140px;
	float:left;
	margin:0;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	line-height:30px;
	text-align:center;
	display:block;
}

.main{
	clear:both;
}

.address{
	width:870px;
	border-top:solid 5px #ff0000;
	text-align:right;
	padding:5px;
	clear:both;
	font-size:12px;
}

.ko-su{
	font-weight:bold;
	color:#00ff00;
	font-size:18px
}

/* -----topページ----- */

.left{
	width:450px;
	height:600px;
	float:left;
}
.topics{
	font-size:20px;
	font-weight:bold;
	color:#0000ff;
	border-left:solid 20px #0000ff;
	border-bottom:solid 2px #0000ff;
	padding-left:10px;
}
.list{
	width:440px;
	height:500px;
	line-height:200%;
	font-size:14px;
	overflow:auto;
}
.right{
	width:400px;
	height:600px;
	float:right;
	text-align:center;
	margin-top:50px;
	overflow:hidden;
}
.left1{
	width:350px;
	height:450px;
	float:left;
}
.topics1{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	border-left:solid 20px #cccc00;
	border-bottom:solid 2px #cccc00;
	padding-left:10px;
}
.right1{
	width:400px;
	height:450px;
	float:right;

}

/* -----memuリンク----- */

.menu a{
	color:#000000;
	background-color:#0000ff;
}
.menu a:hover{
	color:#0000ff;
	font-size:18px;
}

/* -----アコーディオンリンク----- */


}
#accordion{
  　　　width:440px;
	height:500px;
	line-height:200%;
	font-size:14px;
	overflow:auto;
}

#accordion input{
  position:absolute;
  height:0;
  padding:0;
}

#accordion div div{
  background: #add8e6;
}

#accordion label:first-child div div{
  border-top: 0;
}

#accordion label:last-child div div{
  border-bottom: 0;
}

#accordion div div:hover{
  background: #a0d2e2;
  cursor: pointer;
}
#accordion ul{
  list-style: none;
  margin: 0;
  background: #e1f1f6;
}

#accordion ul li a{
  font-size:14px;
  display: block;
  overflow: auto;
  height: 0;
  padding: 0px 40px;
  color: #333;
  text-decoration: none;

}

#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 16px;
  height: 150px;
  padding:5px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #a0d2e2;
}


