@charset "utf-8";
/* CSS Document */

body {
	background-color: #AEAEAE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.font_bottom {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
}
.font_menu {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	font-size: 12px;
	padding-right: 20px;
}
.div_menu
{
	float: left;
	cursor: pointer;
}
.div_board 
{
	margin-left: 5px;
	margin-top: 0px;
	vertical-align: top;
	margin-right: 5px;
	height: 266px;
	width: 301px;
	margin-bottom: 0px;
}

.contact_us_font_title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: "Courier New", Courier, monospace;
}
.contact_us_font_content {
	font-size: 14px;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	text-align: justify;
}
.contact_us_font_bicom {
	font-size: 18px;
	color: #06F;
	font-family: "Courier New", Courier, monospace;
}
.products_font_board_content {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.products_font_board_content_mo {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #3333FF;
	text-decoration: none;
}
.products_font_board_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.products_font_title {
	font-size: 14px;
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
.products_font_title2 {
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.products_font_content {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-align: left;
}
.products_font_notice {
	font-size: 14px;
	color: #F00;
	text-align: left;
} 
.products_font_title3 {
	font-size: 24px;
	font-style: italic;
	color: #000;
	text-align: center;
}

/* 公司動態 */
.activity_body {
	margin: 10px;
	background-color:#FFF;
}
.activity_font_title {
	font-size: 14px;
	color: #0C6;
	font-weight: bold;
	text-align:left;
}
.activity_font_content {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

