﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: MyCustomFont;
    /*unicode-range: U+0000-U007F;*/
    src: local(Arial), local("Times New Roman"), local(Helvetica);
}

@font-face {
    font-family: MyCustomFont;
    unicode-range: U+4E00-62FF, U+6300-77FF, U+7800-8CFF, U+8D00-9FCC, U+3400-4DB5, U+20000-215FF, U+21600-230FF, U+23100-245FF, U+24600-260FF, U+26100-275FF, U+27600-290FF, U+29100-2A6DF, U+2A700-2B734, U+2B740-2B81D;
    src: local("Microsoft JhengHei"), local("Microsoft YaHei"), local("Heiti TC"), local(Helvetica);
}

/* Latin characters*/
@font-face {
    font-family: MyCustomFont; /* 同樣的font-family */
    unicode-range: U+00-024F; /* Latin, Latin1 Sup., Ext-A, Ext-B */
    src: local(Arial), /* Other OS */
    local(Helvetica); /* OS X preferred */
}

/*日文假名專用*/
@font-face {
    font-family: MyCustomFont; /* 同樣的font-family */
    unicode-range: U+3040-30FF; /* Hiragana, Katakana */
    src: local("Hiragino Kaku Gothic Pro"), /* OS X */
    local("Meiryo UI"),
    local(Meiryo); /* Windows Vista+ */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"MyCustomFont";
}
header{
	border-top:8px solid #0c114e;
}
nav{
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height:59px;	
	box-shadow:4px 4px 16px rgba(20%,20%,40%,0.1);
}
.wrap{
	width:1000px;
	margin:0 auto;
}
.thrwrap{
	width: 1370px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.wrap ul{
	margin:0;
	padding:0;
}
.wrap ul li{
	/*float: left;*/
	list-style: none;
	position: relative;
}
nav .wrap ul li{
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
	font-family: "MyCustomFont";
}
nav .wrap ul li:hover img{
	opacity:0.5;
}
nav .wrap ul li:hover .dropdown{
	opacity:1 ;
	display:block;
	width: 195px;
}
.dropdown{
	position:absolute;
	background-color:#fff;
	border:5px solid #ddd;
	padding:20px;
	top:59px;
	z-index:9999;
	display:none;
	
}
.dropdown{
	position:absolute;
	background-color:#fff;
	border:5px solid #ddd;
	padding:20px;
	top:59px;
	z-index:9999;
	display:none;
	
}
.dropdown ul{
	padding:0;
	margin:0;
	display:inline;
	float:left;
	margin-bottom:20px;
}
.dropdown ul li{
	display:inline-block;
	float:none;
	width:100%;
}
.dropdown ul li a:link, .dropdown ul li a:visited{
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:20px;
	letter-spacing:0.05em;
	text-decoration:none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	padding-left:15px;
	padding-bottom:15px;
}
.dropdown ul li a:hover, .dropdown ul li a:active{
	color:#ca0043;
}
.dropdown ul li.title{
	font-size:17px;
	font-weight:bold;
	color:#151b62;
	line-height:22px;
	letter-spacing:0.05em;
	margin-bottom:20px;
	border-left:5px solid #151b62;
	padding-left:10px;
}
.logo{
	float:left;
	margin-right:15px;
}
.search{
	width: 247px;
	height: 31px;
	-moz-border-radius: 100px / 90px;
	-webkit-border-radius: 100px / 90px;
	border-radius: 100px / 90px;
	float:left;
	border:1px solid #cccccc;
	margin-top:30px;	
}
#search_text{
	border-style:none;
	margin-left:15px;
	width:180px;
	float:left;
	height:29px;
	outline:none;
	line-height:29px;
	font-family:"MyCustomFont";
	font-size:14px;
	color:#cccccc;
}
.search a{
	float:right;
	padding-right:15px;
}
.language{
	float:left;
	margin-left:8px;
	margin-top:30px;
}
.ch{
	float:left;
}

.en{
	float:left;
	margin-left:6px;
}
.fadein {
	opacity: 0.3;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
}

.fadein:hover {
	opacity: 1;
}
.fadeout {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
}

