@charset "utf-8";
@import "all.css";
@import "http://hughug-web.com/css/column2.css";

/*--------------左コンテンツ--------------*/

/* year */

/* month */
#calender-list{
	
}
	#calender-list table{
		width: 100%;
		border-top:1px solid #CC9966;
		border-left:1px solid #CC9966;
		font-size: 11px;
	}
		#calender-list th, #calender-list td{
			padding: 3px 5px;
			border-right:1px solid #CC9966;
			border-bottom:1px solid #CC9966;
		}
		#calender-list th{
			background: #fcf4c6;
		}
		#calender-list td{
			
		}
			#calender-list td.date{
				width: 100px;
				text-align: center;
			}
			#calender-list td.type{
				width: 60px;
				text-align: center;
			}
			#calender-list td.label{
				
			}

#calender-other{
	margin: 5px 0 10px 0;
	text-align: right;
}
ul#pager{
	text-align: center;
}
	ul#pager li{
		display: inline;
		margin: 0 10px;
	}
	ul#pager li#current{
		font-size: 16px;
		font-weight: bold;
	}
table#calender{
	width: 100%;
	border-top: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
}
	#calender th, #calender td{
		border-bottom: 1px solid #CC9966;
		border-right: 1px solid #CC9966;
	}
	#calender th{
		height: 20px;
		background: #fcf4c6;
	}
	#calender td{
		width: 86px;
		height: 86px;
		padding: 5px;
		font-size: 10px;
	}
		#calender td img{
			vertical-align: middle;
		}
		#calender td.empty{
			background: #F3F3F3;
		}
		#calender td.today{
			background: #FFF2FF;
		}
		#calender td:hover{
			background: #fcf4c6;
		}
		#calender td div.day-box{
			height: 86px;
		}
			#calender td div.head{
				height: 18px;
				margin-bottom: 2px;
			}
			#calender td div.day{
				float: left;
				/*width: 65px;*/
				padding-left: 2px;
				font-size: 13px;
			}
				#calender td div.sun{
					color: red;
				}
				#calender td div.sat{
					color: #00F;
				}
				#calender td span.holiday{
					font-size: 11px;
				}
			#calender td div.memo{
				cursor: pointer;
			}
				#calender td div.memo:hover{
					
				}
				#calender td div.memo img{
					
				}
			#calender td div.event{
				height: 16px;
				line-height: 15px;
				margin-bottom: 2px;
				cursor: pointer;
				color: white;
				letter-spacing: 0.1em;
			}
				#calender td div.event1{
					padding-left: 48px;
					background: url(../img/icon/icon_event_bt.gif) center top no-repeat;
				}
				#calender td div.event2{
					padding-left: 52px;
					background: url(../img/icon/icon_odekake.gif) center 1px no-repeat;
				}
				#calender td div.event3{
					padding-left: 53px;
					background: url(../img/icon/icon_memo_bt.gif) center top no-repeat;
				}
			#calender td div.spot{
				cursor: pointer;
			}
			#calender td div.icon{
				float: right;
				width: 16px;
				margin-left: 1px;
			}
		#calender-caution{
			width: 670px;
			_line-height: 18px;
			height: 86px;
			margin-bottom: 20px;
			padding: 34px 0 0 30px;
			background: url(../img/box/event_text_bg.jpg) left top no-repeat;
			font-size: 12px;
		}
		#calender-caution ul{
			padding-left: 16px;
		}
			#calender-caution ul li{
				list-style-type: disc;
			}
			#calender-caution p{
				float: left;
				width: 80px;
				margin-top: 4px;
				padding-left: 20px;
				font-size: 11px;
			}
			#calender-caution ol{
				margin: 4px 0 0 100px;
			}
			#calender-caution ol li{
				display: inline;
				margin-right: 15px;
				font-size: 11px;
			}
				#calender-caution ol li img{
					vertical-align: middle;
				}
		#calender-ad{
			width: 595px;
			height: 37px;
			line-height: 15px;
			margin: 20px auto 0 auto;
			padding: 8px 10px 0 55px;
			background: url(http://hughug-web.com/img/box/attention_bg.jpg) left top no-repeat;
			font-size: 11px;
		}
			#calender-ad dt{
				float: left;
				width: 128px;
			}
			#calender-ad dd{
				margin-left: 128px;
			}
			
			#memo-frame{
				position: absolute;
				padding: 5px;
				background: white;
				border: 1px solid #CC9966;
				font-size:12px;
			}
		#event-frame h2{
			margin-bottom: 5px;
			line-height: 18px;
		}
			#event-frame h2 img{
				vertical-align: middle;
				margin-right: 3px;
			}
		#event-frame a{
			text-decoration: none;
		}
		#event-frame a:hover{
			text-decoration: underline;
		}
	div.self-desc{
		font-size: 11px;
	}
	div.weather{
		display: none;
	}
		#memo-frame .weather-label{
			font-size: 12px;
			margin-bottom: 5px;
		}
		#memo-frame .weather-img{
			float: left;
			width: 55px;
			margin-bottom: 5px;
			text-align: center;
		}
		#memo-frame .weather-meta{
			margin-left: 55px;
			padding-left: 5px;
			line-height: 31px;
		}
		#memo-frame .weather-desc{
			clear: left;
			font-size: 11px;
		}
			#memo-frame .weather-desc a{
				color: #555;
				text-decoration: none;
			}
		#memo-frame .weather-up{
			text-align: right;
			font-size:10px;
		}
		#weather-copy{
			margin: 5px 0;
			text-align: right;
			font-size: 11px;
		}
	/* add */
	#add-form{
		
	}
		#add-form dl{
			margin-bottom: 10px;
			background: #fcf4c6;
			border: 1px solid #CC9966;
			border-top: none;
		}
			#add-form dt, #add-form dd{
				padding: 5px 10px;
				border-top: 1px solid #CC9966;
			}
			#add-form dt{
				float: left;
				width: 80px;
				text-align: center;
			}
			#add-form dd{
				margin-left: 100px;
				background: white;
				border-left: 1px solid #CC9966;
			}
				#add-form dd textarea{
					width: 97%;
					_width: 380px;
					height: 7em;
					font-size: 12px;
				}
				#add-form dd input.label{
					width: 98%;
				}
			#add-form p{
				text-align: center;
			}
			#event-frame .wysiwyg-field{
				padding: 0 0 5px 0;
			}
	/* schedule */
	#schedule-list{
		border-top: 1px solid #CC9966;
	}
		div.schedule-box{
			border: 1px solid #CC9966;
			border-top: none;
		}
			div.schedule-box div.schedule-image{
				float: left;
				width: 100px;
				height: 100px;
				padding: 10px;
				border-right: 1px solid #CC9966;
				background-color: #FCF4C6;
			}
			div.schedule-box div.schedule-profile{
				height: 120px;
				margin-left: 120px;
			}
				div.schedule-profile li{
					height: 18px;
					padding: 5px 10px;
					border-top: 1px solid #CC9966;
				}
				div.schedule-profile li.label{
					float: left;
					width: 228px;
					border-top: none;
				}
				div.schedule-profile li.date{
					margin-left: 248px;
					border-top: none;
					text-align: right;
				}
				div.schedule-profile li.input{
					text-align: center;
				}
				div.schedule-profile li.desc{
					overflow: auto;
					height: 80px;
				}
				div.schedule-profile li.desc2{
					overflow: auto;
					height: 46px;
				}
			div.schedule-box div.schedule-clear{
				clear: left;
			}
		

