@charset "UTF-8";
/* CSS Document */
@import url("photogallery.css");
html, body{
	color: #fff;
	font-size:13px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;*/
	font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", Helvetica, Arial, FreeSans, sans-serif;
    margin: 0;
	padding:0;
}
body{
	background-size: cover;
	background-attachment: fixed;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: center center;
}

a{
	text-decoration: none;
	color: #FFF;
}
a:hover{
	text-decoration: underline;
	color: #BAC466;
}
/* clear */
.clear{
	clear:both;
}
/* horizon */
.horizon{
	clear:both;
	border-bottom:1px solid #acb947;
	margin:0 auto 30px auto;
	padding-top:30px;
}
.horizon2{
	clear: both;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.horizon3{
	clear: both;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.horizon4{
	clear: both;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.horizon5{
	clear: both;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.htt{
	color: #000;
}
/* btn_site_map */
.btn_site_map{
	width:100px;
	height:30px;
	line-height:30px;
	text-align:right;
	color:#fff;
	margin:-5px 820px 0 auto;
	float:right;
	
}
.btn_site_map a{
	text-decoration:none;
	color: #888;
	background:url(../img/btn_site_map.png) 0 -2px no-repeat;
	padding-left:25px;
}
.btn_site_map a:hover{
	text-decoration:none;
	color: #ccc;
	background:url(../img/btn_site_map_s.png) 0 -2px no-repeat;
}

/* open_logo */
.open_logo a{
	width:544px;
	height:137px;
	background:url(../img/open_logo.png) no-repeat;
	margin:200px auto auto auto;
	display:block;
}

ul.navi ul.navi li, ul.navi ul, a{
    padding: 0;
    text-decoration: none;
}
ul.navi,ul.navi li {
    list-style: none;
}

/* 右側下拉選單用 */
ul.inmenu ul.inmenu li, ul.inmenu ul, a{
    padding: 0;
    text-decoration: none;
}
ul.inmenu,ul.inmenu li {
    list-style: none;
}
/* menu_shape */
.menu_shape{
	background: url(../img/menu_shape.png) no-repeat;
	width: 34px;
	height: 17px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 30px;
}
/* menu_shape_right1(點子舞台三角箭頭) */
.menu_shape_right1 {
	background:url(../img/right_shap_01.png) no-repeat;
	width:37px;
	height:19px;
	margin:-10px auto 0px 25px;	
}
/* menu_shape_right2(創新發表台三角箭頭) */
.menu_shape_right2 {
	background:url(../img/right_shap_02.png) no-repeat;
	width:37px;
	height:19px;
	margin:-10px auto 0px 25px;
}
/* menu_shape_right3(夢想資金三角箭頭) */
.menu_shape_right3 {
	background:url(../img/right_shap_03.png) no-repeat;
	width:37px;
	height:19px;
	margin:-10px auto 0px 25px;
}
/* menu_shape_right4(點子交易三角箭頭) */
.menu_shape_right4 {
	background:url(../img/right_shap_04.png) no-repeat;
	width:37px;
	height:19px;
	margin:-10px auto 0px 25px;
}
/* menu_shape_right5(創意智囊三角箭頭) */
.menu_shape_right5 {
	background:url(../img/right_shap_05.png) no-repeat;
	width:37px;
	height:19px;
	margin:-10px auto 0px 25px;
}
/* menu_img */
.menu_img_01,
.menu_img_02,
.menu_img_02_1,
.menu_img_03,
.menu_img_04,
.menu_img_05
{
	clear:both;
	width:130px;
	height:89px;
	margin:0 auto;
	padding-top:10px;
}
.menu_img_01{
	background:url(../img/menu_img_01.png) center bottom no-repeat;
}
.menu_img_02{
	background:url(../img/menu_img_02.png) center bottom no-repeat;
}
.menu_img_02_1{
	background:url(../img/menu_img_02_1.png) center bottom no-repeat;
}
.menu_img_03{
	background:url(../img/menu_img_03.png) center bottom no-repeat;
}
.menu_img_04{
	background:url(../img/menu_img_04.png) center bottom no-repeat;
}
.menu_img_05{
	background:url(../img/menu_img_05.png) center bottom no-repeat;
}

/** main **/
.main{
	margin:0 auto;
	width:1000px;
}

/** main_logo **/
.main_logo a{
	margin:25px auto 5px 15px;
	background:url(../img/main_logo.png) no-repeat;
	width:70px;
	height:67px;
	display:block;
}

/** menu **/
.menu {
	/*margin-left:-15px;*/
}

/** navi **/
.navi {
	list-style-type:none;
	display:inline;
	/*height:40px;*/
	padding:0;
	margin:0;
}
.navi li {
	float:left;
	position:relative;
	padding:0;
	line-height:20px;
}
.navi li a {
	padding:5px 10px 5px 15px;
	font-family: "Lucida Grande", sans-serif;
	font-size:15px;
	display:block;
	text-decoration:none;
	color:#999;
}
.navi li a:hover {
	color:#fff;
}
.navi li ul {
	opacity:0;
	position:absolute;
	left:0;
	width:150px;
	background:#2a2f35;
	list-style-type:none;
	padding:10px 0;
	margin:0 0;
}
.navi li:hover ul {
	opacity:1;
}
.navi li ul li {
	float:left;
	position:static;
	height:0;
	line-height: 0;
	background:none;
}
.navi li:hover ul li {
	height: 30px;
	line-height: 20px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.navi li ul li a {
	width:125px;
	background:#2a2f35;
	font-size:13px;
	/*font-family: "Lucida Grande", sans-serif;*/
	color:#fff;
}
.navi li ul li a:hover {
	background:#1d2228 url(../img/sub_menu_shape.png) 135px center no-repeat;
}
/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul.navi li ul{
    display: none;
    float: left;
    position: absolute;
    left: 0;    
    margin: 0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navi li:hover > ul{
    display: block;
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navi ul li:hover > ul{
    display: block;
    position: absolute;
    top: 0;    
    left: 100%;
}

/** inmenu **/
.inmenu {
	list-style-type:none;
	display:inline;
	/*height:40px;*/
	padding:0px;
	margin:10px;
}
.inmenu li {
	float:left;
	position:relative;
	padding:0;
	color:#999;
}
.inmenu li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.inmenu li a:hover {
	color:#FFF;
}

.inmenu li ul {
	opacity: 0;
	position: absolute;
	left: 0;
	width: 145px;
	background: #2a2f35;
	list-style-type: none;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}
.inmenu li:hover ul {
	opacity:1;
}
.inmenu li ul li {
	float:left;
	position:static;
	height:0;
	line-height: 0;
	background:none;
}
.inmenu li:hover ul li {
	height:30px;
	line-height:20px;
	padding:1px 0;
}
.inmenu li ul li a {
	width: 130px;
	background: #2a2f35;
	font-size: 13px;
	/*font-family: "Lucida Grande", sans-serif;*/
	/* 下拉選單顏色字 */
	color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* 下拉選單顏色底 */
.inmenu li ul li a:hover {
	background-color: #181c18;
	background-image: url(../img/sub_menu_shape.png);
	background-position: 130px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

a#interaction, a#mytube, a#mybank, a#mymarket, a#mylibrary {
	width:88px;
	height:131px;
	display:block;
	background:no-repeat;
	opacity:0.4;
}
a#interaction {
	margin:-80px 0 0 0;
	background-image:url(../img/interaction_btn.jpg);
}
a#mytube {
	margin:-80px 0 0 0;
	background-image:url(../img/mytube_btn.jpg);
}
a#mybank {
	margin: -80px 0 0 0;
	background-image: url(../img/mybank_btn.jpg);
}
a#mymarket {
	margin:-80px 0 0 0;
	background-image:url(../img/mymarket_btn.jpg);
}
a#mylibrary {
	margin:-80px 0 0 0;
	background-image:url(../img/mylibrary_btn.jpg);
}
a#interaction:hover {
	opacity:1;
}
a#mytube:hover {
	opacity:1;
}
a#mybank:hover {
	opacity:1;
}
a#mymarket:hover {
	opacity:1;
}
a#mylibrary:hover {
	opacity:1;
}

