@charaset "utf-8";

.btn{
	margin-bottom:5px;
	width:100px;
	display: inline;
	margin: 10px 5px;
	padding: 0.1em;
	text-align: center;
	text-decoration: none;
}
/*
.btn{
	margin-bottom:5px;
}
*/

.photo{
	margin-bottom:10px;
}

h1{
	margin:0px;
	padding:0px;
}

h2{
	margin:0px 0px 20px;
	padding:0px;
}

h3{
	margin:10px 0px 10px;
	padding:0px;
}

h3.month{
	clear:both;
	margin:10px 0px 10px;
	padding:0px 0px 2px;
	border-bottom:solid 4px #b8dfed;
	font-size: 120%;
	font-weight: bold;
	line-height: 160%;
	color:#4F4F4F
}

/*
h3.month{
	clear:both;
	margin:10px 0px 10px;
	padding:0px 0px 2px;
	border-bottom:solid 4px #b8dfed;
	font-size: 100%;
	line-height: 160%;
	font-weight:normal;
}
*/

#top_copy{
	clear:both;
	display:block;
	margin:0px 0px 30px;
	padding:0px;
}

/*index-----------------------------------------------------------------------*/

.btn_margin{
	text-align:center;
	margin:20px auto 30px;
}

.btn_table_margin{
	text-align:center;
	margin:0px auto;
}


/*event_list-----------------------------------------------------------------------*/

table#calendar_table{

	width:182px;
/*
	padding:5px;
*/
	margin:0px 0px 15px 15px;
	background-color:#f4f4f4;
	border:solid 1px #e0e0e0;
	text-align:center;
	float:right;
}

table#calendar_table td {
	text-align:center;
}

table#calendar_table td.sun{
	color:#ff0000;
}

table#monthly_event{
 	width:750px;
}

table#monthly_event td{
	padding:0px 0px 10px;
	text-align:left;
}

table#monthly_event td.link_detail{
	width:135px;
	padding-bottom:10px;
	padding-left:10px;
	text-align:right;
	vertical-align:bottom;
}

.input1{
	font-size:12px;
}
