@charset "utf-8";

@import url(default.css);
@import url(base.css?style=ver20250424);


	#content{
		width:740px;
		padding:0;
	}

		#mainimage{
			height:350px;
		}

			#mainimage .fadecontent{
				height:330px;
				display:none;
			}
			@media print {#mainimage .fadecontent{display:block;}}

		#headerlink{
			float:none;
			width:auto;
			position:relative;
			margin:-114px 45px 2px 0;
			top:0;
			left:0;
		}

		#news{
			width:410px;
			float:left;
			margin:28px 0 0 40px;
			position:relative;
			top:0;
			left:0;
		}

			#news h2:hover{
				filter: alpha(opacity=70);
				-moz-opacity:0.70;
				opacity:0.70;
			}

			#news li{
				list-style:none;
				border-bottom:1px dotted #ccc;
				padding:10px 5px;
				font-size:90%;
				line-height:150%;
			}

				#news li p{margin:0;}

				#news li .dateentry{
					color:#888;
				}

				#news li h3{
					color:#076697;
					font-weight:bold;
				}

				#news li a{
					color:#00f;
					text-decoration:none;
				}

				#news li a:hover{
					color:#c30;
					text-decoration:underline;
				}



			#main-catch{
				margin:23px 0 50px 8px;
			}


		#content-links{
			float:right;
			margin:18px 35px 30px 0;
			width:220px;
			position:relative;
			top:0;
			left:0;
		}

			#content-links ul:nth-of-type(1) li{
				list-style:none;
				width:200px;
				height:70px;
				background:url(../images/bg_ban3.png);
				padding:10px;		
			}

			#content-links ul:nth-of-type(2) li{
				list-style:none;
				width:200px;
				height:60px;
				margin-top:8px;
				padding: 0 10px;
			}
			
				#content-links li img:hover{
					filter: alpha(opacity=60);
					-moz-opacity:0.60;
					opacity:0.60;
				}

			#content-links #qrcode{
				background:#eee;
				padding:5px 5px 5px 5px;
				margin:12px auto 0;
				width:200px;
			}

				#content-links #qrcode img{
					width:60px;
					float:left;
					margin-right:10px;
				}

				#content-links #qrcode p{
					margin:6px 0 0;
					font-size:90%;
					line-height:140%;
				}


	.insta{
		margin-bottom: -50px;
		position: relative;
		top:20px;
		left:-5%;
		float: right;
		z-index: 1000;
	}
		



