@charset "shift_jis";
/* CSS Information =====================================
File name: event.css
Description: layoutbase, 2col
======================================================*/
body{
	width: 100%;
	height: auto;
  text-align:center;
  font-size:14px;
  background: url(../bookstore/img/back1.gif) repeat;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
    outline: none;
}

a:hover{
	text-decoration:underline;
}
/*イベントガイド*/
#topLine{
	margin:20px auto 0 auto;
}
#bottomLine{
	margin:0 auto 5px auto;
}
#mainWrap{
	width: 662px;
	margin:0 auto;
  background-color:#FFFFFF;
}
#hnavi{
  text-align:right;
}
#topWrap {
	width: 602px;
	text-align:left;
	margin:0 auto;
  line-height:1.5;
  color:#333333;
  background-color:#FFFFFF;
  padding-bottom:150px;
}
#topText {
  margin-top:20px;
}
#map {
  border:1px solid #A9A9A9;
	margin:0 auto;
  text-align:center;
  background-color:#FFFFFF;
  width:602px;
}
.pageTop{
  background-color:#FFFFFF;
  margin:0 auto;
  text-align:right;
}
/*
フッター
*/
#fotter {
  border-top:2px solid #006633;
  color:#CCCCCC;
  font-size:90%;
  margin:0 auto;
  padding:10px 8px;
  text-align:center;
}