.fadeout:hover {
	opacity: 0.5;
}
.slideshow{
	background-color: #0e1450;
	background-image: url(../images/slideshow_bg.jpg);
	background-repeat: no-repeat;
	height: 314px;
	width: 100%;
	background-position: center;
	padding-top:9px;
	overflow:hidden;
}
.main{
	margin-top:28px;
	margin-bottom:20px;
}
.left{
	float:left;
	margin-right:12px;	
}
.left_column{
	width: 707px;
	border: 1px solid #e3e4e8;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.left_column>ul{
	margin-bottom: 30px;
}
.left_column>ul>li{
	float: none;
	font-weight: 600;
}
.main .wrap .left .left_column ul li {
	line-height: 35px;
	font-size: 14px;
	margin-left: 10px;
}
.left_column p{
	line-height: 35px;
	font-size: 14px;
	margin-left: 10px;
}
.main .wrap .left .left_column #missimg {
	margin-top: 20px;
}

.left_column p span.title{
	color:#151b62;
	font-size: 25px;
	float:none;
}
.leftmenu{
	float:left;
	margin-right:12px;
}

.leftmenu>.menu{
	/*height: 544px;*/
	width: 265px;
	border: 1px solid #e3e4e8;
	border-bottom-color: transparent;
}
.leftmenu>.menu>ul{
	margin: 0;
	padding: 0;
}
.leftmenu>.menu>ul>li{
	list-style: none;
	height: 49px;
	line-height: 48px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e4e8;
}
.leftmenu>.menu>ul>li>a{
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: 600;
}
.leftmenu>.menu>ul>li.on>a{
	background: #e5e8ff;
}
.leftmenu .menu ul li a:hover{
	background: #e5e8ff;
}
.leftmenu .menu ul li.off a:hover{
	background: #fff;
}
.leftmenu .menu ul li img{
	float: left;
}
.center_column{
	width: 771px;
	margin-bottom: 49px;
}
.center_column img{
	display: block;
}
.center_column ul{
	margin: 0;
	padding: 0;
}
.center_column ul li{
	/*list-style-type: none;*/
    
	line-height: 49px;
}
.main .thrwrap .left .content .center_column ul li img {
	float: left;
	margin-top: 17px;
}

.right{
	float:left;
}
.right_column{
	width:247px;
	border:1px solid #e3e4e8;
	background-color:#fff;
	margin-bottom:12px;
}
.right_column ul{
	padding:0px;
	margin:0px;
}
.right_column ul li{
	height:51px;
	border-bottom:1px solid #e3e5e9;
	list-style:none;
	width:247px;
	line-height:51px;
	font-family:"MyCustomFont";
	color:#3f3f3f;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.right_column ul li a:link{
	list-style:none;
	color:#3f3f3f;
}
.right_column ul li a:visited{
	list-style:none;
	color:#3f3f3f;
}
.right_column ul li:hover{
	background-color:#f5f5f5;
}
.right_column ul li:last-child{
	border-bottom:none;
}
.product_intro{
	width: 305px;
	margin: 0 auto;
}
.product_intro ul{
	margin: 0;
	padding: 0px 0px 10px 0px;
}
.product_intro ul li{
	list-style-type: none;
	line-height: 23px;
	position: relative;
	
}

.product_intro ul li:nth-child(2):before, 
.product_intro ul li:nth-child(3):before, 
.product_intro ul li:nth-child(4):before, 
.product_intro ul li:nth-child(5):before{
	content: "●";
	font-size: 10px;
	position: absolute;
	left: 0;
}
.product_intro ul li:nth-child(2), 
.product_intro ul li:nth-child(3), 
.product_intro ul li:nth-child(4), 
.product_intro ul li:nth-child(5){
	padding-left: 15px;
	font-size: 14px;
}

.product_intro ul li:nth-child(1){
	font-weight: 600;
	line-height: 28px;
}


.contentbox{
	width: 745px;
	background: #f3f3f3;
	padding: 12px 13px 14px 13px;
}
.centerbox .imgbox{
	width: 716px;
	height: 203px;
	border-bottom: 1px solid #a0a0a0;
	margin: auto;
	padding-left: 26px;
	font-size: 0;
}
.centerbox{
	background: url(../images/news_shadow.jpg) center bottom no-repeat;
	margin-bottom: 57px;
}

