/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background:  url(images/bg_200x80.gif) repeat left top;
	background-color: #acafac;
	font-size: 0.85em;
}

body{	
	text-align:left;
	min-width:950px;/* for mozilla*/
	background-color: #333333;
	height:100%;
}
/*#wrapper {
	background:  url(images/foot_4x82.jpg) repeat-x left bottom;
	_height: 82px;
}*/	

#outer{
	height:99.9%;
	min-height:100%;
	width:950px;
	text-align:left;
	margin:auto;
       margin-top:10px;
	position:relative;
	overflow:visible;
	background:  url(images/inner_950x1_.gif) repeat-y left top;
}

h1 {
    font-size: 1em ;
    color: #980000;
    line-height : 0.8em;
    margin:6px 0px 2px 0px; 
    text-align:center;
    z-index: 999
    }


/* mac hide \*/
* html #outer{
	width:950px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:112px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:110px;
	z-index:74;
	background:  url(images/top-header_950x110.jpg) no-repeat left top;

}

#ajaxmenu{
	position:absolute;
	top:98px;
	left:0px;
	width:950px;
	height:44px;
	z-index:65;
	background:  url(images/header_950x44.jpg) no-repeat left top;
}
#logo {
	position:absolute;
	top:38px;
	left:400px;
	width:150px;
	height:45px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:950px}
/* end hide*/
#footer {
	color: #787570;
	width:950px;
	height:76px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/foot_950x76.jpg) no-repeat left top;
}

#footer ul{
	list-style-type: none ;
       float:right;
       margin-top : -38px ;
        }

#footer li{
	display: inline ;
       padding-right:25px;
        }

#footer li a{
	color: #fcefcb;
       text-decoration : none ;
        }

#footer p {
	margin-top: 22px;
	margin-left: 10px;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#left {
	position:relative;/*ie needs this to show float */
	width:940px;
	float:left;
	padding-left: 0px;
	padding-bottom: 27px;
       margin-top:0px;
       margin-bottom:-20px;
       z-index: 56 ;
}

#left-inner {
	padding-top: 15px;
	padding-left: 5px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}




#content h2 {
	 font-size: 1.4em ;
	 color: #930e14;
	 line-height : 1.75em;
        margin-top : 10px ; 
	 position: relative;
	 z-index: 999;
}

#content h3{
  	font-size: 1.2em ; 
       font-family : MS P明朝,Hiragino mincho Pro,serif;
	color: #930e14 ;
	line-height : 1.5em ;
       padding-left : 23px ;
       background-image : url(images/bullet_18x18.gif) ;
       background-repeat : no-repeat ;
       background-position : 0px 1px ;
       }

h3#post-  {
	font-size: 1em;
	color: #3d3b3b;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content h4{
  	font-size: 1em ; 
	color: #930e14 ;
	line-height : 1.75em ;
       }

#content p {
	font-size: 0.85em;
	color: #3d3b3b;
	line-height: 17px;
	_line-height: 16px;
}

#content p a {
	color: #930e14;
}

#content p a:hover {
	background-color: #e6cd9a;
	color: #930e14;
}


#footer p {
	padding: 8px;
	color: #fcefcb;
       }


.highlight {
	font-size: 1em ;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: none ;
}

#content table{
       color: #3d3b3b ;
	text-align : left ;
}
#content table>td{
       font-size:0.85em
}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 1.5em;
	font-size: 0.85em ;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a
{
    color: rgb(116, 127, 125);
}

#content a:hover, #sidebar a:hover
{
    background-color: rgb(116, 127, 125);
    color: rgb(255, 255, 255);
}


/* top ------------------------------------------------------------------------------------------ */
#top-inner { 
        padding-left : 20px;
        padding-right : 20px;
        margin : 10px 0px 0px 0px
        }

#update {
        float : left;
        margin : 2px 0px 0px ;
        width:400px;
        }

#update p{
        margin : 0px 0px 3px ;
        letter-spacing:0.05em;
        font-size:1em;
        line-height:1.7em;
        }

#secondary_menu {
        float : right;
        width:460px;
        }

#secondary_menu  td a:hover{
	background: none;
        }

#secondary_menu p a:hover{
	background: none;
        }

#secondary_menu table {
        float : right;
        border-collapse:collapse;
        width:300px;
        }
#secondary_menu td {
        margin:0;
        padding:0;
        }

#secondary_menu p{
        float :left;
        width:150px;
        margin:0 10px 0 0;
        padding:0;
        }


/* end top  ----------------------------------------------------------------------------------- */