/* day */
#event-frame{
	padding: 10px;
	background: white;
	font-size: 12px;
}
	#event-frame h2{
		font-size: 14px;
	}

#event-close{
	width: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#event-list{
	width: 500px;
	margin: 0 auto 5px auto;
	border-top: 1px solid #cc9966;
}
	#event-pager{
		
	}
		#event-pager li{
			display: inline;
		}
			#event-before{
				float: left;
				width: 100px;
				text-align: left;
			}
			#event-next{
				float: right;
				width: 100px;
				text-align: right;
			}
			#event-current{
				margin: 0 100px;
				text-align: center;
			}
	div.event-box{
		border: 1px solid #cc9966;
		border-top: none;
	}
		div.event-image{
			float: left;
			clear: left;
			width: 100px;
			padding: 10px;
		}
		div.event-profile{
			margin-left: 120px;
			border-left: 1px solid #cc9966;
		}
			div.event-profile h3{
				padding: 5px 10px;
				font-size: 12px;
			}
			div.event-profile dl{
				background: #fcf4c6;
			}
			div.event-profile dt, div.event-profile dd{
				padding: 0 10px;
				line-height: 25px;
				border-top: 1px solid #cc9966;
			}
			div.event-profile dt{
				float: left;
				width: 60px;
				text-align: center;
			}
			div.event-profile dd{
				margin-left: 80px;
				border-left: 1px solid #cc9966;
				background: white;
			}

