/* CSS Document */

/***** common *****/
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	background-image: url(../image/common/baseBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.left{
float:left;
}

.right{
float:right;
}

.clear{
float:none;
clear:both;
}

.clearfix{
float:none;
clear:both;
overflow:hidden;
position:relative;
display:block;
}

img {
margin:0;
padding:0;
border:none;
}

p,h1,h2,h3,h4,h5,h6,ul,ol{
margin:0;
padding:0;
font-size:100%;
}

p img{
margin:5px;
}

.margin5px{
	margin:5px;
	}
	
.margin10px{
	margin:10px;
	}
	
.margin10-auto{
	margin:10px auto;
	}

.margin5-auto{
	margin:5px auto;
	}

/***** links *****/

a{text-decoration:none;}
a:link{color:#0066FF;}
a:active,
a:visited{color:#0066FF;}
a:hover{color:#FF9900;}

/***** layout *****/

#outlineBg {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	background-image: url(../image/common/outlineBg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#outline {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#outline #header {
	height: 100px;
	width: 800px;
}
h1 {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#outline #globalNavigation ul {
	height: 40px;
	width: 800px;
	list-style-type: none;
	overflow: hidden;
}
#outline #globalNavigation li {
	float: left;
	height: 40px;
	width: 160px;
	list-style-type: none;
}
#outline #globalNavigation a {
	background-image: url(../image/common/global_navigation.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: block;
	height: 40px;
	width: 160px;
}
#outline #globalNavigation .home {
	background-position: 0px 0px;
}
#outline #globalNavigation .use {
	background-position: -160px 0px;
}
#outline #globalNavigation .system {
	background-position: -320px 0px;
}
#outline #globalNavigation .faq {
	background-position: -480px 0px;
}
#outline #globalNavigation .contact {
	background-position: -640px 0px;
}
#outline #globalNavigation .home:hover {
	background-position: 0px -40px;
}
#outline #globalNavigation .use:hover {
	background-position: -160px -40px;
}
#outline #globalNavigation .system:hover {
	background-position: -320px -40px;
}
#outline #globalNavigation .faq:hover {
	background-position: -480px -40px;
}
#outline #globalNavigation .contact:hover {
	background-position: -640px -40px;
}

#outline #footer {
	background-image: url(../image/common/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
}
#outline #textLink ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
}
#outline #textLink li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
#outline #textLink {
	background-color: #F4F4F4;
	margin-top: 10px;
	width: 800px;
	margin: 10px auto 0px auto;
}

#outline #footer h2 {
	text-indent: -999999px;
}
/*****content*****/
#outline #contentWrap .main {
	float: left;
	width: 590px;
	margin-right: 5px;
}
#outline #contentWrap {
	padding: 5px;
	width: 790px;
	overflow: auto;
}
#outline #contentWrap .main .page_title {
	width: 590px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
#outline #contentWrap .main .block_title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #F9F9F9;
}
.tableType1 {
	background-color: #CCCCCC;
}

.tableType1 th, .tableType1 td {
	background-color:#FFFFFF;
}.tableType1 th {
	background-color: #F4F4F4;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}
#outline #contentWrap .main .plate {
	background-image: url(../image/other/plate_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 570px;
	padding: 10px;
	min-height: 150px;
	margin-top: 10px;
	overflow: hidden;
}
.section_title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.simpleFrame {
	width:95%;
	padding: 10px 0;
	border: 1px solid #CCCCCC;
	margin: 10px auto;
}
.simpleFrame img {
	margin-right: 20px;
	margin-left: 20px;
}
.simpleFrame p,.simpleFrame table,.simpleFrame ul {
	margin:10px 20px;
}
.simpleFrame h4 {
	background-image: url(../image/icon/list_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	padding-bottom: 5px;
	height: 15px;
	line-height: 15px;
	padding-top: 5px;
}
.tableType2 {
	background-color: #CCCCCC;
	width:95%;
	margin-left: 20px;
}
.tableType2 td {
	background-color: #FFFFFF;
}
.tableType2 th {
	background-color:#EEFFAA;
}
.tableType2 td.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	background-color:#F4F4F4;
	text-align:right;
}
#outline #contentWrap .main p{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imageFrame_left{
	padding:5px;
	border:solid 1px #CCCCCC;
	margin:5px 5px 5px 0;
	float:left
	}
	
.imageFrame_right{
	padding:5px;
	border:solid 1px #CCCCCC;
	margin:5px 0 5px 5px;
	float:left
	}
.highlight{
	font-weight:bold;
	color:#CC0000;
	}
#header{
	width:800px;
	height:70px;
	margin:0 auto;
	}
#header #logo {
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}

#tel {
	background-image: url(../image/common/tel.jpg);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 223px;
	height: 54px;
	text-indent: -999999px;
	margin-top: 14px;
}

#orderimg {
	background-image: url(../image/common/orderimg.jpg);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 223px;
	height: 54px;
	text-indent: -999999px;
	margin-top: 14px;
}

#orderimg a{
	display:block;
	width:223px;
	height:54px;
	position:inherit;
	top:0;
	left:0;
	}
	
#orderimg a:hover{
	background-image:url(../image/common/orderimg_r.jpg)
	}



.main .titleWords {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.listType1 li {
	background-image: url(../image/icon/list_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 2em;
	font-weight: bold;
	color: #FF6600;
}
.listType1 {
	margin: 20px;
	list-style-type: none;
	background-image: url(../image/service/huyohin/img01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
}
.simpleFrame ol {
	margin: 10px;
	padding-left: 30px;
}
.simpleFrame li {
	line-height: 2em;
}
span.need {
	font-weight: bold;
	color: #FF0000;
}

.formcenter {
text-align:center;
}



