@charset "utf-8";
/* CSS Document */

body {
/*	background-color:#d4e6f8;  
	background-color:#eef5fc;		*/ 	
}

	#wrapper {
		margin:0 auto;
		width:800px;		/* 780 > 800 */
	/*	background-color:#d4e6f8;  */
	}
	
	#slogan{
		padding: 35px 0 0 220px;  /* 左: 220px  ; 上 35 > 40*/
		font-size: 22pt;		/*24pt > 20pt */
		font-weight:bolder;
		font-family:Verdana, Geneva, sans-serif;
		font-style:oblique;
	}
	
	#header{
		height: 135px;
		/* text-align:center;  */
		background-color:#f0feff;  	/* 與 Logo 同色。  */
	}
		#logo {
			height: 135px;
			width: 134px;			
			
			float:left;
		}
		#menuArea{
				/*height: 135px;*/
				width: auto;
				float:right;	/* right > left */
		}
			#menuBtn {
				font-size: 10pt;
				font-weight: bolder;
				margin: 0;
				padding: 40px 10px 0 40px;		/* 40px; > 50px  , 10px > 0 */
			}
			#menuBtn li {
				float: right;
				margin-left: 12pt;		/* 12pt > 15pt */
				/* width: 180px;  */
				text-align:center;
				letter-spacing: 2px;
				list-style-type: none;
				/* text-decoration:underline; */
				cursor:pointer;
			}
			
			/* menuBtn */
				/* 未連結 */
				#menuBtn a:link
				{
					color: #3366ff;
					text-decoration:none;
				}
				/* 已連結過 */
				#menuBtn a:visited
				{
					color: #3366ff;
					text-decoration:none;
				}
				/* 滑鼠移至連結 */
				#menuBtn a:hover
				{
					color: #3366ff;
					text-decoration:underline;
				}
				/* 選擇的連結 */
				#menuBtn a:active
				{
					color: #3366ff;
					text-decoration:underline;
				}
	
	#content{
		background-image:url(tokyo_bg01.jpg);
		margin: 10px 0 10px 0;
		font-size:14pt;
		font-family:Verdana, Geneva, sans-serif;
		/* text-align:center; */
		padding: 10px 20px 10px 20px;
	}
		#content_func{
			width: auto;
			text-align:center;
			margin: 0px auto;
		}
		#content_func_left {
			width: 120px;
			margin-left: 250px;
			/* border: 1px #36f solid;  */
		}

		/* 讓此位置之下適用。*/
		#content_func  div{
			float:left;
			margin-left: 20pt;
		}
		
		/* 只讓部分 Lnk 可以產生效果。*/
		#content_func  div.RealFunc{
			text-decoration:underline;
			cursor:pointer;
		}		
		
		#content_func_after{
			clear:both;
		}
	
	#content_topic {
		font-weight:bold;
		font-size:16pt;
	}
	
	#content p.desc01 {
		text-indent: 12pt;		
		line-height:200%;
		font-size:12pt;
		font-family:Verdana, Geneva, sans-serif;
	}
	
	#content ol{
		/*text-indent: 12pt;		*/
		line-height:200%;
		font-size:12pt;
		font-family:Verdana, Geneva, sans-serif;
		padding: 10px;
		margin: 0 0 0 20px;
	}
	
	#content li{
		padding: 10px;
	}
	
	
	#footer{
		height: 20px;
		text-align:center;
		text-height: 20px;
		font-size:10pt;
		font-family:Verdana, Geneva, sans-serif;
	}		
	
	/* 內文 */
        /* 未連結 */
		.desc01 a:link
        {
            color: #3366ff;
			text-decoration:none;
        }
        /* 已連結過 */
		.desc01 a:visited
        {
            color: #3366ff;
			text-decoration:none;
        }
        /* 滑鼠移至連結 */
		.desc01 a:hover
        {
            color: #3366ff;
			text-decoration:underline;
        }
        /* 選擇的連結 */
		.desc01 a:active
        {
            color: #3366ff;
			text-decoration:underline;
        }
		
		
	.apkjpexam{
		color:#ff6600;	/*橘色*/
		font-weight:bold;
	}
	
	.apksnd{
		color:#008040;	/*綠色*/
		font-weight:bold;
	}
	
	.apkread{
		color:#0066ff;	/*藍色*/
		font-weight:bold;
	}
	
	
	.contactus{
		/* color:#ff6699;*/	/*不使用顏色 > 粉紅*/
		font-weight:bold;
	}
	
	.edm{
		font-weight:bold;
	}
	
	
	/*	電子報 */
	.ff_subedm{
			border: 1px solid GREEN; /* #36F > #D4D0C8 */
			width: 500px;
			height: 40px;
			/* background-color: #FFCC33; */
	}
	
	.ff_submit_subedm{
		width:90px; height:40px; font-size:12pt; font-weight:bold; background-color: green; color:white;
	}
	
	.ff_unsubedm{
			border: 1px solid #F00; /* #F00 > #D4D0C8 */
			width: 500px;
			height: 40px;
			/* background-color: #FFCC33; */
	}
	
	.ff_submit_unsubedm{
		width:90px; height:40px; font-size:12pt; font-weight:bold; background-color: red;  color:white;
	}
	
	hr {
		margin: 30px 0 20px 0 ;
		border:0; height:1px; background-color:#d4d4d4;
		color:#d4d4d4	/* IE6 */
	}
	
	.ff_submit_subedm_tips{
		margin-left: 100px;
		font-size: 10pt;
		color:gray;
	}
	
	.ff_submit_unsubedm_tips{
		margin-left: 100px;
		font-size: 10pt;
		color:gray;
	}