/* zoom */
#event-caution{
	width: 606px;
	height: 30px;
	margin: 0 auto 20px auto;
	padding: 15px 0 0 54px;
	background: url(http://hughug-web.com/img/box/attention_bg.jpg) left top no-repeat;
}
#event-zoom{
	margin-bottom: 10px;
	border: 1px solid #CC9966;
}
	div.title-image{
		margin-bottom: 15px;
	}
	#event-zoom h1{
		padding: 3px 10px;
		margin: 0;
		background: #fcf4c6;
		font-size: 13px;
		font-weight: bold;
		color: #666666;
	}
	#event-image{
		float: left;
		width: 140px;
		padding: 10px;
		border-top: 1px solid #CC9966;
		text-align: center;
	}
	#event-image img{
		margin-bottom: 10px;
	}
	#event-profile{
		margin-left: 160px;
	}
		#event-profile dl{
			background: #fcf4c6;
			border-left: 1px solid #CC9966;
		}
			#event-profile dt, #event-profile dd{
				padding: 5px 10px;
				border-top: 1px solid #CC9966;
			}
			#event-profile dt{
				float: left;
				width: 80px;
				text-align: center;
			}
			#event-profile dd{
				margin-left: 100px;
				background: white;
				border-left: 1px solid #CC9966;
			}
			#event-profile dt.desc, #event-profile dd.desc{
				padding: 5px 10px 0 10px;
				/*padding-bottom: 1px;
				line-height: 30px;*/
			}
	/* Gmap */
	#gmap-box{
		padding: 10px;
		border: 1px solid #CC9966;
		border-top: none;
	}
	#gmap{
		width: 680px;
		_width: 670px;
		height: 400px;
	}
	#pano-box{
		display: none;	
		padding: 10px;
		border: 1px solid #CC9966;
		border-top: none;
	}
	#pano{
		width: 680px;
		_width: 670px;
		height: 400px;
	}
	.event-other{
		padding-right: 5px;
		text-align: right;
	}
	/* note */
	#event-note{
		clear: left;
		width: 665px;
		height: 80px;
		padding: 30px 10px 10px 25px;
		margin: 20px 0;
		background: url(../img/box/event_repo_point.jpg) left top no-repeat;
	}
		#event-note h3{
			/*display: none;*/
		}
	#report-button{
		margin-bottom: 20px;
		text-align: center;
	}
	
	#join-list{
		margin-bottom: 10px;
	}
		#join-list h2{
			padding-left: 45px;
			margin-bottom: 15px;
			line-height: 30px;
			background: url(http://hughug-web.com/img/box/tl_participation.jpg) left top no-repeat;
			font-size: 14px;
		}
		#join-list .join-box{
			float: left;
			width: 343px;
			margin: 0 10px 10px 0;
			border: 1px solid #CC9966;
		}
		#join-list .right{
			margin-right: 0;
		}
			.join-box .join-image{
				float: left;
				width: 60px;
				padding: 5px;
				background: #fcf4c6;
				border-right: 1px solid #CC9966;
			}
			.join-box .join-profile{
				margin-left: 70px;
			}
				.join-box .join-profile .label{
					padding: 3px 8px;
					background: #fcf4c6;
					border-bottom: 1px solid #CC9966;
				}
					.join-box .join-profile .label img{
						vertical-align: middle;
					}
				.join-box .join-profile .desc{
					padding: 3px 8px;
				}