.product img{
	display: block;
}
.product .imgbox{
	width: 665px;
	margin: 41px auto 0px;
	padding: 0 0 34px 3px;
	border-bottom: 1px solid #a0a0a0;
}
.product .imgbox img{
	margin-right: 30px;
}
.product .imgbox p{
	width: 356px;
	line-height: 21px;
}
.product .imgbox p .title{
	font-size: 20px;
}
.product .imgbox p .series{
	font-size: 14px;
}
.imgbox{
	font-size: 0;
}
.imgbox:before{
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.imgbox img{
	margin-right: 17px;
	display: inline-block;
	vertical-align: middle;
}
.imgbox p{
	width: 397px;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.imgbox>p>span.title{
	font-size: 18px;
	line-height: inherit;
	color: #000;
}
.product{
	width: 735px;
	margin: 0px auto 28px;
	border: 1px solid #e1e3e7;
}
.contactbox{
	padding-top: 103px;
}
.contact{
	width: 381px;
	height: 705px;
	margin-right: 46px;
	margin-bottom: 67px;
	background-image: url(../images/contact_img_en.jpg);
}
.contact a{
	color:#fff;
	text-decoration: none;
}
.contact img{
	display: block;
	margin: 26px auto 50px;
	padding: 55px 0px;
	border-bottom: 1px solid #909eca;
}
.contactbox ul{
	float: left;
	margin-top: 54px;
	margin-bottom: 106px;
}
.contactbox ul li{
	float: none;
	text-align: left;
}
.contactbox ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	line-height: 76px;
}
.contactbox ul li img{
	float: left;
}
.contactbox form{
	float: left;
	text-align: left;
	font-size: 16px;
	color: #102772;
	margin-bottom: 20px;
}
.contactbox form input, select{
	width: 100%;
	height: 38px;
	background: #f6f6f6;
	border: 1px solid #58689d;
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: "MyCustomFont";
	font-size: 16px;
	color: #102772;
}
.contactbox form select{
	width: 585px;
}
textarea{
	width: 100%;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 18px;
	background: #f6f6f6;
	margin-bottom: 0px;
}
input[type*=submit]{
	width: 232px !important;
	height: 63px !important;
	background: #132b77 !important;
	color: #fff !important;
	font-size: 20px !important;
	padding:0 !important;
	float: right;
	margin-top: 13px;
}
.contact_info{
	text-align: left;
	padding-left: 40px;
	color: #fff;
	font-size: 19px;
}
.fleft{
	float:left;
}
.titlebar{
	height:56px;
	border-bottom:1px solid #e3e4e8;
	box-shadow:0px 10px 20px -10px rgba(20%,20%,40%,0.1);
	margin-bottom:17px;
}
.title{
	float:left;
	line-height:56px;
	font-size:16px;
	font-family:"MyCustomFont";
	color:#151b62;
	font-weight: bold;
	letter-spacing:0.1em;
}
.more{
	float:right;
}
.newsbar{
	display:inline-block;
	padding-left:5px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.newsbar:hover, .newsbar:active{
	background-color:#f6f6f6;
	width:100%;
	height:40px;
}
.newsbar a:link, newsbar a:visited{
	text-decoration:none;
	width:100%;
	height:40px;
}
.newsbar a:hover, newsbar a:active{
	text-decoration:none;
}
.date{
	line-height:40px;
	font-family:"MyCustomFont";
	font-size:14px;
	color:#8c9ab4;
	letter-spacing:0.1em;
	margin-right:10px;
	float:left;
	font-weight:bold;
}
.newscon{
	line-height:40px;
	font-family:"MyCustomFont";
	font-size:14px;
	color:#3f3f3f;
	letter-spacing:0.1em;
	margin-right:10px;
	float:left;
	font-weight:bold;
	width:550px;
	overflow:hidden;
}
.skype_column{
	width:229px;
	height:229px;
	background-color:#4e6080;
	border:2px solid #fff;
	margin:0 auto;
}
.skype_bg{
	background-image: url(../images/skype_bg.jpg);
	background-repeat: no-repeat;
	width:229px;
	height:142px;
}
.skype_bg_en{
	background-image: url(../images/skype_bg_en.jpg);
	background-repeat: no-repeat;
	width:229px;
	height:142px;
}
#SkypeButton_Call_yuan2416_1{
	position: absolute;
	top:-27px;
	right:96px;	
	
}
#SkypeButton_Call_yuan2416_2{
	position: absolute;
	top:46px;
	right:105px;	
}
.leftbox{
	width: 381px;
	float: left;
	margin-right:39px;
}
.rightbox{
	width: 573px;
	float: left;
}
footer{
	border-top: 3px solid #151b62;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-size:100% 100%;
}
.footer{
	padding-top:38px;
	padding-bottom:38px;
	width:1000px;

}
.f_column{
	float:left;
}
.f_menu ul{
	padding:0px;
	margin:0px;
}
.f_menu ul li{
	list-style:none;
	float:none;
	font-family:"MyCustomFont";
	font-size:16px;
	padding-bottom:20px;
	color:#151b62;
	letter-spacing:0.1em;
	font-weight:bold;
}

