﻿/* CSS layout */
html,body
{
	
	background-color:white; /*#e1fcff;	*/
	margin: 0; padding: 0; height: 100%; border:none;
}

a
{
	border-width: 0;
    }

 /*a:hover{
	border-width: 0px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
} */

/*--------------------------------------*/

#wrapper {
	width: 100%; /* 設定區塊寬度 */
	
	margin: 0; padding: 0;
	/* 刪除text-align的設定值 */
	/* 刪除margin的設定值 */

}

#masthead
{
	height: 78px;
	background-color: #F9FAFC;
}

#masthead .log{

  	float:left;
  	margin-top:0px;	

}

#masthead .nav
{
	float:right;
	margin-top:10px;
	margin-right:30px;
	
}
#masthead a:hover{
	border-width: 0px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#masthead .accesskey a
{
    position: absolute;
    left: 2px; 
    /*margin-left: -13px;	*/ 
    /*margin-top:0;*/ ;
    _margin-top:-6px;
    font-weight:normal;
    font-size:10px;
    color:#888888;
    text-decoration:none;
}

#top_nav {
}

#container {
		
	background-image: url('../Images/Mp01_3.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:#e1fcff;
	position: relative;
	width: 100%;
	
	height:auto;  /* ie7 */
	min-height:1300px;	
    /* overflow: hidden; */
	_height:110%;  /* IE6 */
}

#left_col 
{
	
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 168px;
	
	/*min-height:1300px; */
	
/* padding-bottom: 1000px;
    margin-bottom: -1000px; */
		
}

#left_col  .toppic {	
	
	height:157px;
	width:168px;
}

/* navigation */
#left_col .navigation {
	/*float: left;*/
	margin-left: 4px;
	*margin-left: -6px;
	_margin-left: -3px;
	margin-top: 10px;	
	
	 width:142px;
     *width:152px;
     _width:150px;

}


#left_col .Menu
{
    margin-left: 0px;
    font-family: Arial,san-serif,verdana;  
    padding: 0px 6px 2px 8px;
   
}
#left_col .Menu_Item
{
    padding: 0px 6px 2px 8px;  
    color: #CC9900;
    line-height: 1.5em;    /* firefox */
    line-height: 0.8em \9;  /* ie8 */
    *line-height: 1.5em; /* ie7 */
    _line-height: 1.5em; /* ie6 */
    font-size: 16px ;
   
    *font-size: 16px;
}

#left_col .Menu_Item_Hover
{
    color: #FF0; /* #57D6FF; */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#a5b0b2);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#fffbf9,endColorStr=#fff5ec);*/
}


#left_col .navigation h1 {
	/*background: #66CAFF;
	color: #FFF;
	font-size: 1.25em;
	line-height: 40px;
	padding-left: 12px;
	font-weight: bold;*/
}
#left_col .navigation ul 
{
	margin: 0; 
	padding: 0;
 }
#left_col .navigation li
{
	/*list-style-type: disc; */
	
	/*list-style-image: url('images/ArLblue.gif'); /*arroeR.GIF');*/
}
#left_col .navigation li a
{
	/*border: 1px solid #cccccc;
	background: #d5f0ff url(img/bgnavigation_blue.gif) repeat-x;
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;*/
}
#left_col .navigation li a:hover {
/*	background: #E6F5FF;
	color: #553;*/
	
}
 #left_col .accesskey a
{
    position: absolute;
    left: 2px; /*margin-left: -13px;	*/ /*margin-top:0;*/ ;
    _margin-top:-6px;
    font-weight:normal;
    font-size:10px;
    color:#B9B9B9;
    text-decoration:none;
}

#page_content
{
  
   
    margin-left: 168px;
    margin-top: 0px; /*    background-color: #e8e8e8;*/
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #CCCCCC;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
  /*  height:2000px; */
    
}
#page_content .LR
{
    position: relative;
    left: 2px;
    top: 4px;
    _top: 4px;
    font-size: 16px;
    color: Navy;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #F8F8F8;
}

#page_content .LR2
{
    position: relative;
    left: 2px;
    top: -2px;
    _top: 10px;
    font-size: 16px;
    color: Navy;
 
}

#page_content .accesskey a
{
    float:left;             
    font-size:10px;
    color:#999999;
    text-decoration:none;          
}


#footer {
	
	background-image: url('../Images/Mp01_3.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	/*background-color:#e1fcff;*/
	/*height:300px;*/
}

