@charset 'utf-8';

* {
	font-family	: Verdana,sans-serif;
	font-style	: normal;
}


p { margin: 0;
    padding: 0;}

body { text-align: center;
       background: url("images/back.gif") repeat-x;
       background-color: #6699CC;
       color: #fff;
       font-size: 12px;}

#main { width: 780px;
        margin: 0 auto ;
        background: #0A2D67;
        text-align: left;}

#header { background: url("images/header_01.jpg") top left no-repeat;
          width: 780px;
          height: 135px;}
          
#header img { float: right;}

.toptitle  { font-size: 14px;
               padding: 90px 30px 0 0;
               color: #fff;
               float: right;}
               
h1 { font-size: 10px;
     width: 780px;
     margin: 0 auto 0;
     padding: 0;
     text-align: right;
     font-weight: normal;}
     
img { border: 0;}
               
/*left_box---------------------------------------------------------------*/

#left_box { width: 195px;
            float: left;
            color: #fff;
            margin: 10px 0 0 5px;}
            
.boxtop { background: url("images/left_top.gif") left top no-repeat;
           width: 194px;}
           
.boxbottom { background:url("images/left_bottom.gif") left  no-repeat;
             height: 27px;}

.boxtop img {margin: 10px 0px 0 6px;}
              
.lboxmain { background: url("images/left_back.gif") left top;}
.lboxmain ul { margin: 0 0 0 27px;
               padding: 0;}
               
div#calendar table { font-size: 10px;
                     text-align: center;
                     margin: auto;}  
            
div#calendar { text-align: center;}


.link { padding-left: 20px;
        padding-right: 10px;
        line-height: 1.3em;}


.link h3 { font-size: 11px;
            text-align: center;
            margin: 0;
            padding: 0; }
              
.link h4  { font-size: 11px;
            font-weight: normal;
            margin: 0;
            padding: 0;
}


/*----------------------------------------------------------------*/

#right_box { float: left;
             width: 550px;
             margin: 10px 0 10px 5px;
}

.title { background: url("images/entry_01.gif") top no-repeat;
}
         
.title h3 { margin:0;
            padding: 20px 0 0 20px;
            font-size: 16px;
            font-weight: bold;}
         
.write_body { background: url("images/entry_02.gif") top;
              padding:15px 15px 15px 20px ;}

.write_body p { text-align: left;
                padding-bottom: 10px;}

              
.write_body img { 
                width: 240px;
                height: 180px;
                margin-bottom: 8px;}

.inent_body { background: url("images/entry_03.gif") top no-repeat;
              text-align: right;
              padding-bottom:18px;
              padding-right: 18px;
              clear: both;}

.inent_body2 { background: url("images/entry_03.gif") top no-repeat;
              height: 31px;
              clear: both;}
/*------------------------------------------------------------------*/

#footer { padding-top: 50px;
          font-size: 10px;
          text-align: center;}



/*Link---------------------------------------------------------------*/

a:link { color: #fff;
         text-decoration: underline;}


a:hover { color: #FF0033;
                text-decoration: underline;
}

a:active {color: #FF0033;
	              text-decoration: none;}
	              
a { color: #fff;
            text-decoration: underline;}






div.fake {
	clear: both;
}
.fake hr {
	display: none;
}
hr {
	clear: both;
}

.clr {
	clear		: both;
	height		: 1px;
}

.clr2 {
	clear		: both;
	height		: 1px;
	padding		: 10px 0;
}

.clr hr,
.clr2 hr {
	display		: none;
}
