@charset "utf-8";
/* CSS Document */

/*html,body{
	height:100%;
	margin:0;
	padding:0;
	overflow: auto;
	background-color: #FFF;
}
*/

body {
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
}

.contents {
	width:940px;
	text-align: left;
	margin: 0 auto;
}


body > #contents {
	height:auto;
	min-height:0px;
}


h2.title_menu {
	margin: 0 0 30px 0;
	float: left;
}



/* top page*/

.topimg {
	width: 320px;
	height: 450px;
	margin-top: 0px;
	float: left;
}

.topR {
	width: 600px;
	margin-left: 0px;
	float:right;
}

ul.topR_list {
	width: 575px;
	height: 300px;
	padding-top: 20px;
	padding-left: 25px;
	/*margin-bottom: 20px;*/
	background: url(../images/topR_bg.jpg) no-repeat;
	list-style: none;
}

ul.topR_list li {
	margin-bottom: 8px;
}

.top_main {
	width: 630px;
	margin-top: 20px;
	float: left;
}

.top_link {
	width: 270px;
	margin-top: 20px;
	float: right;
}

.top_link li {
	margin-bottom: 18px;
}


.newsbox {
	width: 630px;
	margin: 20px 0;
}

.newsbox h3 {
	width: 630px;
	height: 30px;
}

.newsbox ul {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 30px;
}

.newsbox ul li {
	color: #333;
	text-indent: 15px;
	line-height: 1.8em;
}



/* company */

table.company_prof {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 50px;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
}

table.company_prof th {
	width: 140px;
	padding: 3px;
	background-color: #ddd;
	text-align: left;
	text-indent: 5px;
	color: #333;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

table.company_prof td {
	padding: 3px 3px 3px 6px;
	background-color: #FFF;
	color: #333;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}



/* service */

table.tbl_srv {
	margin: 20px 20px 50px;
}

table.tbl_srv th{
	text-align: left;
	font-weight: normal;
	padding: 1px 1px 1px 10px;
}

table.tbl_srv td{
	padding: 1px 1px 1px 0px;
}

ul.worklist {
	list-style: none;
	margin-bottom: 50px;
	float: left;
}

ul.worklist li {
	width: 170px;
	height: 170px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

ul.worklist li.r_list {
	margin-right: 0px;
}

.episode_txt {
	color: #333;
	width: 658px;
	background-color: #f9f9f9;
	border: #ccc solid 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 20px;
}




/* contact */

table.tbl_contact {
	width: 600px;
	margin: 20px auto 20px;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
}

table.tbl_contact th {
	width: 200px;
	padding: 3px;
	background-color: #ddd;
	text-align: left;
	text-indent: 5px;
	color: #333;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

table.tbl_contact td {
	width: 400px;
	padding: 3px 3px 3px 6px;
	background-color: #FFF;
	color: #333;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

table.tbl_contact span{
	color: #ff0000;
}

table.tbl_contact textarea {
	max-width: 390px;
}