.f_menu ul li a:link, .f_menu ul li a:visited{
	color:#151b62;
	text-decoration:none;
	transition-property:color;
	transition-duration:0.5s;	
	-moz-transition-property:color;
	-moz-transition-duration:0.5s;
	-ms-transition-property:color;
	-ms-transition-duration:0.5s;
	-o-transition-property:color;
	-o-transition-duration:0.5s;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.5s;
}
.f_menu ul li a:hover, .f_menu ul li a:active{
	color:#ca0044;
	text-decoration:none;	
}
.f_submenu ul{
	padding:0px;
	margin:0px;
}
.f_submenu ul li{
	list-style:none;
	float:none;
	font-family:"MyCustomFont";
	font-size:14px;
	color:#3f3f3f;
	padding-bottom:15px;
	letter-spacing:0.1em;
	font-weight:bold;
}
.f_submenu ul li a:link, .f_submenu ul li a:visited{
	color:#3f3f3f;
	text-decoration:none;
	transition-property:color;
	transition-duration:0.5s;
	-moz-transition-property:color;
	-moz-transition-duration:0.5s;
	-ms-transition-property:color;
	-ms-transition-duration:0.5s;
	-o-transition-property:color;
	-o-transition-duration:0.5s;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.5s;
}
.f_submenu ul li a:hover{
	color:#ca0044;
}
.f_info{
	line-height:26px;
	font-family:"MyCustomFont";
	font-size:14px;
	color:#151b62;
	letter-spacing:0.05em;
	font-weight:bold;
}
.copyright{
	width:100%;
	height:37px;
	background-color:#151b62;
	text-align:center;
	line-height:37px;
	font-family:"MyCustomFont";
	font-size:13px;
	color:#fff;
	letter-spacing:0.1em;
	font-weight:bold;
	
}
/*首頁上方大slideshow banner */
.banner{
	width: 980px;
	height: 284px;
	position: relative;
	overflow: hidden; 
	border:10px solid #fff;
	margin:0;
}
.banner-btn{
	display:none;
}
.banner-btn a{
	display:block;
	line-height:36px;
	position:absolute;
	top:130px;
	width:36px;
	height:36px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color:#000;
	opacity:0.3;
	filter:alpha(opacity=30) color:rgb(256, 256, 256);
	overflow:hidden;
	z-index:4;
}

