@charset "utf-8";

/* HEADER START */

#header {
	height:100px;
}

#header h1 {
	background-image:url(../perimg/header.png);
	overflow: hidden;
	text-indent: -99999px;
	background-color: transparent;
	background-repeat: no-repeat;
	height:100px;
}

/* HEADER END */
#submenunews {
	background-color: #f2f2f2;
	background-image: url(../perimg/underline_submenu.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:55px;
	width:960px;
	position: relative;
	}

#submenunews p.newslink a {
	margin-left:320px;
	background-image:url(../news/img/button_news.png);
	overflow: hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	height:26px;
	display:block;
	width:160px;
}
#submenunews p.bloglink a {
	background-image:url(../news/img/button_news.png);
	overflow: hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	height:26px;
	width:160px;
	display:block;
	left: 480px;
	top: 0px;
	position: absolute;
	background-position: -160px;
	}
#newsmaindisp {
	float:right;
	width:700px;
	padding:0 10px;
	margin:0 auto;
}
#newsmaindisp h3 {
	background-image:url(../news/img/title_newsmaindisp.png);
	overflow: hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	height:100px;
}

#newsmaindisp h3.weblogtitle {
	background-image:url(../news/img/title_newsmaindispblog.png);
	overflow: hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	height:100px;
}


#newsmaindisp .newsdate {
	border-top:thin solid #2ba553;
	padding: 20px 0 0 1em;
	font-size:12px;
	color:#2ba553;
	background-color:#f2f2f2;
}
#newsmaindisp .newstitle {
	border-bottom:thin solid #2ba553;
	padding: 0 0 20px 3em;
	margin:0 0 10px 0;
	font-size:16px;
	background-color:#f2f2f2;
}

#newsmaindisp .blogdate {
	border-top:thin solid #e54419;
	padding: 20px 0 0 1em;
	font-size:12px;
	color:#e54419;
	background-color:#f2f2f2;
	margin-top:2em;
}
#newsmaindisp .blogtitle {
	border-bottom:thin solid #e54419;
	padding: 0 0 20px 3em;
	margin:0 0 10px 0;
	font-size:16px;
	background-color:#f2f2f2;
}

#newsmaindisp .newsnaiyou {
	margin:0 0 10px 0;
	font-size:14px;
}

#newsmaindisp .newsnaiyou a{
	margin:0 0 10px 0;
	font-size:14px;
	color:#333;
	text-decoration: underline;
}

#newsmaindisp .newsnaiyou a:hover{
	margin:0 0 10px 0;
	font-size:14px;
	color:#999;
	text-decoration: underline;
}

#newsmaindisp li {
	list-style:none;
}


#newstitletable {
	width: 220px;
	margin:0 0 0 10px;
}
#newstitletable h3 {
	background-image:url(../news/img/title_newstitletable.png);
	overflow: hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	height:50px;
	margin:0 0 10px 0;
}
#newstitletable li {
	list-style:none;
}
#newstitletable .newsdate {
	color:#2ba553;
	font-size:12px;
}
#newstitletable .newstitle {
	color:#333;
	font-size:10px;
}
#newstitletable .newstitle a{
	color: #666;
}

#newstitletable .newstitle a:hover {
	color:#cccccc;

}

/*BLOG */


#blogtitletable {
	width: 220px;
	margin:0 0 0 10px;
}
#blogtitletable h3 {
	background-image:url(../news/img/title_blogtitletable.png);
	overflow: hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	height:50px;
	margin:0 0 10px 0;
}
#blogtitletable li {
	list-style:none;
}
#blogtitletable .newsdate {
	color:#e54419;
	font-size:12px;
}
#blogtitletable .newstitle {
	color:#333;
	font-size:10px;
}
#blogtitletable .newstitle a{
	color: #666;
}

#newstitletable .newstitle a:hover {
	color:#cccccc;
}


/* text effects */
.bigfont {
	font-size:18px;
}
.underlinefont {
	text-decoration: underline;
}
.biggfont {
	font-size:24px;
}
.redfont {
	color:#f00;
}
.greenfont {
	color:#060;
}
.boldfont {
	font-weight:bold;
}
/* text effects */
