@charset "utf-8";
/* CSS Document */



/*01. contents
-------------------------------------*/

div#wrapper {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
}

div#header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	background: #FFF;
}


div#index {
	width: 200px;
	padding-top: 20px;
	float:left;
}

div#contents {
	width: 700px;
	float:right;
	background-image: url(../image/s-walk_01_back.gif);
	background-repeat: no-repeat;
	background-position: 474px 50px;
}

div#contents_dl {
	width: 680px;
	background-color: #FFF;
	margin: 36px 10px;
	float:right;
}


div#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: 20px;
	padding-top: 70px;
	text-align: center;
	background: url(../image/footer.gif) no-repeat top;
}


div#copyright {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: center;
}



/*01. box
-------------------------------------*/

.box_01{
	width: auto;
	padding: 30px 0;	
	border-bottom: #0055AA 3px dotted;
	font-size: 16px;
	font-weight: bold;
}

.box_02{
	width: auto;
	border-bottom: #0055AA 3px dotted;
	padding: 30px 0;
	text-align: center;
}

.box_03{
	border: #06C 2px solid;
	background-color: #06C;
	display: block;
	width: 80%;
	height: 100%;
	color:#FFF;
}

.table01 {
	width:920px;
	background-color:#FFF;
	border-collapse: separate;
	border-spacing: 6px;
	line-height: 1.2em;
	margin: 20px 0;
}

.table01 th {
	border: 1px solid #CCC;
	padding: 3px;
}

.table01 td {
	font-size: 90%;
	border: 1px solid #CCC;
	padding: 3px 5px;
}

/*
03. font
-------------------------------------*/

.txt_30px_blue {
	font-size: 30px;
	font-weight: bold;
	color: #0046AD;
	line-height: 1.3em;
}

.txt_26px_blue {
	font-size: 26px;
	font-weight: bold;
	color: #0046AD;
	line-height: 1.3em;
}

.txt_red {
	color: #F00;
	font-weight: bold;
	line-height: 1.3em;
}

.txt_topics {
	padding: 10px 0 10px 20px;
	line-height:1.5em;
	border-bottom: 1px dashed #D9E6FF;
}

.txt_diary {
	padding: 10px 0 10px 20px;
	line-height:1.5em;
}

/*
04. menu
-------------------------------------*/


#navi{
  margin: 0;
  padding: 0;
  width: 200px;
  margin-left: 0px;
  margin-top:0px;
}

#navi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navi li{
  float: left;
  width: 200px;
  height: 60px;
  margin: auto;
  padding: 0;
}

#navi a{
  text-decoration: none;
  display:block;
  padding: 1.3em 5px 1.3em 30px;
  width:165px;
  background: url(../image/menu.gif) no-repeat 0 0%;
  color: #ffffff;
}

#navi a:hover{
  background: url(../image/menu.gif) no-repeat -200px 0%;
  color: #ffffff;
  text-decoration: none;
}


.menuLineDouble {
	margin:0;
	padding:3px 8px;
	border-width:5px 0;
	border-color: #BFE6FF;
	border-style:solid;
	background: #FFF;
	color: #099;
	line-height:130%;
	font-weight:bold;
	text-align:center;
}


.clear {
	clear:both;
}



