/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 1 --> (this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

body {
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
}
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

/* page css */

.fontlarge {
	font-size: 120%;
}
#titlepage {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 420px;
	float: left;
}
#page_layout{
	margin: 0px;
	padding: 0px;
}

#totop {
	height: 12px;
	float: right;
	padding-left: 10px;
}
#tomae {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 20px;
	height: 12px;
}

.page-title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-indent: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #cc4d6e;
	background-image: url(img/newstitle-bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}


.naiyou1 {
	line-height: 130%;
	margin-left: 3%;
	margin-right: 3%;
}

/* news css */

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.newsnaiyou {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 10%;
	margin-left: 10%;
}
#newsmenu {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 720px;
	height: 34px;
}
#newsmenu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#newsmenu li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cc4d6e;
	display: block;
}
#newsmenu a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc4d6e;
}
#newsmenu a:hover {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e36a81;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc4d6e;
}
#newsmenubg {
	background-repeat: repeat-x;
	background-image: url(img/newsmenu-bg.gif);
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc4d6e;
}
.newsmenu_home {
	width: 80px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.newsmenu_link {
	width: 150px;
	display: block;
	padding-top: 7px;
	padding-bottom: 6px;
}

.clear {
	clear: left;
}
#navi {
	font-size: 90%;
	padding: 0px;
	margin: 10px 20px;
	clear: both;
}

#copyright {
	font-size: 80%;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8c8c8c;
	border-bottom-color: #8c8c8c;
}
#copyright2 {
	font-size: 80%;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8c8c8c;
	border-bottom-color: #8c8c8c;
	width: 100%;
}
#newscounter {
	padding: 0px;
	margin: 10px 20px;
	clear: both;
	text-align: right;
}
