@charset "UTF-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 14px;
	color: #434343;
	line-height: 160%;
	background-image: url(../images/sub_pbg.jpg);
	background-repeat: repeat-x;
	letter-spacing: 0;
}

* html body {  
font-size:small;  
}  
  
*:first-child+html body {  
font-size:small;  
}


img {
	vertical-align: bottom;
	vertical-align: text-bottom;
	border: none;
	-ms-interpolation-mode: bicubic;
}

link {
	color: #434343;
	text-decoration: none;
}
a:link {
	color: #434343;
	text-decoration: none;
}
a:link:hover {
	color: #00A3D9;
	text-decoration: underline;
}
a:visited {
	color: #434343;
	text-decoration: none;
}
a:visited:hover {
	color: #00A3D9;
	text-decoration: underline;
}

#header {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/top_phdbar.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	width: 160px;
	height: 85px;
	overflow: hidden;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#header h1 a {
	display: block;
	width: 160px;
	height: 85px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#header ul.topnavi {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 20px;
	overflow: hidden;
}
#header ul.topnavi li {
	float: left;
	width: 65px;
	height: 20px;
}
#header ul.topnavi li.members {
	float: left;
	width: 130px;
	height: 20px;
}
#header div.home {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 90px;
	height: 50px;
}
#header ul.navi {
	position: absolute;
	top: 110px;
	left: 90px;
	height: 50px;
	list-style: none;
	overflow: hidden;
}
#header ul.navi li {
	float: left;
	width: 130px;
	height: 50px;
}


#wrapper {
	width: auto;
}

.faux {
	width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 80px;
	overflow: hidden;
}


#faux {
	min-width: 1000px;
	margin-bottom: 0px;
	overflow: hidden;
}




#leftcolumn {
	float: left;
	width: 220px;
	margin-right: 40px;
}
#leftcolumn div.subnavi {
	width: 200px;
	padding-left: 9px;
	padding-right: 9px;
	border: 1px solid #CCC;
}
#leftcolumn div.subnavi div.thiscategory {
	width: 200px;
	height: 120px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
#leftcolumn div.subnavi div.thiscategory div.categorytag {
	width: 200px;
	padding-top: 40px;
}
#leftcolumn div.subnavi div.thiscategory div.categorytag p.jp {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#leftcolumn div.subnavi div.thiscategory div.categorytag p.en {
	text-align: center;
	font-weight: normal;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

#leftcolumn div.subnavi div.navibox {
	width: 180px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftcolumn div.subnavi div.navibox ul.cabinet {
	width: 180px;
}
#leftcolumn div.subnavi div.navibox ul.cabinet li.l1 {
	width: 180px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
#leftcolumn div.subnavi div.navibox ul.cabinet li.l1 p {
	padding-left: 15px;
	background-image: url(../images/sub_lc_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#leftcolumn div.subnavi div.navibox ul.cabinet li.l1 ul {
	width: 170px;
	padding-left: 10px;
	margin-top: -10px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #666;
}
#leftcolumn div.subnavi div.navibox ul.cabinet li.l1 ul li {
	width: 170px;
	font-size: 10px;
	margin-bottom: 0px;
}

#leftcolumn div.webinput {
	width: 180px;
	padding: 19px;
	padding-bottom: 0px;
	margin-top: 19px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}
#leftcolumn div.webinput a {
	display: block;
	margin-bottom: 20px;
}
#leftcolumn div.webinput p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	color: #003E60;
}
/*
#leftcolumn div.webinput {
	width: 180px;
	padding: 20px;
	margin-top: 19px;
	border: 1px solid #B63D00;
	background-color: #F7F7F7;
}
#leftcolumn div.webinput p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 20px;
	color: #B63D00;
}
*/

