/*　HOMEと各頁共通の基本設定のファイル　*/
body {
	text-align:center;
	background-color: #cccc99;
}

a:hover {
	color: #FF0099;
}
a:link {
	color: #330000;
}

/*　HOMEの基本設定　*/
td#header {
	}
td#navigation {
	background-image: url(images/top_navi_bg.gif);
	background-repeat: repeat-y;
	padding: 5px 0px;
	width: 800px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
}
td#photo {
	background-image: url(images/top_main_bg.gif);
	background-repeat: repeat-y;
}
td#info-banner {
	background-image: url(images/top_main_bg.gif);
	background-repeat: repeat-y;
}

div#main-photo {
		width: 800px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 320px;
}
td#info {
	font-size: 10px;
	float: left;
	overflow: auto;
	width: 260px;
	height: 200px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
td#info h4 {
	color:#333333;
	background-color:#F3F3F3;
	border-left: 10px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 250px;
}

td#info ul{
list-style-position:inside;
}
td#info li{
	list-style-image: url(images/disk_1.gif);
	list-style-position: outside;
}

td#pickup {
	font-size: 10px;
	color: #333333;
	vertical-align: top;
	padding-top: 40px;
}

td#banner {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #333333;
}


td#footer1 {
	clear:both;
	padding: 4px;
		width: 800px;
	color: #FFFFFF;
	background-color: #660000;
	text-align: center;
}
td#footer1 a:link {
	color: #FFFFFF;
}
td#footer1 a:hover {
	color: #FF00FF;
}
td#footer1 a:visited {
	color: #FFFFFF;
}


td#footer2 {
	clear:both;
	background-repeat: repeat-x;
	width: 800px;
	background-image: url(images/top_footer2s_bg.gif);
	background-position: bottom;
	font-size: 10px;
	padding-left: 10px;
	height: 36px;
	background-color: #CC9999;
}
.caption {
	font-size: 76%;
	color: #000000;
}