.prevBtn{
	left:10px;
}
.nextBtn{
	right:10px;
}
.banner-img{
	padding:0px;
	margin:0px;
	
	position:relative;
}
.banner-img li{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
.banner i{
	width: 36px;
	height: 19px;
	cursor: pointer;
	margin: 8px 0 0 12px;
	display: block;
	background-image: url(../images/slideshow_btn.png);
	background-repeat: no-repeat;
}
.banner .nextBtn i{
	background-position:-22px 0px;
}
.banner .prevBtn i{
	background-position:-2px 0px;
}

.banner-circle{
	position:absolute;
	left:50%;
	bottom:15px;
	height:13px;
	text-align:center;
	font-size:0;
}
.banner-circle li{
	border-radius:10px;
	margin:2px;
	display:inline-block;
	display:-moz-inline-stack;
	vertical-align:middle;
	zoom:1;
}
.banner-circle li a{
	display:block;
	padding-top:9px;
	width:9px;
	height:0;
	border-radius:50%;
	background:#ffffff;
	opacity:0.8;
	overflow:hidden;
	box-shadow:2px 2px 5px -2px rgba(20%,20%,40%,0.8);
}
.banner-circle .selected a{
	background:#697ea0;
}
/*首頁下方多格 slideshow */



.run {
	position: relative; 
	height: 226px;
	width:706px;

	
}
.runlf {
	z-index: 100; 
	left: 0px; 
	width: 30px; 
	position: absolute; 
	top: 96px; 
	height: 34px;
	opacity:0.3;
}
.runrg {
	z-index: 100;
	right: 0px;
	width: 30px; 
	position: absolute; 
	top: 96px; 
	height: 34px;
	opacity:0.3;
}
.runlf:hover,.runlf:active,.runrg:hover,.runrg:active {
	opacity:1;
}
.runlf img {
}
.runrg img {
}
#gdq {
	margin-left:50px;
	overflow: hidden; 
	width: 606px; 
	position: absolute;
}
#gdq div {
	width: 50000px
}
#gdq ul{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	
}
#gdq ul li {
	float:left;
	width: 606px;
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}
#gdq dl {
	float:left;
	width:303px;
	height:226px;
	position:relative;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
}
#gdq dt {
	margin: 0px auto;
	overflow: hidden; 
	width: 303px;
	height:167px;
	padding:0px;
	border:0px;
}
#gdq img {
	vertical-align:bottom; 
	width: 303px;
	height:167px;

}
#gdq dd {
	font-size: 15px;
	overflow:hidden; 
	width: 303px;
	color: #151b62;
	line-height: 20px;
	font-family:"MyCustomFont";
	font-weight:bold;
	position: absolute;  
	text-align: center;
	margin:0px;
	padding:0px;
	border:0px;

}
#gdq dd a:link {
	color: #151b62;
	font-size:15px;
	text-decoration:none;
	letter-spacing:0em;
}
#gdq dd a:visited {
	color: #151b62;
	text-decoration:none;
}
#gdq dd a:hover {
	color: #151b62;
	text-decoration:none;
}
#gdq dd a:active {
	color: #151b62;
	text-decoration:none;
}
#gdq UL li {
	float: left; 
	width: 606px
}
.g12{
	color:#a3a8ae;
	font-size:12px;

}
#gdq2 {
	margin-left:50px;
	overflow: hidden; 
	width: 606px; 
	position: absolute;
}
#gdq2 div {
	width: 50000px
}
#gdq2 ul{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	
}
#gdq2 ul li {
	float:left;
	width: 606px;
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}
#gdq2 dl {
	float:left;
	width:303px;
	height:226px;
	position:relative;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
}
#gdq2 dt {
	margin: 0px auto;
	overflow: hidden; 
	width: 303px;
	height:167px;
	padding:0px;
	border:0px;
}
#gdq2 img {
	vertical-align:bottom; 
	width: 303px;
	height:167px;

}
#gdq2 dd {
	font-size: 15px;
	overflow:hidden; 
	width: 303px;
	color: #151b62;
	line-height: 20px;
	font-family:"MyCustomFont";
	font-weight:bold;
	position: absolute;  
	text-align: center;
	margin:0px;
	padding:0px;
	border:0px;

}
#gdq2 dd a:link {
	color: #151b62;
	font-size:15px;
	text-decoration:none;
	letter-spacing:0em;
}
#gdq2 dd a:visited {
	color: #151b62;
	text-decoration:none;
}
#gdq2 dd a:hover {
	color: #151b62;
	text-decoration:none;
}
#gdq2 dd a:active {
	color: #151b62;
	text-decoration:none;
}
#gdq2 UL li {
	float: left; 
	width: 606px
}
.main .wrap .left .left_column ul li {
	color: #151b62;
}
.main .wrap .left .left_column ul li p {
	font-size: 10px;
}
.main .wrap .left .left_column ul li p {
	color: #000000;
	font-size: 14px;
}
.main .thrwrap .leftmenu .menu ul #semi {
	height: 57px;
	line-height: 28px;
}
.main .thrwrap .leftmenu .menu ul #saws {
	height: 55px;
}
sawa {
	line-height: 28px;
}
saws {
	line-height: 28px;
}
.main .wrap .leftmenu .menu ul li {
	line-height: 49px;
}
.main .wrap .leftmenu .menu ul li a {
	line-height: 49px;
}
production {
	line-height: 28px;
}
.main .wrap .leftmenu .menu ul li {
	height: 49px;
}
production {
	line-height: 29px;
	height: 29px;
}
.main .wrap .leftmenu .menu ul li #prod {
	line-height: 39px;
	height: 39px;
}
.main .wrap .leftmenu .menu ul li a #www {
	line-height: 29px;
}
.main .wrap .leftmenu .menu ul li #www {
	line-height: 29px;
}
.main .wrap .leftmenu .menu ul li {
	height: 49px;
}
.main .wrap .leftmenu .menu ul .on #sss {
	line-height: 29px;
}
.main .wrap .leftmenu .menu ul .on {
	height: 49px;
}
.main .wrap .leftmenu .menu ul li {
	height: 49px;
}
.main .wrap .leftmenu .menu ul li #eee {
	line-height: 29px;
}
.main .wrap .leftmenu .menu ul li {
	height: 49px;
}
.main .wrap .leftmenu .menu #prod li {
	height: 52px;
}
.main .wrap .left .left_column #phimg {
	margin-top: 20px;
}
.main .wrap .left .left_column #hisimg {
	margin-top: 20px;
}

