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

body {
	margin: 0 auto;
	background: url(img/bg_body.jpg) repeat-x #FFFFFF;
	font-size: 15px;
	line-height: 1.6em;
	font-family: Arial, "MSGothic", Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	line-height: 1.3em;
	width: 25%;
	border: 1px dotted #adadad;
	padding: 5px;
	text-align: center;
}

a {
	color:#0000FF;
}

a:hover {
	color: #ff0000;
}

img {
	border: none;
}

#container {
	width: 953px;
	background: #FFF;
	padding-bottom: 5px;
	margin: 0 auto 0 auto;
}

#header {
	background: url(img/bg_header.jpg) right 33px no-repeat;
	font-size: 14px;
	overflow: hidden;
	height: 332px;
}

#header img{
	padding: 60px 0 0 195px;
	float: left;
}

#header .bookmark{
	font-size: 14px;
	padding: 50px 20px 0 0;
	text-align: right;
	float: right;
}


#header #title {
	background: url(img/bg_h_title.jpg) top no-repeat;
	margin: 129px 0 0 0;
	height: 203px;
}

#header #title p{
	padding: 170px 0 0 0;
	text-align: center;
}

#globalmenu{
	position: absolute;
	top: 2400px;
	padding: 0 0 0 190px;
}

#globalmenu ul{
	margin: 0 auto;
	padding: 0;
}

#globalmenu li{
	float: left;
	margin: 0 30px 0 0;
	list-style: none;
}


#main {
	width: 953px;
	margin: 0;
	padding: 0;
}

#content {
	background: url(img/bg_main.jpg) repeat-y;
	margin: 0;
	padding: 0;
}

#ctt01 {
	padding: 40px 100px 30px 100px;
	background: url(img/ctt01.jpg) no-repeat center 40px ;
}

#ctt01 p{
	padding: 130px 30px 15px 30px;
	_padding: 120px 30px 15px 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
}


#ctt01 .text{
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

#ctt02 {
	background: url(img/ctt02.jpg) no-repeat center top;
	height: 310px;
	text-align: center;
}


#btn {
	padding: 0px 95px;
	height: 115px;
	text-align: center;
}

#bridge {
	height: 105px;
	background: url(img/bridge.jpg) no-repeat center bottom;
}

#title02 {
	height: 105px;
	background: url(img/bg_header02.jpg) no-repeat center top;
}

#ctt03 {
	background: url(img/ctt03.jpg) no-repeat center 40px ;
	height: 210px;
}

#ctt04 {
}

#ctt04 img{
	padding: 160px 10px 0 370px;
}

#ctt04 #bank01 {
	background: url(img/bank01.jpg) no-repeat center 0 ;
	height: 270px;
}

#ctt04 #bank02 {
	background: url(img/bank02.jpg) no-repeat center 0 ;
	height: 270px;
}

#ctt04 #bank03 {
	background: url(img/bank03.jpg) no-repeat center 0 ;
	height: 270px;
}

#ctt04 #bank04 {
	background: url(img/bank04.jpg) no-repeat center 0 ;
	height: 300px;
}

#ctt04 #bank04 img {
	padding: 200px 10px 0 370px;
}


#btm {
	height: 35px;
	background: url(img/btm.jpg) no-repeat center bottom;
}

#detail {
	padding: 20px 100px;
	color: #666666;
}

#footer {
	text-align: center;
	padding: 50px 0 0 0;
}	

.left {
	text-align: left;
}

.red {
	color: #cc0000;
}

.b {
	font-weight: bold;
}