@charset "utf-8";

/********************************/
/* reset style */
/********************************/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: nomal;
	font-style: normal;
	text-decolation: none;
}

/********************************/
/* body */
/********************************/

body {
	margin : 0px auto;
	width : 750px;
	color: #555555;
	font-size : 75%;/* IE */
	line-height : 20px;
	background-color: #ffffff; 
	background-image: url();
}

html>/**/body {
	font-size: 12px; /* Except IE */
}

/********************************/
/* link */
/********************************/

a:link { color:#336699; text-decoration:none;}
a:visited { color:#336699; text-decoration:none;}
a:hover { color:#336699; text-decoration: underline;}

.side a:link { color:#777777; text-decoration:none;}
.side a:visited { color:#777777; text-decoration:none;}
.side a:hover { color:#FF6666; text-decoration: none;}

/********************************/
/* container */
/********************************/

.container{
	width: 750px;
	letter-spacing: 0px;
}

ul {
	margin: 0px 0px 0px 15px;
}

dl {
	margin: 0px 0px 0px 5px;
}

.counter {
	display: none
}

/********************************/
/* side */
/********************************/

.side{
	width: 145px
	font-family: sans-serif;
	float: left;
	margin: 0px 15px 0px 0px;
}

.side h2{
	color: #336699;
	font-weight: bold;
}

.side h2,h3{
	font-size: 13px;
	letter-spacing: 0px;
	padding: 0px 0px 8px 5px;
}

.side_bar {
	padding: 10px 0px;
}


/********************************/
/* main */
/********************************/

.main {
	width: 580px;
	float: right;
	margin: 20px 5px;
}

.main_left{
	float: left;
	padding: 0px 0px 20px 0px;
}

.main_right{
	float: right;
	padding: 0px 0px 20px 0px;
}

.main h1{
	margin: 0px 0px 15px 0px;
}

.main h2{
	color: #666699;
	font-weight: bold;
}

.main p {
	text-align: justify;	
	text-justify: distribute;
	margin: 0px 0px 10px 5px;
}

.main_01 {
	margin: 0px 0px 30px 0px;
}

.main_02 {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	padding: 20px 0px 0px 0px;
}

/********************************/
/* top */
/********************************/

.top_message{
	margin: 60px 0px 0px 10px;
}

.top_container_newsevent{
	width: 200px;
	margin: 15px 10px 0px 0px;	
}

.top_container img{
	margin: 5px 0px 0px 5px;
}

.top_container dl{
	margin: 7px;
	background-color:#EEEEEE;	
}

.top_container dt{
	margin: 5px 0px 0px 5px;
}


.top_container dd{
	margin: 0px 5px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.news_other {
	text-align: right;
}
	
/********************************/
/* about */
/********************************/

.stuff {
	margin: 0px 10px;
}

.table_01_left {
	width: 100px;
	background-color: #CCCCE0;
	color: #000066;
	padding: 10px 0px 10px 5px;
}
	
.table_01_right {
	width: 470px;
	background-color: #EDEFF0;
	padding: 0px 0px 0px 10px;
}

.table_02_left {
	width: 120px;
	vertical-align: top;
	letter-spacing: 1px;
	padding: 5px 13px;
}

.table_02_right {
	width: 460px;
	vertical-align: top;
	letter-spacing: 1px;
	padding: 5px 0px;
}

.profile {
	width: 460px;
	margin: 20px;
}

.profile h2 {
	color: #666699;
	margin: 10px 0px;
}

.profile form {
	margin: 30px 0px 20px 350px;
}

/********************************/
/* Technology  Products */
/********************************/

.main_left_tech_01{
	width: 345px;
	float: left;
	padding: 0px 15px 0px 0px; 
}

.main_right_tech_01{
	width: 220px;
	float: right;
}

.tech_02 {
	width: 560px;	
	clear: both;
	margin: 20px 0px;
}

.eco p {
	width: 470px;
}

.pro_03 {
	width: 375px;
	padding: 0px 0px 0px 20px;
}

.tech03_p{
	width: 300px;
}

/********************************/
/* Support */
/********************************/

.support01{
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	padding: 20px 0px 0px 0px;
}

.support01 dt{
	background-color: #CCCCCC;
	font-weight: bold;
}

.support01 dd{
	margin: 20px 0 30px 0;
}

.attention {
	color: #FF6666;
}

.support_contact td {
	padding: 5px;
}

.info_left {
	width: 130px;
	background-color: #EEEEEE;
}

/********************************/
/* Release */
/********************************/

.main_release {
	padding: 20px 0px 0px 20px;
}

.main_release dt {
	font-size: 12px;
}

.main_release dd {
	margin: 0px 0px 20px 0px
}

.release_account dd{
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

/********************************/
/* other */
/********************************/

.terms {
	margin: 30px 0px 0px 100px;
}

.terms02 {
	margin: 0px 10px;
}

.terms02 p {
	text-align: justify;	
	text-justify: distribute;
	margin: 0px 0px 15px 0px;
}

.terms02 h1{
	margin: 0px 0px 15px 0px;
}

.terms02 h2{
	color: #666699;
	font-weight: bold;
}

.terms03 {
	width: 320px;
}

.sitemap {
	margin: 20px 0px;
}

/********************************/
/* footer */
/********************************/

.footer {
	clear : both;
	width : 750px;
	background-color:#ffffff;
	background-image:url(); 
	background-repeat : repeat-y;
}

.footer img {
	vertical-align:bottom;
}

.footerUL {
	margin : 0px;
	padding: 0px;
}

.footerUL li {
	float : left;
	list-style:none;
}