#rightcolumn {
	float: left;
	width: 740px;
}
#rightcolumn div.pageheader {
	width: 740px;
	height: 130px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #CCC;
}
#rightcolumn div.pageheader div.breadcrumb {
	position: absolute;
	bottom: 5px;
	width: 740px;
	font-size: 10px;
	font-weight: bold;
	color: #00A3D9;
}
#rightcolumn div.pageheader div.breadcrumb span.arrow {
	margin-left: 10px;
	margin-right: 10px;
	color: #999;
}
#rightcolumn div.pageheader div.breadcrumb a {
	font-weight: normal;
	color: #999;
}
#rightcolumn div.pageheader h2 {
	position: absolute;
	display: block;
	top: 50px;
	width: 740px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
}
#rightcolumn div.pageheader h2.text {
	position: absolute;
	display: block;
	top: 50px;
	width: 740px;
	height: 50px;
	text-indent: 0%;
	white-space: normal;
	overflow: hidden;
	background: none;
	font-size: 28px;
	font-weight: bold;
	line-height: 120%;
}
#rightcolumn div.pageheader h2.text span {
	font-size: 12px;
	color: #ACAC9C;
	margin-left: 30px;
}



#rightcolumn div.profile {
	width: 740px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
#rightcolumn div.profile div.photo {
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 20px;
}
#rightcolumn div.profile div.photo img {
	width: 160px;
	height: 160px;
}
#rightcolumn div.profile div.cabinet {
	float: left;
	width: 570px;
	min-height: 160px;
}
#rightcolumn div.profile div.cabinet p.title {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 5px;
}
#rightcolumn div.profile div.cabinet p.name {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 15px;
}
#rightcolumn div.profile div.cabinet p.name span {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.profile div.cabinet p.caption {
	font-size: 12px;
	line-height: 160%;
}


#rightcolumn div.main {
	width: 740px;
	position: relative;
	overflow: hidden;
}

#rightcolumn div.main div.maincaption {
	width: 740px;
	margin-bottom: 100px;
}
#rightcolumn div.main div.maincaption p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
}
#rightcolumn div.main div.maincaption2 {
	width: 740px;
	margin-bottom: 50px;
}
#rightcolumn div.main div.maincaption2 p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
}
#rightcolumn div.main div.maincaption2 ul.numlist {
	margin-bottom: 0px;
	list-style: decimal;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.maincaption2 ul.numlist li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 20px;
	font-weight: bold;
}
#rightcolumn div.main div.maincaption2 ul.numlist li ul.innerlist {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: -10px;
	list-style: disc;
	font-size: 12px;
	overflow: hidden;
}
#rightcolumn div.main div.maincaption2 ul.numlist li ul.innerlist li {	
	line-height: 140%;
	margin-left: 1.5em;
	margin-bottom: 10px;
	font-weight: normal;
}



#rightcolumn div.main div.section {
	width: 740px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
#rightcolumn div.main div.section p.blockmain {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 30px;
}
#rightcolumn div.main div.section p.blockmain a {
	color: #00A3D9;
}
#rightcolumn div.main div.section p.blockmain_e {
	line-height: 180%;
	margin-bottom: 30px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#rightcolumn div.main div.section h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#rightcolumn div.main div.section h2 span {
	font-size: 14px;
	color: #999;
	margin-left: 20px;
}

#rightcolumn div.main div.section h2.icon_q {
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	background-image: url(../images/case_bg_q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#rightcolumn div.main div.section h2.faq {
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	background-image: url(../images/faq_q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#rightcolumn div.main div.section h2.faq_check {
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	background-image: url(../images/faq_check.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


#rightcolumn div.main div.section p.caption {
	margin-left: 40px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
}
#rightcolumn div.main div.section p.caption span {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00A3D9;
	margin-left: 10px;
}
#rightcolumn div.main div.section p.caption span a {
	font-weight: bold;
	color: #00A3D9;
}

#rightcolumn div.main div.section p.caption_a {
	padding-left: 40px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
	background-image: url(../images/case_bg_a.jpg);
	background-repeat: no-repeat;
}