/** address **/
.address{
	clear:both;
	line-height:25px;
	color:#aaa;
	font-size:15px;
	height:25px;
	margin:0 20px;
}
.address ul{
	list-style:none;
	padding:0;
	margin:0;
}
.address li{
	float:left;
	padding-right:10px;
	background:none;
	line-height:25px;
}
.address li.shape{
	background:url(../img/address_list.png) 0 5px no-repeat;
	height:25px;
	width:7px;
}
.address li a{
	color:#aaa;
	text-decoration:none;
}
.address li a:hover{
	color:#ddd;
	text-decoration:none;
}
.address li em{
	color:#acb947;
	text-decoration:none;
	font-style:normal;
}

/** content **/
.content{
	clear:both;
	margin:0 auto 10px auto;
	padding:0 25px 20px 25px;
	line-height:22px;
	font-size:13px;
	color:#eee;
	overflow:hidden;
}
.content_right_forum{
	clear:both;
	margin:0 auto 10px auto;
	padding:0 25px 20px 25px;
	font-size:13px;
	color:#eee;
	overflow:hidden;
}


/* content 右側互動區 */
/* interaction color */
.content_banner1 {
	background: #e86926;
	clear: both;
	font-size: 13px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 180px;
}
/* mytube color */
.content_banner2 {
	background: #8cc63f;
	clear: both;
	font-size: 13px;
	overflow: hidden;
	height: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
/* mybank color */
.content_banner3 {
	background: #3fa9f5;
	clear: both;
	font-size: 13px;
	overflow: hidden;
	height: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
/* mymarket color */
.content_banner4 {
	background: #ff7bac;
	clear: both;
	font-size: 13px;
	overflow: hidden;
	height: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
/* mylibrary color */
.content_banner5 {
	background: #fbb03b;
	clear: both;
	font-size: 13px;
	overflow: hidden;
	height: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.content_left_banner {
	float: left;
	width:150px;
	margin:20px 0 0 0;
	opacity:1;
	z-index:0;
}
.content_center_banner {
	width: 170px;
	float: left;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
}
.content_right_banner {
	width: 420px;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.content_Detail {
	width: 950px;
	top: 0px;
	background-color: #F2F2F2;
	font-size: 13px;
	line-height: 22px;
	color: #000;
	}

/* content 右側互動區Banner樣式 */
.content_right_forum h1 {
	font-size : 32px;
	color: #333;
	text-shadow: 0px 0px;
	font-style: normal;
	font-weight: lighter;
	line-height: 10px;
	padding-top: 10px;
}
.content_right_forum h2 {
	font-family : Vrinda;
	font-size : 21px;
	color: #CCC;
	text-align: right;
	font-weight: lighter;
	padding: 0px;
	line-height: 5px;
}
.content_right_forum h3 {
	font-size : 24px;
	line-height : 30px;
	color : #FFFFFF;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



/* content_half_left */
.content_half_left{
	width:450px;
	float:left;
}
/* content_half_right */
.content_half_right{
	width:450px;
	float:right;
}
.content h1,
.content_half_left h1,
.content_half_right h1
{
	color:#acb947;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}
.content ul,
.content_half_left ul,
.content_half_right ul
{
	margin:0;
	padding:0 0 0 4px;
	list-style:none;
}
.content li,
.content_half_left li,
.content_half_right li
{
	line-height:22px;
	background:url(../img/list_icon.png) 0 9px no-repeat;
	padding-left:10px;
}
.content li a{
	color:#fff;
	text-decoration:none;
}
.content li a:hover{
	color:#fff;
	text-decoration:underline;
}
.content li em{
	font-style:normal;
	color:#acb947;
}


/** content_left **/
.content_left{
	float:left;
	width:570px;
}
.content_left h1{
	color:#acb947;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}
.content h2,
.content_left h2{
	color:#fff;
	font-size:22px;
	line-height:35px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}
.content_left h3{
	color:#acb947;
	font-size:15px;
	font-weight:normal;
	line-height:25px;
	margin:0;
	padding:0;
}
.content .content_left img{
	margin:5px auto 10px auto;
}

/** content_center **/
.content_center{
	clear:both;
	width:950px;
	height:220px;
	position:relative;
}
/** content_right **/
.content_right{
	float:right;
	width:350px;
}
/* content_center_item、content_right_item */
.content_center_item_left,
.content_center_item_middle,
.content_center_item_right,
.content_right_item
{
	border:1px solid #666;
	margin:5px auto 20px auto;
	padding:10px;
	color:#ccc;
}
.content_center_item_left,
.content_center_item_middle,
.content_center_item_right
{
	width:280px;
	height:200px;
	overflow:hidden;
}
.content_center_item_left{
	position:absolute;
	left:0;
	top:0;
}
.content_center_item_middle{
	position:absolute;
	left:325px;
	top:0;
}
.content_center_item_right{
	position:absolute;
	right:0;
	top:0;
}
.content_center_item_left h1,
.content_center_item_middle h1,
.content_center_item_right h1,
.content_right_item h1
{
	color:#acb947;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	border-bottom:1px solid #acb947;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
.content_right_item ul{
	margin:0;
	padding:0;
	list-style:none;
}
.content_right_item li{
	line-height:22px;
	background:url(../img/list_icon.png) 0 9px no-repeat;
	padding-left:10px;
}
.content_right_item li em{
	font-style: normal;
	color: #CCCCCC;
}
.content_right_item li a{
	color:#fff;
	text-decoration:none;
}
.content_right_item li a:hover{
	color:#fff;
	text-decoration:underline;
}
.content_right_item ul ul{
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
}
.content_right_item li li{
	background:url(../img/list_sub_icon.png) 0 9px no-repeat;
	padding-left:10px;
}

.content p,
.content_left p,
.content_right p,
.content_right_item p
{
	line-height:22px;
	color:#eee;
	margin:0;
	padding:0;
	font-size:13px;
}
.content img{
	/*border:2px solid #777;*/
	margin:10px auto;
}
.content a img{
	border:none;
}

/** img_style **/
/* img_center */
.img_center{
	/*border:2px solid #777;*/
	clear:both;
	margin:40px auto;
	width:700px;
}

.content img.img_left{
	clear:both;
	float:left;
	margin:35px 40px 10px 100px;
}
.content img.img_left_s{
	clear:both;
	float:left;
	margin:10px 20px 10px 0;
}
.content img.img_right{
	clear:both;
	float:right;
	margin:10px 0 10px 40px;
}
.content img.img_right_s{
	clear:both;
	float:right;
	margin:10px 0 10px 20px;
}

/** banner_content **/
.banner_content{
	width:950px;
	height:225px;
	margin:0 auto 50px auto;
}
.banner_content img{
	border:none;
}

/* content_area_01_photo */
.content_area_01_photo{
	margin:-10px auto 0 auto;
	width:350px;
	height:110px;
	background:url(../img/btn_zoom.png) right bottom no-repeat;
	position:relative;
}
.content_area_01_photo_left,
.content_area_01_photo_middle,
.content_area_01_photo_right
{
	width:110px;
	height:75px;
	overflow:hidden;
}
.content_area_01_photo_left{
	position:absolute;
	left:0;
	top:0;
}
.content_area_01_photo_middle{
	position:absolute;
	left:120px;
	top:0;
}
.content_area_01_photo_right{
	position:absolute;
	right:0;
	top:0;
}
/** footer **/
.footer {
	clear:both;
	margin:20px auto 0 auto;
	background: url(../img/opening_btn.png) center bottom no-repeat;
	height: 276px;
}

.footer2 {
	clear: both;
	margin: 20px auto 0 auto;
	background: url(../img/opening_btn.png) center bottom no-repeat;
	height: 276px;
	position: static;
	bottom: 0px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	font-weight: 100;
	width: 100%;
	color: #fff;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
.footer_fixed {
	clear:both;
	margin:20px auto 0 auto;
	background: url(../img/opening_btn.png) center bottom no-repeat;
	height: 276px;
	width:100%;
	bottom:0;
}
.footer_main {
	clear:both;
	margin:20px auto 0 auto;
	background: url(../img/opening_btn.png) center bottom no-repeat;
	height: 276px;
	width:100%;
	bottom:0;
	position:fixed;
}

/** fancybox **/
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}


/** table **/
table.form{
	margin:20px auto;
	border:1px solid #aaa;
	border-right:none;
	border-bottom:none;
	width:96%;
}
table.form th{
	background:#747f1d;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	font-size:16px;
	padding:4px;
}
table.form th.small{
	width:30%;
}
table.form th.middle{
	width:45%;
}
table.form th.larger{
	width:70%;
}
table.form td{
	padding:6px 4px;
	line-height:20px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	color:#eee;
}
table.form td.center{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:16px;
}
table.form td ul{
	list-style:none;
	padding:0 0 0 5px;
	margin:0;
}
table.form td li{
	line-height:22px;
	background:url(../img/list_icon.png) 0 9px no-repeat;
	padding-left:10px;
}
table.form td li em{
	font-style:normal;
	color:#acb947;
}


/* img_area */
.img_area{
	clear:both;
	width:720px;
	margin:0 auto;
}
.img_area_big{
	clear:both;
	width:100%;
	margin:0 auto;
}
.img_area_big img{
	margin:0 auto;
}

/* coming_soon */
.coming_soon{
	width:500px;
	height:100px;
	margin:0 auto 50px auto;
	padding:50px;
	line-height:25px;
	text-align:center;
}
.coming_soon h1{
	font-size:15px;
	color:#f90;
	font-weight:bold;
	line-height:30px;
	margin:0;
	padding:0;
}
.coming_soon p{
	line-height:22px;
	color:#eee;
	margin:0;
	padding:0;
	font-size:13px;
	text-align:center;
}


/* blueprint_txts */
.blueprint_txts{
	float:left;
	width:830px;
	margin:0 0 20px 0;
	text-align:justify;
}
/* blueprint_txts_attention */
.blueprint_txts_attention{
	margin:15px auto 20px auto;
}
.blueprint_txts_attention p{
	text-align:center;
	line-height:30px;
	font-size:15px;
}
/* business_txts */
.business_txts{
	width:620px;
	float:right;
	margin:5px 0 10px auto;
	text-align:justify;
}
/* area_attention */
.area_attention p{
	text-align:center;
	line-height:25px;
	font-size:13px;
}



/* btn_area_zoom, btn_blueprint_01_zoom, btn_blueprint_02_zoom, .btn_building_01_zoom, .btn_building_02_zoom,.btn_building_03_zoom, btn_education_zoom, btn_location_zoom, btn_park_zoom */
.btn_area_zoom,
.btn_blueprint_01_zoom,
.btn_blueprint_02_zoom,
.btn_building_01_zoom,
.btn_building_02_zoom,
.btn_building_03_zoom,
.btn_education_zoom,
.btn_location_zoom,
.btn_park_zoom
{
	width:75px;
	height:105px;
	float:right;
	margin:0 10px 10px auto;
}
.btn_area_zoom a,
.btn_blueprint_01_zoom a,
.btn_blueprint_02_zoom a,
.btn_building_01_zoom a,
.btn_building_02_zoom a,
.btn_building_03_zoom a,
.btn_education_zoom a,
.btn_location_zoom a,
.btn_park_zoom a
{
	width:75px;
	height:105px;
	display:block;
}

.btn_area_zoom{
	margin-top:-105px;
}
.btn_area_zoom a{
	background:url(../img/btn_area_zoom.png) no-repeat;
}
.btn_area_zoom a:hover{
	background:url(../img/btn_area_zoom_s.png) no-repeat;

}

.btn_blueprint_01_zoom{
	margin-top:100px;
}
.btn_blueprint_01_zoom a{
	background:url(../img/btn_blueprint_01_zoom.png) no-repeat;
}
.btn_blueprint_01_zoom a:hover{
	background:url(../img/btn_blueprint_01_zoom_s.png) no-repeat;
}

.btn_blueprint_02_zoom{
	margin-top:40px;
}
.btn_blueprint_02_zoom a{
	background:url(../img/btn_blueprint_02_zoom.png) no-repeat;
}
.btn_blueprint_02_zoom a:hover{
	background:url(../img/btn_blueprint_02_zoom_s.png) no-repeat;
}

.btn_building_01_zoom{
	margin-top:25px;
}
.btn_building_01_zoom a{
	background:url(../img/btn_building_01_zoom.png) no-repeat;
}
.btn_building_01_zoom a:hover{
	background:url(../img/btn_building_01_zoom_s.png) no-repeat;
}

.btn_building_02_zoom a{
	background:url(../img/btn_building_02_zoom.png) no-repeat;
}
.btn_building_02_zoom a:hover{
	background:url(../img/btn_building_02_zoom_s.png) no-repeat;
}

.btn_building_03_zoom a{
	background:url(../img/btn_building_03_zoom.png) no-repeat;
}
.btn_building_03_zoom a:hover{
	background:url(../img/btn_building_03_zoom_s.png) no-repeat;
}


.btn_education_zoom{
	margin:75px 0 0 auto;
}
.btn_education_zoom a{
	background:url(../img/btn_education_zoom.png) no-repeat;
}
.btn_education_zoom a:hover{
	background:url(../img/btn_education_zoom_s.png) no-repeat;
}

.btn_location_zoom{
	margin:110px 250px auto auto;
}
.btn_location_zoom a{
	background:url(../img/btn_location_zoom.png) no-repeat;
}
.btn_location_zoom a:hover{
	background:url(../img/btn_location_zoom_s.png) no-repeat;
}

.btn_park_zoom a{
	background:url(../img/btn_park_zoom.png) no-repeat;
}
.btn_park_zoom a:hover{
	background:url(../img/btn_park_zoom_s.png) no-repeat;
}

.btn_enter{
	width:156px;
	height:39px;
	margin:30px auto;
}
.btn_enter a{
	width:156px;
	height:39px;
	display:block;
	background:url(../img/btn_enter.png) no-repeat;
}
.btn_enter a:hover{
	background:url(../img/btn_enter_s.png) no-repeat;
}


/** site_map **/
.site_map{
	margin:10px auto;
	overflow:hidden;
}
.site_map h1{
	color:#acb947;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	margin:10px 0 5px 0;
	padding:0 0 5px 0;
}
.site_map h2{
	color:#ddd;
	font-size:15px;
	line-height:25px;
	font-weight:normal;
	border-bottom:1px solid #acb947;
	margin:10px 0;
	padding:0 0 5px 0;
}
.site_map h2 a{
	color:#ddd;
	text-decoration:none;
}
.site_map h2 a:hover{
	color:#fff;
	text-decoration:none;
}
.site_map ul{
	list-style:none;
	margin:0;
	padding:0;
}
.site_map li{
	background:none;
	width:190px;
	line-height:25px;
	color:#acb947;
	float:left;
	font-size:15px;
	padding:0;
}
.site_map li a{
	color:#acb947;
	text-decoration:none;
}
.site_map li a:hover{
	color:#acb947;
	text-decoration:none;
}
.site_map li li{
	line-height:25px;
	color:#ddd;
	clear:both;
	font-size:13px;
	padding-left:15px;
	background:url(../img/list_icon.png) 5px 10px no-repeat;
}
.site_map li li a{
	color:#ddd;
	text-decoration:none;
}
.site_map li li a:hover{
	color:#fff;
	text-decoration:none;
}
.site_map li li li{
	line-height:25px;
	color:#aaa;
	clear:both;
	font-size:13px;
	padding-left:15px;
	background:url(../img/list_sub_icon.png) 5px 10px no-repeat;
}
.site_map li li li a{
	color:#aaa;
	text-decoration:none;
}
.site_map li li lia:hover{
	color:#ccc;
	text-decoration:none;
}


/* btn_go_top */
.btn_go_top{
	width:75px;
	height:134px;
	position:fixed;
	bottom:5px;
	right:5px;
	z-index:100;
}
.btn_go_top a{
	width:75px;
	height:134px;
	display:block;
	background:url(../img/btn_go_top.png) no-repeat;
	opacity:0.5;
}
.btn_go_top a:hover{
	background:url(../img/btn_go_top_s.png) no-repeat;
	opacity:1;
}







/* ft */

.main .content_right_forum #ft {
	background-image: url(../img/ft.png);
	height: 108px;
	width: 950px;
}
.main .content_right_forum #ft .ft_1 {
	text-align: right;
	padding: 20px;
}
.main .content_right_forum #ft .ft_2 {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* 文字 */
.txt01{
	font-size: 25px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
}
.txt01_2{
	font-size: 25px;
	color: #FF7BAC;
	font-weight: bold;
	line-height: 40px;
}
.txt02{
	font-size: 16px;
	color: #999;
}
.txt03{
	color: #999;
}
.txt04{
	font-size: 16px;
	font-weight: bold;
	color: #E86926;
	line-height: 16px;
}
.txt05{
	color: #F00;
}
.txt06{
	font-size: 10px;
	line-height: 14px;
}
.txt07{
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

.txt08{
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

.FormList tr .text_00{
	font-size: 19px;
	font-weight: bold;
	color: #666666;
}

.FormList tr .text_02{
	font-size: 19px;
	font-weight: bold;
	color: #8CC63F;
}
.FormList tr .text_03{
	font-size: 19px;
	font-weight: bold;
	color: #3FA9F5;
}
.FormList tr .text_04{
	font-size: 19px;
	font-weight: bold;
	color: #FF7BAC;
}
.FormList tr .text_05{
	font-size: 19px;
	font-weight: bold;
	color: #3FA9F5;
}
.FormList tr .text_06{
	font-size: 19px;
	font-weight: bold;
	color: #FBB03B;
}

.txt{
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

/* picture */
.vcimg2 {
	float: left;
	padding: 10px;
	clear: both;
	background-color: #FFFFFF;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	-webkit-box-shadow: 0px 1px 12px 0px #a4a4a4;
	-moz-box-shadow: 0px 1px 12px 0px #a4a4a4;
	box-shadow: 0px 1px 12px 0px #a4a4a4;
	margin-bottom: 5px;
}

/* title_0 */
.content_Detail .title_0 {
	float: left;
	width: 350px;
	font-size: 34px;
	height: 25px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 45px;
}
/* 間距調整 */

.content_Detail_spacing {
	padding-top: 20px;
	padding-right: 140px;
	padding-bottom: 20px;
	padding-left: 140px;
}


/* 菜單綠色 */
.content_Detail .menu_my {
	float: left;
	width: 950px;
	background-color: #8CC63F;
}
#navi2 li {
	float: left;
	list-style-type: none;
}
.menu_my #navi2 li a {
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_my #navi2 .on a {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

.menu_my #navi2 li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8CC63F;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	cursor: hand;

}
/* 菜單橘色 */
.content_Detail .menu_interaction {
	float: left;
	width: 950px;
	background-color: #E86926;
}

.menu_interaction #navi2 li a {
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;	
}
.menu_interaction #navi2 .on a {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

.menu_interaction #navi2 li a:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E86926;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

/* 菜單橘色進階灰 */
.content_Detail .menu_interaction_de {
	float: left;
	width: 950px;
	padding-bottom: 10px;
	background-color: #999999;
}
.menu_interaction_de #navi2d {
	margin: 0px;
	padding: 10px;
}
.menu_interaction_de #navi2d li {
	float: left;
	list-style-type: none;
}
.menu_interaction_de #navi2d li a {
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_interaction_de #navi2d .on a {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

.menu_interaction_de #navi2d li a:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E86926;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}
/* 菜單藍色 */
.content_Detail .menu_bank {
	float: left;
	width: 950px;
	background-color: #3FA9F5;
}

.menu_bank #navi2 li a {
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;	
}
.menu_bank #navi2 .on a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3FA9F5;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

.menu_bank #navi2 li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3FA9F5;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}
/* 菜單粉紅色 */
.content_Detail .menu_market {
	float: left;
	width: 950px;
	background-color: #FF7BAC;
}

.menu_market #navi2 li a {
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_market #navi2 .on a {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

.menu_market #navi2 li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF7BAC;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}
/* 菜單黃色 */
.content_Detail .menu_library {
	float: left;
	width: 950px;
	background-color: #FBB03B;
}

.menu_library #navi2 li a {
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_library #navi2 .on a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FBB03B;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}

.menu_library #navi2 li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FBB03B;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: hand;
}


/* 搜尋 */
.content_Detail .seach {
	margin-top: 20px;
	float: right;
	margin-right: 30px;
	width: 350px;
	height: 40px;
	background-image: url(../img/sh.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.blank_space{
	margin-top: 20px;
	height: 1px;
	width: 100%;
}
/* 搜尋3 */
.content_Detail .seach3 {
	margin-top: 20px;
	float: right;
	margin-right: 30px;
	width: 420px;
	height: 40px;
	background-image: url(../img/sh.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* 搜尋2 */
.content_Detail .seach2 {
	margin-top: 10px;
	float: right;
	margin-right: 0px;
	width: 350px;
	height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* 搜尋4 */
.content_Detail .seach4 {
	margin-top: 20px;
	float: right;
	margin-right: 30px;
	width: 250px;
	height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/*主選單橘色*/
.menu_choose_interaction{
	background-color: #6C3508;
	float: left;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.menu_choose_interaction ul li a {
	color: #999;
	font-size: 17px;
	text-decoration: none;
}

.menu_choose_interaction ul .on a {
	color: #000;
}

.menu_choose_interaction ul li {
	background-color: #321701;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.menu_choose_interaction ul .on{
	background-color: #E86926;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
}
/*主選單綠色*/
.menu_choose_my{
	background-color: #003616;
	float: left;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.menu_choose_my ul li a {
	color: #999;
	font-size: 17px;
	text-decoration: none;
}

.menu_choose_my ul .on a {
	color: #000;
}

.menu_choose_my ul li {
	background-color: #001A0B;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.menu_choose_my ul .on{
	background-color: #8CC63F;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
}
/*主選單藍色*/
.menu_choose_bank{
	background-color: #355D8E;
	float: left;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.menu_choose_bank ul li a {
	color: #999;
	font-size: 17px;
	text-decoration: none;
}

.menu_choose_bank ul .on a {
	color: #000;
}

.menu_choose_bank ul li {
	background-color: #152A45;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.menu_choose_bank ul .on{
	background-color: #3FA9F5;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
}

/*主選單粉紅色*/
.menu_choose_market{
	background-color: #7D3957;
	float: left;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.menu_choose_market ul li a {
	color: #999;
	font-size: 17px;
	text-decoration: none;
}

.menu_choose_market ul .on a {
	color: #000;
}

.menu_choose_market ul li {
	background-color: #3D1827;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.menu_choose_market ul .on{
	background-color: #FF7BAC;
	float: left;
	margin-right: 5px;
	list-style-type: none;
	padding: 10px;
}


/*主選單黃色*/
.menu_choose_library{
	background-color: #57453F;
	float: left;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.menu_choose_library ul li a {
	color: #999;
	font-size: 17px;
	text-decoration: none;
}

.menu_choose_library ul .on a {
	color: #000;
}

.menu_choose_library ul li {
	background-color: #261F1A;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.menu_choose_library ul .on{
	background-color: #FBB03B;
	float: left;
	margin-right: 3px;
	list-style-type: none;
	padding: 10px;
}
.receivedimg {
	float: left;
	height: 170px;
	width: 90px;
	background-image: url(../img/jas.png);
	background-repeat: no-repeat;
	margin-left: 30px;
}
.i_ideal_right2 {
	float: left;
	width: 450px;
}
.i_ideal_left2 {
	float: left;
	width: 360px;
}
.main .menu .inmenu li ul{
	padding-bottom: 8px;
}
.content_Detail .seach #tochoose {
	width: 100px;
}
 .pokk {
	float: left;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
.content_Detail .i_mechanism table tr td .ocl {
	float: left;
}
.content_Detail .i_mechanism table tr td .ocr {
	float: right;
	padding-top: 10px;
}
.content_Detail .distance {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 850px;
}
.content_Detail .distance .movie_edit {
	float: left;
	width: 400px;
}
.distance .imge_edit li img {
	height: 200px;
	width: 270px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.content_Detail .distance .ed_l {
	font-size: 23px;
	font-weight: bold;
	float: left;
}
.content_Detail .distance .ed_r {
	float: right;
}


.distance .imge_edit li{
	list-style-type: none;
	float: left;
}
.content_Detail .distance .mss_edit {
	float: right;
	width: 390px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9B9B9;
	padding-left: 30px;
}
/*分頁*/
.nbbar {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	color: #09C;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: text-top;
	width: 600px;
	text-align: center;
	margin-bottom: 20px;
}
.nbbar ul {
	float: left;
	padding: 10px;
	font-size: 16px;
	list-style-type: none;
}
.nbbar a {
	background-color: #333;
	width: 20px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
}
.nbbar a:hover {
	background-color: #999;
}
/*回應*/
.to_reply{
	background-color: #F2F2F2;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	float: left;
	margin-right: 45px;
	margin-left: 45px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center;

}

.to_reply .rps {
	margin-right: 40px;
	margin-left: 30px;
	background-color: #FFF;
	border: 1px solid #C9C9C9;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
	margin-top: 20px;
	margin-bottom: 10px;
}


.to_reply .rps .img img {
	margin: 15px;
	height: 100px;
	width: 100px;
	float: left;
}
.to_reply .rps .r_literary {
	float: left;
	margin-top: 15px;
	width: 620px;
	margin-bottom: 15px;
}
.to_reply .rps input {
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.to_reply .rps .img {
	float: left;
	width: 130px;
}
.to_reply .rps .r_literary .commend {
	text-align: right;
}
.to_reply .rps .r_literary .commend a {
	color: #333;
}
/*悄悄話*/
.to_secret{
	background-color: #F2F2F2;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	float: left;
	margin-right: 45px;
	margin-left: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center;

}
.to_secret .rps1 {
	margin-right: 150px;
	margin-left: 40px;
	background-color: #FFF;
	border: 1px solid #C9C9C9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}


.to_secret .rps1 img {
	margin: 15px;
	height: 100px;
	width: 100px;
	float: left;
}
.to_secret .rps1 .r_literary {
	float: left;
	margin-top: 15px;
	width: 500px;
	margin-bottom: 15px;
}
.to_secret .rps1 input {
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.to_secret .rps1 .img {
	float: left;
	width: 130px;
}
.to_secret .rps1 .r_literary .commend {
	text-align: right;
}
.to_secret .rps1 .r_literary .commend a {
	color: #333;
}

.to_secret .rps2 {
	margin-right: 40px;
	margin-left: 150px;
	background-color: #FFF;
	border: 1px solid #C9C9C9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}


.to_secret .rps2 img {
	margin: 15px;
	height: 100px;
	width: 100px;
	float: left;
}
.to_secret .rps2 .r_literary {
	float: left;
	margin-top: 15px;
	width: 500px;
	margin-bottom: 15px;
}
.to_secret .rps2 input {
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.to_secret .rps2 .img {
	float: left;
	width: 130px;
}
.to_secret .rps2 .r_literary .commend {
	text-align: right;
}
.to_secret .rps2 .r_literary .commend a {
	color: #333;
}

/*後續發展*/
.pd_list img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.pd_list .p_title {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 615px;
	height: 60px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cr_icon {
	background-image: url(../img/circle02.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 34px;
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	line-height: 18px;
}
.pd_list .p_title .cr_icon {
	float: right;
}
.pd_list .ic_ad {
	width: 615px;
	text-align: center;
	float: left;
	height: 30px;
}
.pd_list .ic_ad img {
	float: right;
}
.distance .pd_list {
	padding-bottom: 5px;
	float: left;
	padding-top: 15px;
}

/*百分比條*/
.pc1 {
	background-color: #3FA9F5;
	height: 5px;
}
.pc2 {
	background-color: #666;
	height: 5px;
}
.distance .FormList tr td a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.distance .vct img {
	vertical-align: sub;
	margin-left: 20px;
	margin-right: 5px;
}
.content_Detail .distance .vct {
	font-size: 14px;
	margin-bottom: 20px;
}
.distance .vct .more {
	float: right;
}
.distance .vct .more a {
	color: #333;
}
.FormList tr .rt03 .p_on {
	background-color: #3FA9F5;
	color: #FFF;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.FormList tr .rt03 .p_end {
	font-size: 10px;
	background-color: #666666;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}




.distance .FormList tr td a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #999;
}
.content_Detail .w_right table tr td .commend a {
	color: #000;
}
.content_Detail .w_right .salink a {
	color: #3CF;
}
.s_top .caption02_icon {
	background-image: url(../img/circle02.png);
	font-size: 19px;
	color: #FFF;
	height: 30px;
	width: 38px;
	float: left;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
}
.content_Detail .distance .s_top .caption02 {
	width: 250px;
	float: left;
}

.content_Detail .w_left div .hrry {
	float: left;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-size: 16px;
	line-height: 30px;
}
.hrrys .hrry1 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-right: 20px;
}
.hrrys {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.hrrys .h_l {
	font-size: 14px;
	font-weight: bold;
	float: left;
	border: 1px solid #666;
	background-color: #DEDEDE;
}
.hrrys .h_r {
	font-size: 14px;
	float: right;
	font-weight: bold;
	background-color: #DEDEDE;
	border: 1px solid #666;
}
.hrrys .h_l a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 10px;
}
.hrrys .h_l a:hover {
	background-color: #FCC;
}
.hrrys .h_r a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 10px;
}
.hrrys .h_r a:hover {
	background-color: #FCC;
}
/*點子徵求*/
.id_list img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.id_list .p_title {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 580px;
	height: 90px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cr_icon4 {
	background-image: url(../img/circle03_2.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 34px;
	font-size: 16px;
	color: #FFF;
	padding-top: 18px;
	padding-right: 13px;
	padding-bottom: 18px;
	padding-left: 13px;
	line-height: 18px;
	float: left;
	margin-right: 20px;
}
.id_list .p_title .cr_icon {
	float: right;
}
.id_list .ic_ad {
	width: 615px;
	text-align: center;
	float: left;
	height: 30px;
}
.id_list .ic_ad img {
	float: right;
}
.distance .id_list {
	padding-bottom: 5px;
	float: left;
	padding-top: 15px;
	width: 730px;
}
.ideasolicit_icon {
	background-image: url(../img/circle03_2.png);
	background-repeat: repeat;
	color: #FFF;
	float: left;
	height: 30px;
	width: 38px;
	margin-right: 20px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 19px;
}
.id_list .id_img {
	float: left;
	width: 150px;
	font-size: 18px;
}
.id_list .id_img img {
	height: 120px;
	width: 120px;
}
.id_list .p_title .drff {
	float: right;
	width: 100px;
	margin-top: 30px;
}
.distance .request {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	margin-left: 15px;
	margin-top: 30px;
}
.txt08 {
	font-weight: bold;
	color: #999;
	font-size: 16px;
	padding-left: 20px;
}
.link_icon img {
	text-align: right;
	float: right;
}
.link_icon a img {
	padding: 5px;
	height: 30px;
	width: 30px;
	text-align: right;
}
/*banner更新*/
.content_center_banner {
	float: right;
	font-size: 18px;
	margin-top: 20px;
	color: #FFF;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	width: 250px;
}
.content_left_banner {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 80px;
}
.content_Detail .menu_my #navi2 {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content_Detail .menu_interaction #navi2 {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content_Detail .menu_library #navi2 {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content_Detail .menu_market #navi2 {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content_Detail .menu_bank #navi2 {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.br_btn {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.menu_choose_my ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_choose_interaction ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_choose_library ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_choose_market ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_choose_bank ul {
	padding: 0px;
	margin-top: 10px;

	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.kjh01{
	color: #999999;
	padding-right: 10px;
}
.menu_my .fffd {
	float: left;
	font-size: 12px;
	padding: 10px;
}
.content_Detail .fffd01 {
	background-color: #8CC63F;
	float: left;
	width: 930px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.csf_btn {
	color: #FFF;
	background-color: #000;
	background-image: url(../img/babg.jpg);
	background-repeat: repeat;
	border: 1px solid #000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
}
 .menu_interaction #navi2 .ond a {
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 40px;
	background-image: url(../img/right_shap_06.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.distance .explain ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.distance .explain .kiop li {
	list-style-type: disc;
}
/*登入*/

.login {
	float: right;
	height: 60px;
	width: 250px;
	margin-top: -50px;
	margin-right: 550px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
.main .login .lo01 {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 5px;
	padding-right: 5px;
	height: 60px;
}
.main .login .lo02 {
	float: left;
	width: 55px;
}
.main .login .lo02 a {
	line-height: 30px;
}
.main .login2 div img {
	float: left;
	margin-right: 10px;
	height: 70px;
	width: 70px;
}

/*登入後*/

.login2 {
	float: right;
	height: 60px;
	width: 230px;
	margin-top: -50px;
	margin-right: 550px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	line-height: 23px;
}
.tgg01{
	color: #FF0;
}.main .content_right_forum .content_Detail .tileas .tilea li .title_4 a {
	color: #000;
}
.content_Detail .FormList tr .no ol .hio {
	list-style-type: none;
}
.hio {
	padding-left: 20px;
	list-style-type: none;
}
.radios {
	margin: 0px;
	padding: 0px;
}
.radios tr td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.radios #form1 img {
	vertical-align: top;
}
.address-zone {
	float: left;
	width: 500px;
}
.kiop textarea {
	line-height: 28px;
}
.i_ideal_right5 {
	background-color: #F2F2F2;
	padding: 20px;
	color: #000;
}
.i_ideal_right5 .formsent .txt04 {
	font-size: 20px;
	color: #666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: center;
	font-weight: bold;
}

.i_ideal_right5 .formsent .txt0n1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.i_ideal_right5 .formsent .sent {
	float: right;
	margin: 20px;
}
.i_ideal_right5 .formsent .sent2 {
	text-align: center;
}
.center_btn {
	text-align: center;
	float: left;
	width: 100%;
}
.csf_btn2 {
	color: #FFF;
	background-color: #E76927;
	background-repeat: repeat;
	border: 1px solid #E76927;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}
.csf_btn3 {
	color: #FFF;
	background-color: #666666;
	background-repeat: repeat;
	border: 1px solid #666666;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}

.about_text{
	float:left;
	width:750px;
	height:auto;
	color:#000;
	font-size:13px;
	line-height:20px;
	}
.about_but{
	float:left;
	width:750px;
	height:30px;
	text-align:center;
	margin:20px 0;
	}