/**********画面調整********/
body{
	min-height: 700px;
}

/**********行揃え**********/
.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

/**********背景設定**********/
#bg1{
	background-image: url(../renga01.gif);
}

#bg2{
	background-image: url(../photo/l_b.gif);
}

/*********メニュー**********/
div.menu * {
	margin:auto;
	padding:0;
}

div.menu a {
	display:block;
	width:200px;
	height:31px;
	background-image:url(../vrec/parts/backb.gif);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	line-height: 31px;
	color: #000000;
}

div.menu a:visited {
	color: #000000;
}

div.menu a:hover {
	color: #ffffff;
	background-image:url(../vrec/parts/backb.gif);
}


/**********タイトル*********/
#title1{
	text-align: center;
	font-family: "富士ポップ";
	margin-bottom: -18px;
}

/**********ページ切り換え*********/
.PageChange{
	color: #0000ff;
	font-weight: bold;
}

.PageChange:visited{
	color: #0000ff;
	font-weight: bold;
}

.PageChange:hover{
	color: #ff0000;
}

/**********写真フレーム**********/
.warn{
	color: #ff0000;
	font-weight: bold;
}

table#samnails{
	margin: auto;
	width: 1000px;
}

td a img{
	width: 64px;
	height: 48px;
	border: #0066ff;
}

#pictureExplains{
	display: none;
}

#window{
	display: none;
	position: absolute;
	top: 130px;
	left: 29%;
	width: 600px;
	min-height: 520px;
	z-index: 99;
	color: #ffffff;
	background-image: url(../baseball/carnel/img/bgt1.png);
}

#windowHeader{
	text-align: center;
	width: 580px;
	height: 18px;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
}

#windowPicture{
	text-align: center;
	min-height: 320px;
}

#windowStr{
	border-top: dashed 1px;
	margin: 5px 60px 5px 60px;
	padding-top: 3px;
	width: 480px;
	height: 90px;
	overflow: auto;
}

#windowCloser{
	text-align: center;
	margin-bottom: 10px;
}

#windowCloser a{
	margin: auto;
	display: block;
	width: 120px;
	height: 35px;
	background-image: url(../baseball/carnel/img/close1.png);
}

#windowCloser a:hover{
	background-image: url(../baseball/carnel/img/close2.png);
}