#rightcolumn div.main div.section p.faq {
	padding-left: 40px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#rightcolumn div.main div.section p.faq a {
	font-weight: bold;
	color: #00A3D9;
}
#rightcolumn div.main div.section p.faq a:hover {
	text-decoration: underline;
}


#rightcolumn div.main div.section img {
	margin-left: 40px;
	margin-bottom: 20px;
	clear: both;
}

#rightcolumn div.main div.section h2.interview {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
	border: none;
}
#rightcolumn div.main div.section p.interview {
	margin-left: 40px;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 0px;
}
#rightcolumn div.main div.section ul.interview {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	list-style: disc;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.interview li {
	margin-left: 1.5em;
	line-height: 160%;
	margin-bottom: 10px;
}


#rightcolumn div.main div.section div.innerblock {
	width: 740px;
	margin-bottom: 20px;
	overflow: hidden;
}
#rightcolumn div.main div.section div.innerblock h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
}
#rightcolumn div.main div.section div.innerblock p {
	font-size: 12px;
	line-height: 150%;
	margin-left: 20px;
	margin-bottom: 10px;
}
#rightcolumn div.main div.section div.innerblock ul {
	width: 740px;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}
#rightcolumn div.main div.section div.innerblock ul li {
	width: 720px;
	margin-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.section div.innerblock ul li h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}
#rightcolumn div.main div.section div.innerblock ul li p {
	font-size: 12px;
	line-height: 150%;
	margin-left: 20px;
}


#rightcolumn div.main div.section dl {
	width: 740px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.section dl dt {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#rightcolumn div.main div.section dl dd {
	float: left;
	width: 620px;
	margin-bottom: 20px;
	overflow: hidden;
}
#rightcolumn div.main div.section dl dd img {
	margin-bottom: 0px;
}

#rightcolumn div.main div.section dl.std1 {
	width: 740px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	overflow: hidden;
}
#rightcolumn div.main div.section dl.std1 dt {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
#rightcolumn div.main div.section dl.std1 dd {
	float: left;
	width: 620px;
	margin-bottom: 20px;
	overflow: hidden;
}

#rightcolumn div.main div.section dl.inquiry {
	width: 740px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	overflow: hidden;
}
#rightcolumn div.main div.section dl.inquiry dt {
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
#rightcolumn div.main div.section dl.inquiry dd {
	float: left;
	width: 580px;
	margin-bottom: 20px;
	overflow: hidden;
}
#rightcolumn div.main div.section dl.inquiry dd span.tel {
	background-image: url(../images/telno_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	font-weight: bold;
}

#rightcolumn div.main div.section ul.std {
	margin-left: 40px;
	margin-bottom: 0px;
	list-style: disc;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 5px;
}
#rightcolumn div.main div.section ul.std li ul.innerlist_num {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: -20px;
	margin-bottom: -10px;
	list-style: decimal;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std li ul.innerlist_num li {	
	line-height: 140%;
	margin-left: 1.5em;
	margin-right: 20px;
	margin-bottom: 10px;
}

#rightcolumn div.main div.section ul.std_b {
	margin-left: 40px;
	margin-bottom: 10px;
	list-style: disc;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std_b li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 5px;
}

#rightcolumn div.main div.section ul.num {
	list-style: decimal;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.num li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 20px;
}

#rightcolumn div.main div.section ul.faq {
	margin-left: 40px;
	list-style: decimal;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.faq li {
	margin-left: 2em;
	line-height: 140%;
	margin-bottom: 20px;
	font-weight: bold;
}
#rightcolumn div.main div.section ul.faq li.nolist {
	margin-left: 0em;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 20px;
}



#rightcolumn div.main div.section ul.std2 {
	margin-left: 40px;
	margin-bottom: 0px;
	list-style: disc;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std2 li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 20px;
}
#rightcolumn div.main div.section ul.std2 li ul.innerlist {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: -20px;
	margin-bottom: -10px;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std2 li ul.innerlist li {	
	float: left;
	line-height: 140%;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}


