@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////////////////////// LETTER */
 img, div, input { behavior: url("/letter/css/iepngfix.htc") }

#letterheader {
	width: 100%;
	background: url(../misc/header_bg.gif) #ffffff repeat-x;

}

div#letterheader div#letterheadercontent {
	text-align: left;
	margin: 0px auto;
	padding:0;
	width: 880px;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	padding: 6px 0 0 0;
	background: url(../misc/h2_jp.png) no-repeat top right;
}
#letterheader #letterheadercontent #backtop {
	width: 840px;
	text-align: right;
	padding: 10px 0 0 0;
}

#letterheader #letterheadercontent h2 {
	padding: 33px 0 0 40px;
	*padding: 37px 0 0 40px;
}

#letterheader #letterheadercontent p#headcopy {
	font-size: 85%;
	padding: 30px 0 0 40px;
}


#letter #main {
	background : #ffffff;
}
#letter #main #content {
	width: 800px;
	margin: 0px auto;
	padding: 35px 0;
	text-align: left;
	min-height: 540px;
	height: auto !important;
	height: 540px;
}
#letter #main #content #contentLeft {
	float:left;
	width: 565px;
}
#letter #main #content #contentRight {
	float:right;
	width: 205px;
	margin: 60px 0 0 0;
}
#letter #main #content #contentRight ul {

	margin: 0;
	padding: 0;

}
#letter #main #content #contentRight ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#letter h3{
}
#letter h4 {
	margin: 30px 0 30px 0;
}

#letter #pagetop {
	width: 800px;
	margin: 0px auto;
	padding: 10px 0;
	text-align: right;
}

#letter p {
	line-height: 1.6em;
	margin: 0 0 30px 0;
}

#letter ul {
	margin: 0 0 1em 0;
}
#letter ul li {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0 0 0 2em;
	
}
