body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	background: #72B1FE url(../gfx/bg_top.jpg) repeat-x left top;
}

/*
 * background
 */


/*
 *	formatting
 */

td {
	font-size: 11px;
	color: #0A2454;
}
ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 150%;
}
div.list,
td.list,
li {
	background: url(../gfx/bg_sign.gif) repeat-y 5px 4px;
	padding-left: 17px;
}
ul.list03 li,
ul.list02 li {
	background: none;
	padding-left: 15px;
}

div.desc ul {
	list-style: square;
	padding-left: 20px;
}
div.desc li {
	background-image: none;
	padding-left: 0;
	margin-left: 15px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.top,
ul.top {
	margin-top: 5px;
}
ul.list_job {
	margin: 5px 0 10px 0;
}
td.project_bottom {
	padding: 10px 0 10px 0;
}
*.hand {
	cursor: pointer;
}
p {
	margin: 0;
	padding: 10px 0 5px 0;
}
p.indent {
	text-indent: 20px;
	text-align: justify;
}
p.null {
	padding: 0;
}
div.desc p:first-child {
	margin-top: 0;
	padding-top: 0;
}
td.bg_data {
	background: transparent url(../gfx/bg_data.gif) repeat-y left top;
	height: 709px;
}
table.bg_pic {
	background: transparent url(../gfx/pic_01.jpg) no-repeat left bottom;	
	height: 100%;
}

table.bg_pic_de {
	background: transparent url(../gfx/pic_01_de.jpg) no-repeat left bottom;	
	height: 100%;
}

table.bg_pic_en {
	background: transparent url(../gfx/pic_01_en.jpg) no-repeat left bottom;	
	height: 100%;
}

table.house_01 {
	background: transparent url(../gfx/house_01.jpg) no-repeat left bottom;	
}
table.house_02 {
	background: transparent url(../gfx/house_02.jpg) no-repeat left bottom;	
}
table.house_03 {
	background: transparent url(../gfx/house_03.jpg) no-repeat left bottom;	
}
table.house_04 {
	background: transparent url(../gfx/house_04.jpg) no-repeat left bottom;	
}
table.house_05 {
	background: transparent url(../gfx/house_05.jpg) no-repeat left bottom;	
}
td.bg_bottom_menu {
	background: transparent url(../gfx/bg_bottom_menu.gif) no-repeat left top;
	height: 130px;
	color: #9ABE87;
	padding-top: 5px;
}
table.bg_bottom {
	background: transparent url(../gfx/bg_bottom.gif) repeat-x left bottom;	
}
table.bg_data_right {
	background: transparent url(../gfx/bg_right_bottom.gif) no-repeat left bottom;	
	height: 100%;	
}
td.data_right {
	background: transparent url(../gfx/data_right.gif) no-repeat left top;
}

table.data_right {
	background: transparent url(../gfx/bg_right.gif) repeat-x left top;
}
div.line_middle,
div.line_long {
	clear: both;
	text-align: center;
	padding: 10px 0 5px 0;
}
div.line_middle {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
}
td.bottom_line {
	padding: 10px 0 10px 0;
}
td.news_right {
	padding-right: 20px;
}

div.title,
span.title {
	font-size: 14px;
	color: #0840AC;
}
td.data {
	padding: 10px 20px 10px 10px;
}
div.date {
	float: right;
	margin-top: 3px;
	font-weight: bold;
	font-size: 11px;
}
div.date_02 {
	float: right;
	font-weight: bold;
}

/*
 *	link
 */

a {
	color: #0840AC;
	text-decoration: underline;
}
a:hover {
	color: #0A2454;
	text-decoration: none;
}
td.bg_bottom_menu a {
	color: #9ABE87;
	text-decoration: none;
	margin: 0 10px 0 5px;
}
td.bg_bottom_menu a:hover {
	color: #9ABE87;
	text-decoration: underline;
}

/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #0A2454;
}

label {
	cursor: pointer;
}
input {
	color: #0A2454;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	border: 0;
	width: 149px;
	height: 20px;
	margin-bottom: 4px;
	padding: 3px 5px 0 5px;
	background: url(../gfx/bg_textbox.gif) no-repeat top left;
}
textarea {
	color: #0A2454;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border: 0;
	width: 381px;
	height: 100px;	
	padding: 5px 5px 0 5px;
	margin: 0 0 4px 0;
	background: url(../gfx/bg_textarea.gif) no-repeat top left;
	overflow: auto;
}
input.chb {
	width: 20px;
	background: none;
	padding: 0;
	margin: 0;
}
input#reset {
	background: url(../gfx/bg_sign.gif) no-repeat left top;
	width: 50px;
	height: 20px;	
	cursor: pointer;
	color: #0840AC;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
input#submit {
	background: url(../gfx/bg_sign.gif) no-repeat left top;
	width: 50px;
	height: 20px;	
	cursor: pointer;
	color: #0840AC;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px 4px;
	margin-right: 5px;
}