#rightcolumn div.main div.section ul.std3 {
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 30px;
	list-style: disc;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std3 li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 30px;
}
#rightcolumn div.main div.section ul.std3 li ul.innerlist_num {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: -20px;
	margin-bottom: -10px;
	list-style: decimal;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std3 li ul.innerlist_num li {	
	line-height: 140%;
	margin-left: 1.5em;
	margin-right: 20px;
	margin-bottom: 10px;
}

#rightcolumn div.main div.section ul.std4 {
	margin-left: 40px;
	margin-bottom: 0px;
	list-style: disc;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std4 li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 10px;
}
#rightcolumn div.main div.section ul.std4 li ul.innerlist {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std4 li ul.innerlist li {
	line-height: 140%;
	margin-bottom: 5px;
}



#rightcolumn div.main div.section ul.std5 {
	margin-left: 30px;
	margin-bottom: 10px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std5 li {
	margin-left: 0em;
	line-height: 140%;
	margin-bottom: 5px;
}



ul.mainstd {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: disc;
	overflow: hidden;
}
ul.mainstd li {
	margin-left: 1.5em;
	line-height: 140%;
	margin-bottom: 1em;
}
ul.mainstd2 {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	overflow: hidden;
}
ul.mainstd2 li {
	margin-left: 0em;
	line-height: 140%;
	margin-bottom: 1em;
	overflow: hidden;
}
ul.mainstd2 li span.office {
	display: block;
	float: left;
	width: 250px;
	font-size: 12px;
}
ul.mainstd2 li span.tel {
	float: left;
	background-image: url(../images/telno_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-left: 20px;
	font-weight: bold;
}

#rightcolumn div.main div.section ul.std_num {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: decimal;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std_num li {
	margin-left: 2em;
	line-height: 160%;
	margin-bottom: 40px;
}
#rightcolumn div.main div.section ul.std4 li ul.innerlist {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.std_num li ul.innerlist li {
	line-height: 140%;
	margin-bottom: 5px;
}


#rightcolumn div.main div.section div.staff {
	margin-left: 0px;
	width: 740px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
#rightcolumn div.main div.section div.staff div.photo {
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 20px;
}
#rightcolumn div.main div.section div.staff div.photo img {
	width: 160px;
	height: 160px;
	margin: 0px!important;
}
#rightcolumn div.main div.section div.staff div.cabinet {
	float: left;
	width: 550px;
	min-height: 160px;
}
#rightcolumn div.main div.section div.staff div.cabinet p.name {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 15px;
}
#rightcolumn div.main div.section div.staff div.cabinet p.name span {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.main div.section div.staff div.cabinet dl {
	width: 550px;
	margin: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.section div.staff div.cabinet dl dt {
	float: left;
	width: 60px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #999;
	font-weight: bold;
	font-size: 12px;
}
#rightcolumn div.main div.section div.staff div.cabinet dl dd {
	float: left;
	width: 480px;
	font-size: 12px;
	margin-bottom: 5px;
}
#rightcolumn div.main div.section div.staff div.cabinet p.profile {
	font-size: 13px;
	line-height: 160%;
}


#rightcolumn div.main div.section ul.record {
	margin-left: 0px;
	width: 740px;
	overflow: hidden;
}
#rightcolumn div.main div.section ul.record li {
	margin-left: 2em;
	margin-bottom: 30px;
}
#rightcolumn div.main div.section ul.record li h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
#rightcolumn div.main div.section ul.record li p {
	line-height: 150%;
}



#rightcolumn div.main div.tablecabinet {
	width: 740px;
}
#rightcolumn div.main div.tablecabinet h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#rightcolumn div.main div.tablecabinet h2 span {
	font-size: 14px;
	color: #999;
	margin-left: 20px;
}

#rightcolumn div.main div.tablecabinet table {
	width: 720px;
	margin-left: 20px;
}
#rightcolumn div.main div.tablecabinet table tr {
	border-bottom: 1px dotted #CCC;
}
#rightcolumn div.main div.tablecabinet table tr th {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	padding: 10px;
	width: 100px;
}
#rightcolumn div.main div.tablecabinet table tr th.r {
	text-align: right;
}