.left_main08 {
    font-family: "MyCustomFont";
    font-size: 8pt;
    margin-left: 8px;
    vertical-align: middle;
}

.left_main10 {
    font-family: "MyCustomFont";
    font-size: 10pt;
    margin-left: 10px;
    vertical-align: middle;
}

.left_main12 {
    font-family: "MyCustomFont";
    font-size: 12pt;
    margin-left: 12px;
    vertical-align: middle;
}

.left_main14 {
    font-family: "MyCustomFont";
    font-size: 14pt;
    margin-left: 14px;
    vertical-align: middle;
}

.right_main08 {
    font-family: "MyCustomFont";
    font-size: 8pt;
    margin-right: 8px;
    vertical-align: middle;
}

.right_main10 {
    font-family: "MyCustomFont";
    font-size: 10pt;
    margin-right: 10px;
    vertical-align: middle;
}

.right_main12 {
    font-family: "MyCustomFont";
    font-size: 12pt;
    margin-right: 12px;
    vertical-align: middle;
}

.right_main14 {
    font-family: "MyCustomFont";
    font-size: 14pt;
    margin-right: 14px;
    vertical-align: middle;
}

.left_bold08 {
    font-family: "MyCustomFont";
    font-size: 8pt;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: bold;
}

.left_bold10 {
    font-family: "MyCustomFont";
    font-size: 10pt;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.left_blod12 {
    font-family: "MyCustomFont";
    font-size: 12pt;
    margin-left: 12px;
    vertical-align: middle;
    font-weight: bold;
}

.left_bold12 {
    font-family: "MyCustomFont";
    font-size: 12pt;
    margin-left: 12px;
    vertical-align: middle;
    font-weight: bold;
}

.left_blod14 {
    font-family: "MyCustomFont";
    font-size: 14pt;
    margin-left: 14px;
    vertical-align: middle;
    font-weight: bold;
}

.left_bold14 {
    font-family: "MyCustomFont";
    font-size: 14pt;
    margin-left: 14px;
    vertical-align: middle;
    font-weight: bold;
}

.left_bold16 {
    font-family: "MyCustomFont";
    font-size: 16pt;
    margin-left: 16px;
    vertical-align: middle;
    font-weight: bold;
}

.left_bold20 {
    font-family: "MyCustomFont";
    font-size: 20pt;
    margin-left: 20px;
    vertical-align: middle;
    font-weight: bold;
}

.main16 {
    font-family: "MyCustomFont";
    font-size: 16pt;
    vertical-align: middle;
}

.main14 {
    font-family: "MyCustomFont";
    font-size: 14pt;
    vertical-align: middle;
}

.main12 {
    font-family: "MyCustomFont";
    font-size: 12pt;
    vertical-align: middle;
}

.main10 {
    font-family: "MyCustomFont";
    font-size: 10pt;
    vertical-align: middle;
}

.main08 {
    font-family: "MyCustomFont";
    font-size: 8pt;
    vertical-align: middle;
}

.bold20 {
    font-family: "MyCustomFont";
    font-size: 20pt;
    vertical-align: middle;
    font-weight: bold;
}

.bold18 {
    font-family: "MyCustomFont";
    font-size: 18pt;
    vertical-align: middle;
    font-weight: bold;
}

.bold16 {
    font-family: "MyCustomFont";
    font-size: 16pt;
    vertical-align: middle;
    font-weight: bold;
}

.bold14 {
    font-family: "MyCustomFont";
    font-size: 14pt;
    font-weight: bold;
    vertical-align: middle;
}

.bold12 {
    font-family: "MyCustomFont";
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
}

.bold10 {
    font-family: "MyCustomFont";
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
}

.bold08 {
    font-family: "MyCustomFont";
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
}

.news_list_title{
	text-align: center;
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
	background-color:rgba(20%,20%,20%,0.2);
	margin-right:1px;
    height: 30px;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width:thin;
    border-top-width:thin;
    border-right-width:thin;
    border-left-width:thin;
    font-weight: bold;
	}

.news_list_title a:link{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}
.news_list_title a:visited{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}
.news_list_title a:hover{
	font-family:MyCustomFont;
	font-size:14px;
	color:#ed9a2f;
	}

.news_list_pager{
	text-align: center;
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
	/*background-color:#ed9a2f;*/
	margin-right:1px;
    height: 30px;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width:thin;
    border-top-width:thin;
    border-right-width:thin;
    border-left-width:thin;
    font-weight: bold;
	}

.news_list_pager a:link{
	font-family:MyCustomFont;
	font-size:14px;
	color:#000000;
    text-decoration: none;
	}
.news_list_pager a:visited{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}
.news_list_pager a:hover{
	font-family:MyCustomFont;
	font-size:14px;
	color:#ed9a2f;
	}

.news_list_content{
	text-align: center;
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
	margin-right:1px;
	background-color:transparent;
    height: 30px;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width:thin;
    border-top-width:thin;
    border-right-width:thin;
    border-left-width:thin;
	}
.news_list_content a:hover{
	text-align: center;
	font-family:MyCustomFont;
	font-size:14px;
	color:#ed9a2f;
	margin-right:1px;
	background-color:#f7b52d;
	}
.news_list_content a:visited{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}
.news_list_content a:link{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}

.news_list_content_left{
	text-align: left;
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
	margin-right:1px;
	background-color:transparent;
    height: 30px;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width:thin;
    border-top-width:thin;
    border-right-width:thin;
    border-left-width:thin;
    padding-left:15px;
	}
.news_list_content_left a:hover{
	text-align: center;
	font-family:MyCustomFont;
	font-size:14px;
	color:#ed9a2f;
	margin-right:1px;
	background-color:#dedede;
	}
.news_list_content_left a:visited{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}
.news_list_content_left a:link{
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
    text-decoration: none;
	}

.news_list_content_right{
	text-align: right;
	font-family:MyCustomFont;
	font-size:14px;
	color:#151b62;
	margin-right:1px;
	background-color:transparent;
    height: 30px;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width:thin;
    border-top-width:thin;
    border-right-width:thin;
    border-left-width:thin;
	}
.news_list_content_right a:hover{
	text-align: center;
	font-family:MyCustomFont;
	font-size:14px;
	color:#ed9a2f;
	margin-right:1px;
	background-color:#f7b52d;
	}
.news_list_content_right a:visited{
	font-family:MyCustomFont;
	font-size:14px;
	color:#333;
    text-decoration: none;
	}
.news_list_content_right a:link{
	font-family:MyCustomFont;
	font-size:14px;
	color:#333;
    text-decoration: none;
	}

.news_content_image
{
    margin-right:20px; 
    float:left;
}

.news_content_title
{
    float:left;
}

.news_content_date
{
    float:right; 
    padding-right:10px;
	line-height:56px;
	font-size:16px;
	font-family:"MyCustomFont";
	color:#151b62;
	font-weight: bold;
	letter-spacing:0.1em;
}

.gridview
{
	font-family:MyCustomFont;
	font-size:14px;
	color:#333;
}

.gridview table {
    position:relative; 
    right:50%;
    float:right;
}

.ntitle{
	height:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	}
.ntitle ul li{
	font-size:14px;
	font-family:MyCustomFont;
	color:#777;

	}

.nc{
	margin-top:10px;
	font-size:14px;
	font-family:MyCustomFont;
	color:#151b62;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;

	}
.nbtn{
	margin-top:20px;
	width:100%;
	}
.nbtn ul li {
	float:right;
	margin-left:10px;
	padding:4px;
	border:1px solid #777;
	font-size:14px;
	font-family:MyCustomFont;
	color:#777;
	}
.nbtn ul li:hover {
	border:1px solid #777;
	font-size:14px;
	font-family:MyCustomFont;
	color:#777;
	background-color:#bbb;
	}
.nbtn ul li a:link {
	font-size:14px;
	font-family:MyCustomFont;
	color:#777;
    text-decoration: none;
	}
.nbtn ul li a:visited {
	font-size:14px;
	font-family:MyCustomFont;
	color:#777;
    text-decoration: none;
	}
.nbtn ul li a:hover{
	font-size:14px;
	font-family:MyCustomFont;
	color:#777;
	}

