@charset "utf-8";
/*------------------------------------------------------------*/
/*ڎ@INDEX
	1	global
	2	header
	3	container
	4	sideCol
	5	mainCol
	6	footer
	7	clearfix

//last update 061215
--------------------------------------------------------------*/
/*global
--------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-size:70%;
	line-height:1.7em;
	background:url(../img/bodyBack.png) repeat-x;
	text-align:center;
	font-family:sans-serif;
}
#wrapper {
	text-align:left;
	width:740px;
	margin:0px auto;
	position:relative;
}
h1,h2,h3,h4 {
	margin-bottom:0.5em;
}
h1 {
/*	font-size:1.5em;
	background:url(../img/h1Back.png) 0 0 no-repeat;
	padding:3px 0 3px 10px;*/
	text-indent:-9999em;
	height:70px;
}
h2 {
	font-size:1.3em;
	background:url(../img/h2Back.png) bottom repeat-x #085181;
	padding:3px 8px;
	color:#FFDE00;
	clear:both;
}

h3 {
	font-size:1.1em;
	padding:3px 8px;
	color:#044070;
	background:url(../img/h3Back.png);
	border-top:1px solid #CCC;
	clear:both;
}

h4 {
	font-size:1em;
	color:#333;
	border-left:3px solid #999A49;
	padding-left:5px;
}
/*table,td,th {
	border:1px solid #DDD;
	border-collapse:collapse;
}*/

ul {
	margin-left:1.5em;
	margin-bottom:1em;
}
td ul {
	margin-bottom:0px;
}
p {
	margin-bottom:0.5em;
}

p.red {
	color:#FF0000;
	font-weight:bold;}
	
p.right {
	float:right;
	padding:5px;
	margin:0px 0px 1em 1em;
	border:1px solid #DDD;
}
img {
	vertical-align:bottom;
}
em { 
	color:#800000;
	font-style:normal;
}
.center {
	text-align:center;
}
.clear{
	clear: both;
}


hr{
	border:solid 1px #DDD;
	margin:5px 0;
}
/*header
--------------------------------------------------------------*/
#header a {
	display:block;
	background:url(../img/url.png) no-repeat;
	width:200px;
	height:44px;
	position:relative;
	top:3px;
	left:540px;
	text-indent:-9999em;
}

/*container
--------------------------------------------------------------*/
#container {
	margin-top:45px;
	background:url(../img/containerBack.png) repeat-y;
}
#containerHead {
	height:11px;
	background:url(../img/containerHead.png) no-repeat;
	text-indent:-9999em;
}
#containerFoot {
	text-indent:-9999em;
	height:11px;
	background:url(../img/containerFoot.png) no-repeat;
	clear:both;
}

/*sideCol
--------------------------------------------------------------*/
#sideCol {
	float:left;
	width:200px;
}
#sideCol p {
	margin:0px;
	padding:0px;
	text-indent:-9999em;
	background:url(../img/logo.png) no-repeat 1px 0px;
	height:70px;
	margin-top:2px;
}
/*mainCol
--------------------------------------------------------------*/
#mainCol {
	float:left;
	width:510px;
	margin:0px 10px 0px 20px;
}

/*company (contact/recruit)
--------------------------------------------------------------*/
#company table,div.recruit table {
	margin-bottom:1em;
	border-top:1px solid #DDD;
	font-size:0.95em;
}
#company td,#company th,div.recruit td,div.recruit th {
	padding:3px 8px;
	line-height:1.5em;
	border-bottom:1px solid #DDD;
	vertical-align:top;
}
#company th,div.recruit th {
	text-align:left;
	width:9em;
}
#company th.arr,div.recruit th.arr {
	background:url(../img/arr.png) 3px 7px no-repeat;
	padding-left:15px;
}
#company table.prof th {
	width:10em;
	font-weight:normal;
}

/*service
--------------------------------------------------------------*/
#service h1,#delivery h1,#webcontent h1 {
	background:url(../img/h1/service.png) 0px 0px no-repeat;
}
ul.back li {
	background:url(../img/thBack.png) no-repeat 0px 5px;
	list-style:none;
	padding-left:10px;
}
/*webcontent
--------------------------------------------------------------*/
#webcontent p.org {
	font-size:1em;
	color:#333;
	font-weight:bold;
	border-left:3px solid #E66600;
	padding-left:5px;
}
p.mark {
	background:url(../img/arr2.png) 3px 4px no-repeat;
	padding-left:15px;
	margin-left:15px;
	font-weight:bold;
	color:#333333;
	font-size:10px;
}

/*delivery
--------------------------------------------------------------*/
#delivery h4 {
	font-size:1.1em;
	padding:3px 5px;
	color:#044070;
	border-bottom: 1px solid #FFDE00;
	border-left:none;
	}
#delivery h5 {
	font-size:1em;
	color:#333;
	border-left:3px solid #999A49;
	padding-left:5px;
	margin-left:10px;}
#delivery p {
	margin-left:10px;}