#rightcolumn div.main div.tablecabinet table tr td {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 160%;
	padding: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.tablecabinet table tr td span.map {
	font-size: 10px;
	font-weight: bold;
}
#rightcolumn div.main div.tablecabinet table tr td span.map a {
	color: #005DBE;;
}
#rightcolumn div.main div.tablecabinet table tr td ul.numlist {
	list-style: decimal;
}
#rightcolumn div.main div.tablecabinet table tr td ul.numlist li {
	margin-left: 1.5em;
}

#rightcolumn div.main div.tablecabinet table tr td ul.list {
	font-size: 14px;
	font-weight: normal;
	list-style: disc;
}
#rightcolumn div.main div.tablecabinet table tr td ul.list li {
	margin-left: 1.5em;
}

#rightcolumn div.main div.tablecabinet table tr td ul.innerlist {
	font-size: 12px;
}
#rightcolumn div.main div.tablecabinet table tr td ul.innerlist li {
	font-size: 12px;
	font-weight: bold;
}
#rightcolumn div.main div.tablecabinet table tr td ul.innerlist li p.innertext {
	margin-left: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 120%;
}
#rightcolumn div.main div.tablecabinet table tr td dl {
	width: 550px;
	margin: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.tablecabinet table tr td dl dt {
	float: left;
	width: 60px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #999;
	font-weight: bold;
	font-size: 12px;
}
#rightcolumn div.main div.tablecabinet table tr td dl dd {
	float: left;
	width: 480px;
	font-size: 12px;
	margin-bottom: 5px;
}

#rightcolumn div.main div.tablecabinet table tr td dl.float {
	float: left;
	width: 260px;
	margin: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.tablecabinet table tr td dl.float dt {
	float: left;
	width: 60px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #999;
	font-weight: bold;
	font-size: 12px;
}
#rightcolumn div.main div.tablecabinet table tr td dl.float dd {
	float: left;
	width: 180px;
	font-size: 12px;
	margin-bottom: 5px;
}


#rightcolumn div.main div.tablecabinet table tr td p.inblocktitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	clear: both;
}
#rightcolumn div.main div.tablecabinet table tr td ul.inblocklist {
	margin-bottom: 10px;
}
#rightcolumn div.main div.tablecabinet table tr td ul.inblocklist li {
	margin-bottom: 10px;
}
#rightcolumn div.main div.tablecabinet table tr td ul.inblocklist li p.office {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
#rightcolumn div.main div.tablecabinet table tr td ul.inblocklist li p.mission {
	font-size: 14px;
	margin-left: 40px;
	margin-bottom: 10px;
}
#rightcolumn div.main div.tablecabinet table tr td p.inblocktitle2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	clear: both;
}
#rightcolumn div.main div.tablecabinet table tr td p.inblockcaption {
	font-size: 12px;
	margin-left: 40px;
	margin-bottom: 10px;
}
#rightcolumn div.main div.tablecabinet table tr td a {
	color: #00A3D9;
	font-weight: bold;
}
#rightcolumn div.main div.tablecabinet table tr td a:hover {
	text-decoration: underline;
}


#rightcolumn div.main div.officecabinet {
	width: 740px;
}

