@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#cdc4b6;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	line-height:18px;
	color:#000;
	
}

a.nav:link, a.nav:visited	{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:9px;
	padding-right:15px;
	display:block;
	border-bottom:#FFF solid 1px;
}

 a.nav:hover	{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:9px;
	padding-right:15px;
	display:block;
	background-color:#5391bd;
}

a.nav2:link, a.nav2:visited	{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	padding-left:25px;
	padding-top:8px;
	padding-bottom:7px;
	padding-right:15px;
	display:block;
	border-bottom:#fff solid 1px;
}

 a.nav2:hover	{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	padding-left:25px;
	padding-top:8px;
	padding-bottom:7px;
	padding-right:15px;
	display:block;
	background-color:#5391bd;
}
.datetime	{
	background-image:url(images/datetime.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	font-family:"Century Gothic";
	font-size:14px;
	color:#FFF;
}

.shadow_left	{
	background-image:url(images/shadow_left.png);
	background-repeat:repeat-y;
	background-position:right top;
	}
	
.shadow_right	{
	background-image:url(images/shadow_right.png);
	background-repeat:repeat-y;
	background-position:left top;
	}
	
	a.noticelink:link, a.noticelink:visited	{
		color:#000;
		text-decoration:none;
	}
	
	a.noticelink:hover	{
		color:#0862A0;
		text-decoration:none;
	}

.noticebox	{
	background-color:#e2e2e2;
	padding:15px;
	display:block;
	border-bottom:#999 dashed 1px;
	color:#434343;
}

.noticebox:hover	{
	background-color:#DADADA;
}

.titletop	{
	font-size:25px;
	color:#090;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.title2	{
	font-size:20px;
	color:#900;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.more_notice:link, a.more_notice:visited	{
	color:#00905b;
	font-size:11px;
	text-align:right;
	text-decoration:none;
	display:block;
}

a.more_notice:hover	{
	color:#333;
	text-align:right;
}

.footer	{
	color:#FFF;
}

.list	{
	background-image:url(images/bulet.jpg);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}

.noticedate	{
	font-size:12px;
	color:#0861a0;
	font-weight:bold;
}

.noticename	{
	font-size:13px;
	color:#0861a0;
	font-weight:bold;
}

a.album_title:link, a.album_title:visited	{
	font-family:"Century Gothic";
	font-size:16px;
	color:#0861A0;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a.album_title:hover	{
	color:#2E2E2E;
}

.form_input	{	
	border:#969696 1px solid;
	font-size:11px;
	color:#181818;
	width:200px;
	padding:3px;
	
}
	
.form_txtbox	{	
	border:#969696 1px solid;
	font-size:11px;
	color:#181818;
	width:315px;
	padding:3px;
	height:100px;
}	


.green	{
	color:#008000;
}