#delivery ul {
	padding:0px 0px 0px 8px;}
.step-all{
	width:510px;
}
.step1right {
	width:460px;
	float:left;}
.step1 {
	clear:both;
	width:40px;
	float: left;
}

/*tabipei (liuliu)
--------------------------------------------------------------*/
div.tabipei table {
	margin-bottom:0px;
	border: 0px;
	border-bottom:0px;
	font-size: 0.95em;
	float:right;
	}
div.tabipei td,th {
	text-align:center;
	padding:10px 10px 5px 10px;
	line-height:1.3em;
	vertical-align:top;
	}
div.tabipei td.tdright {
	border-left:1px solid #DDD;
	border-top:1px solid #DDD;
	}

div.tabipei table a img {
    filter: Alpha(opacity=100); /* IE系 */
    opacity:1.0; /* Mozzila系 */
}
div.tabipei table a:hover img {
    filter: Alpha(opacity=70); /* IE系 */
    opacity:0.7; /* Mozzila系 */
}	
div.tabipei ul {
	float:left;
}

/*example
--------------------------------------------------------------*/
.make {
	width:510px;}
ul.type01{
	list-style: none;
	font-size: 0.75em;
	margin:0px 0px;
}
ul.type01 li{
	width: 158px;
	height: 165px;
	overflow:hidden;
	float: left;
	margin: 4px;
	border:solid 1px #CCCCCC;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
}
ul.type01 li img{
	display: block;
	margin: 2px 0px;
	padding: 4px;
	border: none;
}
img.right{
	float: right;
}
/*recruit
--------------------------------------------------------------*/
div.recruit h1 {
	background:url(../img/h1/recruit.png) 0px 0px no-repeat;
}
div.recruit td dt {
	font-weight:bold;
	border-left:2px solid #3B95CB;
	padding-left:2px;
}
div.recruit td dd {
	margin-left:1em;
}


div.recruit .voice {
	border:solid 1px #DDD;
	float:left;
	width:150px;
	margin:5px;
	padding:1px;
}
div.recruit .voice p{
	margin:5px;
}


/*sitemap
--------------------------------------------------------------*/
div.sitemap h1 {
	background:url(../img/h1/sitemap.png) 0px 0px no-repeat;
}
div.sitemap ul {
	list-style:none;
}
div.sitemap ul li {
	background:url(../img/blockLiBack.png) no-repeat 0px 0.5em;
	padding-left:14px;
	line-height:200%
}
div.sitemap ul.arrow li {
	background:url(../img/arr.png) no-repeat 3px 7px;
	margin:0px 1em;
}

/*privacy
--------------------------------------------------------------*/
div.privacy h1 {
	background:url(../img/h1/privacy.png) 0px 0px no-repeat;
}

.text-right {
text-align:right;
}

div.privacy ul {
list-style-type:none;
margin-top:0em;
padding-top:0em;
margin-bottom:0em;
padding-bottom:0em;
}

div.privacy li {
text-indent:-2em;
}

div.privacy dl {
margin-top:0em;
padding-top:0em;
margin-bottom:0em;
padding-bottom:0em;
}

div.privacy dt {
margin-top:0.5em;
}

div.privacy dd {
padding-left:2em;
}

.text-box {
background-color:#FFFFdd;
margin-top:1em;
margin-bottom:1em;
padding:1.5em;
font-size:8pt;
line-height:1.5em;
}

.aaa {
text-indent:0em;
padding-left:2em;
}

.ccc {
background-color:#ccddFF;
padding-left:0.5em;
margin-bottom:0.3em;
}

.ddd {
margin-top:0.5em;
}

/*contact
--------------------------------------------------------------*/
div.contact h1 {
	background:url(../img/h1/contact.png) 0px 0px no-repeat;
}
input,textarea {
	border:solid 1px ;
	border-color:#8DC1E0;
}
div.contact dt {
	font-weight:bold;
}
div.contact dd {
	margin-left:2em;
}
.ppp {
overflow:auto;
height:160px;
width:480px;
font-weight:normal;
font-size:9px;
margin-top:0.5em;
margin-bottom:0.5em;
line-height:1.5em;
}

.ppp p {
margin-top:0em;
padding-top:0em;
margin-bottom:0em;
padding-bottom:0em;
}

.ppp2 {
width:480px;
font-weight:normal;
font-size:9px;
color:#CC0000;
margin-top:0.5em;
margin-bottom:0.5em;
line-height:1.5em;
}

.text-box2 {
background-color:#FFFFdd;
margin-top:1em;
margin-bottom:1em;
padding:1.5em;
line-height:1.5em;
}


/*footer
--------------------------------------------------------------*/
#footer {
	clear:both;
	padding:5px 1px;
	color:#999999;
	/*
	background:url(../img/copy.png) no-repeat left center;
	height:40px;
	text-indent:-9999em;
	*/
}
/*clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/*Hide from IE-Mac¥*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/*Hide from IE-Mac*/
.clearfix {overflow:hidden;}/*IE7 hack*/
