@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0;background-color:#fcfcf3; font-family:Tahoma; font-size:11px;}
img {border:0;}
a:link { color:#9b4bae; text-decoration:none;}
a:visited { color:#9b4bae; text-decoration:none;}
a:hover { color:#b765cb; text-decoration:underline;}


/* form
*************************************** */
.input { border:1px solid #E7E7E7; width:350px;}
.btn { background-color:#9b4aae; font-weight:bold; color:#FFF; font-family:Tahoma; font-size:12px; border:1px solid #bd70cf; border-bottom:1px solid #823594; border-right:1px solid #823594; padding:3px 3px;}



/*  Layout 
**************************************** */
#main {width:950px; margin-left:auto; margin-right:auto; margin-top:35px;}
#header {height:74px;}
#header #logo { float:left;}
#header #menu { float:right;}

#content {clear:both; margin:2px 0;}
.contentBorder { margin-left:80px; width:660px; height:340px; overflow-y:auto; color:#4d4d4d; padding-right:10px;}
.contentBorder_02 { margin-left:80px; width:630px; color:#4d4d4d; font-size:12px; line-height:1.8;height:340px; overflow-y:auto; padding-right:15px;}
.note { font-size:10px; font-style:italic;}


#footer {height:42px; background-color:#f8f8f8; line-height:42px; color:#999999;}
#footer b {font-weight:normal; float:left; margin-left:15px;}
#footer span { background-image:url(../images/footer_span.gif); background-repeat: repeat-y; background-position:center; margin:0 10px;}
#footer div {float:right; margin-right:5px;}
#footer a:link{ color:#999999; text-decoration:none;}
#footer a:visited {color:#999999; text-decoration:none;}
#footer a:hover {color:#b765cb; text-decoration:underline;}



/* News 
*************************************** */
.indexNews { color:#666;}
.indexNews div { margin-top:8px; text-align:right;}
.indesNews div a:link { color:#666; text-decoration:none;}
.indexNews div a:visited { color:#666; text-decoration:none;}
.indexNews div a:hover { color:#b765cb; text-decoration:underline;}

.newsTitle { font-weight:bold; color:#fec125; font-size:14px;}
.newsTitle div { font-weight:bold; color:#fec125; font-size:14px; float:left;}
.newsTitle span {color:#b765cb; font-size:9px; float:right; margin-top:8px;}

.newsSummary { clear:both; line-height:1.5;}
.dot_x {background-image:url(../images/dot_x.gif); height:1px; overflow:hidden; background-repeat:repeat-x; margin:10px 0;}


