﻿body
{
    font-family: Trebuchet MS, Arial, Tahoma;
    color:#4a4a4a;   
    background-image: url(  '../images/pagebgr.gif' );
    background-repeat: repeat-x;
    background-color: #d5dbe7;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* LANGUAGE OPTIONS STYLE */
.lang_container
{
    background-position: left top;
    height: 23px;
    padding: 7px 7px 0px 0px;
    text-align: right;
    background-image: url( '../images/pagebgr_floralmotive_toplang.gif' );
    background-repeat: no-repeat;
}
.lang_container a:link
{
    color: #ffffff; text-decoration:none;
}
.lang_container a:visited
{
    color: #ffffff; text-decoration:none;
}
.lang_container a:hover
{
    color: #efefef; text-decoration:underline;
}
.lang_container a:hover:visited
{
    color: #efefef; text-decoration:underline;
}
.lang_latin
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffff99;
}
.lang_jp
{
    font-family: MS Gothic,MS Mincho;
    font-size: 11px;
    color: #ffff99; padding-top:2px;
}    


 /* HOMEPAGE ONLY LAYOUT SETTING */
.home_welcome_hdl
{
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    color: #9e2b22;
    padding-bottom: 10px;
    width: 95%;
    border-bottom: dashed 1px #a7a7b6;
}
.home_welcome_text
{
    font-size: 85%;
    line-height: 115%; 
    text-align:left; 
    width: 95%;
    padding-bottom: 20px;
    border-bottom: dashed 1px #a7a7b6;    
}
.home_wn_date
{
    color:#666666; font-size:75%;
}
.home_wn_text
{
    color:#333333; font-size:85%;
    line-height:normal; 
}
.home_topics_text
{
    color: #666666;
    font-size: 70%;
    padding: 8px 4px 8px 4px;
    text-align: left;
    line-height: normal;
}


 /* SIDENAV MENU */
.sidenav
{
    color: #333333;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    text-align: left;
    border-bottom: solid 1px #b4b4b4;
    width: 180px;
}
.sidenav_on
{
    color: #ffffff;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    text-align: left;
    width: 180px; 
    font-weight:bold; 
    background-color:#5175b6;
}
.sidenav2
{
    color: #333333;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    text-align: left;
    border-bottom: solid 1px #b4b4b4;
    border-top: solid 1px #b4b4b4;    
    width: 180px;
}
.sidenav3
{
    color: #333333;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    text-align: left;
    width: 180px;
    border-bottom: solid 1px #b4b4b4;
}
.subsidenav
{
    color: #666666;
    font-size: 11px;
    padding: 8px 0px 8px 0px;
    text-align: left;
    border-bottom: solid 1px #b4b4b4;
    width: 180px;
}
.subsidenav2
{
    color: #666666;
    font-size: 11px;
    padding: 8px 0px 8px 0px;
    text-align: left;
    width: 180px;
}
.subsidenav_bot
{
    color: #666666;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
    text-align: left;
    border-bottom: solid 0px #b4b4b4;
}
.subsidenav_on
{
    color: #ffffff;
    font-size: 11px;
    padding: 8px 0px 8px 0px;
    text-align: left;
    font-weight:bold; 
    background-color:#5175b6;
    width: 180px;
}
.subsidenav_tr_on
{
    background-color:#5175b6;
}
.subsidenav_arr
{
    border-bottom: solid 1px #b4b4b4;
}



 /* CONTENT SETTING */
.content_hdl
{
    font-size: 90%;
    color: #9e2b22;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    border-bottom: double 3px #b2b2b2;
    padding-bottom: 5px;
    line-height: 150%;
}
.content_subhdl
{
    font-size: 80%;
    color: #444444;
    text-align: left;
    font-weight: bold; padding-top:5px;
}
.content_subhdl2
{
    font-size: 75%;
    color: #444444;
    text-align: right;
    padding-bottom:8px;
}
.content_text
{
    font-size: 80%;    
    color: #4B4B4B;
    line-height: 150%;
    text-align: left;
}
.content_intro
{
    font-size: 75%;
    text-align: justify;
    border-bottom: solid 0px #c0c0c0;
    color: #6F6F6F;
}
.content_intro ul {
	margin:0px 0px 0px 10px;
	} 

.content_intro ul li {
	margin:0px 0px 0px 30px;
	list-style: circle;
	}


.content_footer /* return top */
{
    font-size: 70%;
    color: #333333;
    text-align: right;
    border-top: dashed 1px #d1d1d1;
    padding-top: 5px;

}
.content_small /* image info */
{
    font-size: 70%;
    color: #515151;
    text-align: center;
    line-height: normal;
}
.content_note /* topic list text */
{
    font-size: 11px;
    color: #686868;
    text-align: center;
    line-height: normal;
}

 /* FORM SETTING */
.outerborder
{
	border: 1px solid #D6D6D6;
	overflow: hidden; width:70%;
}
.table_pad
{
    padding:5px;
    border:0px; font-size:12px;
}
.line_1
{
	background-color: #F5F5F5; 
	text-align: right;
	border-bottom: 1px solid #ffffff;
  		
}	
.line_2
{
	background-color: #E9E9E9; 
	text-align: left;	
	border-bottom: 1px solid #ffffff;	
   
}
.form_btn
{
    border:solid 1px #de3c30;
    font-size: 10px; font-weight:bold; text-transform:uppercase;
    background-image: url('../images/search_btn_cellbgr.gif'); background-repeat:repeat-x; 
    height:20px; width:70px; padding:2px; color:white;
}
.form_field
{
    border:0px;
    font-size: 12px;
    background-color:#ffffff; 
    color:#333333;
}