#rightcolumn div.main div.officecabinet div.mapbox {
	width: 740px;
	height: 320px;
	margin-bottom: 40px;
	position: relative;
	background-image: url(../images/aboutus_7_map.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#rightcolumn div.main div.officecabinet div.mapbox span.nj {
	position: absolute;
	left: 655px;
	top: 105px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.det {
	position: absolute;
	left: 577px;
	top: 98px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.chi {
	position: absolute;
	left: 485px;
	top: 97px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.kx {
	position: absolute;
	left: 577px;
	top: 177px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.sm {
	position: absolute;
	left: 162px;
	top: 119px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.sj {
	position: absolute;
	left: 177px;
	top: 139px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.la {
	position: absolute;
	left: 172px;
	top: 177px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.hn {
	position: absolute;
	left: 72px;
	top: 185px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.tk {
	position: absolute;
	left: 68px;
	top: 112px;
}
#rightcolumn div.main div.officecabinet div.mapbox span.hou {
	position: absolute;
	right: 191px;
	bottom: 44px;
}


#rightcolumn div.main div.officecabinet div.office {
	width: 740px;
	margin-bottom: 60px;
	overflow: hidden;
}
#rightcolumn div.main div.officecabinet div.office div.data {
	float: left;
	width: 420px;
}
#rightcolumn div.main div.officecabinet div.office div.data h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
#rightcolumn div.main div.officecabinet div.office div.data h2 span {
	font-size: 12px;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.main div.officecabinet div.office div.data div.address {
	width: 420px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
#rightcolumn div.main div.officecabinet div.office div.data div.contact {
	width: 420px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}
#rightcolumn div.main div.officecabinet div.office div.data div.contact span.tel {
	background-image: url(../images/telno_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#rightcolumn div.main div.officecabinet div.office div.data div.contact span.fax {
	margin-left: 20px;
	background-image: url(../images/faxno_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#rightcolumn div.main div.officecabinet div.office div.data p {
	width: 400px;
	font-size: 12px;
	line-height: 160%;
}
#rightcolumn div.main div.officecabinet div.office div.data p span {
	display: block;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00A3D9;
	margin-top: 10px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: right;
}
#rightcolumn div.main div.officecabinet div.office div.data p span a {
	font-weight: bold;
	color: #00A3D9;
}

#rightcolumn div.main div.officecabinet div.office div.photo {
	float: left;
	width: 300px;
	border: 1px solid #CCC;
	padding: 9px;
	position: relative;
}
#rightcolumn div.main div.officecabinet div.office div.photo span {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#rightcolumn div.main div.officecabinet div.office div.data_nofloat {
	float: left;
	width: 740px;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat h2 span {
	font-size: 12px;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat div.address {
	width: 740px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat div.contact {
	width: 740px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat div.contact span.tel {
	background-image: url(../images/telno_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat div.contact span.fax {
	margin-left: 20px;
	background-image: url(../images/faxno_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat p {
	width: 720px;
	font-size: 12px;
	line-height: 160%;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat p span {
	display: block;
	width: 380px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00A3D9;
	margin-top: 10px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: right;
}
#rightcolumn div.main div.officecabinet div.office div.data_nofloat p span a {
	font-weight: bold;
	color: #00A3D9;
}


#rightcolumn div.main div.innernavi {
	width: 700px;
	margin-bottom: 50px;
	padding: 19px;
/*	border: 1px solid #00A3D9; */
	border: 1px dotted #CCC;
}
#rightcolumn div.main div.innernavi ul {
	width: 730px;
	margin-right: -40px;
	margin-bottom: -10px;
	overflow: hidden;
}
#rightcolumn div.main div.innernavi ul li {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}
#rightcolumn div.main div.innernavi ul li a {
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn div.main div.innernavi ul li a:hover {
	text-decoration: underline;
	color: #00A3D9;
}

#rightcolumn div.main div.staffcabinet {
	width: 740px;
	margin-bottom: 20px;
}
#rightcolumn div.main div.staffcabinet div.officename {
	width: 740px;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#rightcolumn div.main div.staffcabinet div.officename span {
	font-size: 12px;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.main div.staffcabinet div.staff {
	width: 720px;
	margin-left: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof {
	width: 720px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.data {
	float: left;
	width: 500px;
	margin-right: 20px;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.data h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 15px;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.data h2 span {
	font-size: 12px;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.data dl {
	width: 500px;
	overflow: hidden;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.data dl dt {
	float: left;
	width: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #999;
	line-height: 150%;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.data dl dd {
	float: left;
	width: 450px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
}
#rightcolumn div.main div.staffcabinet div.staff div.prof div.photo {
	float: left;
	width: 200px;
	height: 200px;
}
#rightcolumn div.main div.staffcabinet div.staff div.comment {
	width: 680px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 19px;
	padding-right: 19px;
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}
#rightcolumn div.main div.staffcabinet div.gotop {
	width: 740px;
	margin-top: 0px;
	margin-bottom: 50px;
	overflow: hidden;
}
#rightcolumn div.main div.staffcabinet div.gotop span {
/*	border: 1px solid #CCC; */
	float: right;
	padding-left: 25px;
	background-image: url(../images/staff_gotopbg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#rightcolumn div.main div.a2zcabinet {
	width: 740px;
}
#rightcolumn div.main div.a2zcabinet ul {
	width: 740px;
}
#rightcolumn div.main div.a2zcabinet ul li {
	width: 740px;
	margin-bottom: 50px;
	overflow: hidden;
}
#rightcolumn div.main div.a2zcabinet ul li div.photo {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 30px;
}
#rightcolumn div.main div.a2zcabinet ul li div.photo img {
	width: 80px;
	height: 80px;
}

#rightcolumn div.main div.a2zcabinet ul li div.headline {
	float: left;
	width: 620px;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p.category {
	margin-bottom: 10px;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p.category span {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #00A3D9;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
	color: #FFF;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline h3.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p.writer {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p.writer span {
	padding-right: 10px;
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p {
	font-size: 12px;
	line-height: 160%;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p span.readmore {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00A3D9;
	margin-left: 10px;
}
#rightcolumn div.main div.a2zcabinet ul li div.headline p span.readmore a {
	font-weight: bold;
	color: #00A3D9;
}



#rightcolumn div.main div.interviewcabinet {
	width: 740px;
}

#rightcolumn div.main div.interviewcabinet div.staff {
	width: 740px;
	margin-bottom: 60px;
	overflow: hidden;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof {
	width: 740px;
	margin-bottom: 10px;
	overflow: hidden;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data {
	float: left;
	width: 520px;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 15px;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data h2 span {
	font-size: 12px;
	color: #ACAC9C;
	margin-left: 10px;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data dl {
	width: 500px;
	overflow: hidden;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data dl dt {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #999;
	line-height: 150%;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data dl dd {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data dl dd span {
	display: block;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00A3D9;
	margin-top: 10px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: right;
}
#rightcolumn div.main div.interviewcabinet div.staff div.prof div.data dl dd span a {
	font-weight: bold;
	color: #00A3D9;
}

#rightcolumn div.main div.interviewcabinet div.staff div.prof div.photo {
	float: left;
	width: 200px;
	height: 200px;
}

#rightcolumn div.main div.entrysheet {
	width: 400px;
	border: 1px solid #CCC;
	padding: 19px;
	overflow: hidden;
}
#rightcolumn div.main div.entrysheet a {
	color: #00A3D9;
	font-weight: bold;
}
#rightcolumn div.main div.entrysheet a:hover {
	text-decoration: underline;
}



#rightcolumn div.main div.formcabinet {
	width: 740px;
	margin-bottom: 80px;
}



a.innerlink {
	font-weight: bold;
	color: #00A3D9;
	text-decoration: none;
}
a.innerlink:hover {
	text-decoration: underline;
}


/*.readmore {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #0BB1B3;
	line-height: 120%;
}
.readmore a {
	font-weight: bold;
	color: #0BB1B3;
}
.readmore a:hover {
	font-weight: bold;
	color: #0BB1B3;
}
*/



#footer {
	width: auto;
	border-top: 1px solid #CCC;
}
#footer div.ftcabinet {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
	background-image: url(../images/copyright.jpg);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}
#footer div.ftcabinet ul {
	overflow: hidden;
}
#footer div.ftcabinet ul li {
	float: right;
	font-size: 12px;
	color: #999;
	margin-left: 40px;
}
#footer div.ftcabinet ul li a {
	color: #999;
}



.clear {
	clear: both;
}