@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #FFFFFF;
	color: #4F3E34;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	font-size: small;
	_font-size: x-small;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

img {
	border: none;
}

a:link, a:visited {
	color: #FD8200;
	text-decoration: none;
}
a:hover, a:active {
	color: #FD8200;
	text-decoration: underline;
}

.ro {
	/* */
}

#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
}
#wrapper:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #wrapper { display: inline-block; }
/* no ie mac \*/
* html #wrapper { height: 0.1%; }
#wrapper { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #wrapper { display: inline-block; }
/* */



/* HEADER -------------------------------------------------- */
#header {
	padding-top: 24px;
	margin-bottom: 12px;
}
#header h1 {
	font-weight: normal;
	text-align: right;
	line-height: 100%;
	margin-top: 14px;
	margin-bottom: 17px;
	position: relative;
	left: 0px;
	top: 0px;
	_width: 100%; /* for IE6 */
	_padding-top: 14px; /* for IE6 */
}
#header h1 img {
	position: absolute;
	left: 0px;
	top: -14px;
	_top: 0px; /* for IE6 */
}
#header p {
	margin-bottom: 8px;
}

#header ul {
	list-style-type: none;
}
#header ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #header ul { display: inline-block; }
/* no ie mac \*/
* html #header ul { height: 0.1%; }
#header ul { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #header ul { display: inline-block; }
/* */

#header ul li {
	float: left;
}



/* PNKZ -------------------------------------------------- */
#pnkz {
	margin-top: -5px;
	margin-bottom: 7px;
	padding: 0px 4px;
	font-size: 84%;
}
#pnkz a {
	color: #AE743A;
}




/* FOOTER -------------------------------------------------- */
#footer {
	clear: both;
	padding-top: 12px;
	padding-bottom: 34px;
	text-align: center;
	width: 760px;
}
#footer ul a:link, #footer ul a:visited {
	color: #4F3E34;
}
#footer ul a.actv {
	font-weight: bold;
	color: #3D3028;
}
#footer ul#fnavi01 {
	width: 100%;
	list-style-type: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #E8E3DB;
	border-bottom: 1px solid #E8E3DB;
	margin-bottom: 8px;
}
#footer ul#fnavi01 li {
	display: inline;
	padding: 0px 6px;
	border-left: 1px solid #4F3E34;
	font-size: 84%;
	line-height: 120%;
}
#footer ul#fnavi01 li.first {
	border-left: none;
}
#footer ul#fnavi02 {
	list-style-type: none;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 16px;
}
#footer ul#fnavi02 li {
	display: inline;
	padding: 0px 6px;
	border-left: 1px solid #4F3E34;
	font-size: 84%;
	line-height: 120%;
}
#footer ul#fnavi02 li.first {
	border-left: none;
}
#footer address {
	font-style: normal;
	font-size: 84%;
	margin-top: 12px;
	display: block;
}



/* SIDE -------------------------------------------------- */
#side {
	width: 195px;
	float: left;
	background: url(../img/side_bg_mid.gif) repeat-y;
}
#side #sideBg {
	background: url(../img/side_bg_btm.gif) no-repeat left bottom;
}
#side #sideBg .inner {
	text-align: center;
	padding-bottom: 30px;
}

#side dl {
	text-align: left;
}
#side dt, #side dd {
	line-height: 110%;
}
#side dt {
	background: url(../img/side_cap_bg.gif) no-repeat;
	font-weight: bold;
}
#side dt a {
	color: #FFFFFF;
	padding: 9px 8px 8px 26px;
	display: block;
	_width: 100%; /* for IE6 */
}
#side dd {
	border: 1px solid #E9E5DE;
	border-top: none;
	/*letter-spacing: -0.08em;*/
}
#side dd a {
	background: #FFFFFF url(../img/ic_arw02.gif) no-repeat 9px 11px;
	padding: 8px 8px 8px 18px;
	display: block;
	_width: 100%; /* for IE6 */
}
#side dd a:link {
	color: #71594C;
}
#side dd a:visited {
	color: #AF743A;
}
#side dd a:hover {
	color: #71594C;
}
#side dd a:active {
	color: #8E7D6D;
}
#side dd a.actv {
	font-weight: bold;
	color: #4D3F34;
	background: #FFFFFF url(../img/ic_arw01.gif) no-repeat 9px 9px;
	letter-spacing: -0.06em;
}
#side dd ul {
	list-style-type: none;
	font-size: 88%;
}
#side dd ul a {
	background: #FFFFFF url(../img/ic_arw02.gif) no-repeat 17px 3px;
	padding: 0px 8px 8px 26px;
	display: block;
	_width: 100%; /* for IE6 */
}
#side dd ul a.actv {
	font-weight: bold;
	color: #4D3F34;
	background: #FFFFFF url(../img/ic_arw01.gif) no-repeat 17px 1px;
}
#side dd ul {
	font-size: 100%;
}
#side dd ul ul a {
	background: #FFFFFF url(../img/ic_arw02.gif) no-repeat 27px 3px;
	padding: 0px 8px 8px 36px;
	display: block;
	_width: 100%; /* for IE6 */
}
#side dd ul ul a.actv {
	font-weight: bold;
	color: #4D3F34;
	background: #FFFFFF url(../img/ic_arw01.gif) no-repeat 27px 1px;
}
#side dd ul ul ul a {
	background: #FFFFFF url(../img/ic_arw02.gif) no-repeat 37px 3px;
	padding: 0px 8px 8px 46px;
	display: block;
	_width: 100%; /* for IE6 */
}
#side dd ul ul ul a.actv {
	font-weight: bold;
	color: #4D3F34;
	background: #FFFFFF url(../img/ic_arw01.gif) no-repeat 37px 1px;
}

#side #sideBnr img {
	margin-top: 16px;
}
#side #sideBnr p {
	padding-top: 16px;
}
#side #sideBnr p img {
	margin-top: 0px;
}



/* CONTAINER -------------------------------------------------- */
#container {
	width: 553px;
	float: right;
	padding-bottom: 24px;
}
#container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #container { display: inline-block; }
/* no ie mac \*/
* html #container { height: 0.1%; }
#container { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #container { display: inline-block; }
/* */



/* LOW PAGE -------------------------------------------------- */
.lowPage {
	width: 546px !important;
	/*padding-bottom: 16px;*/
}
.lowPage .ttl {
	background: url(../img/cnt_ttl_bg.gif) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
}
.lowPage .ttl h2 {
	padding: 15px 12px 7px 14px;
	line-height: 110%;
	font-size: 125%;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.lowPage .ttl #ttlBg {
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
	z-index: 50;
}

.lowPage .ttl ttlBg {
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
	z-index: 50;
}

.lowPage .inner {
	width: 522px;
	margin: 0px 12px;
}

.lowPage h3, .lowPage h4, .lowPage h5, .lowPage h6 {
	margin-top: 40px;
}
.lowPage .inner p {
	margin-top: 16px;
}
.lowPage .inner p.mainVsl {
	margin-top: 4px;
}

.lowPage .xlcap {
	margin-top: 24px !important;
	margin-bottom: -6px !important;
	background: url(../img/cnt_xlcap_bg.gif) no-repeat;
	padding: 12px 10px 3px 10px !important;
	font-weight: bold;
}
.lowPage .xlcap h3, .lowPage .xlcap h4, .lowPage .xlcap h5, .lowPage .xlcap h6 {
	margin-top: 0px !important;
	font-size: 116%;
}
.lowPage .xlcap p {
	font-weight: normal;
	margin-top: 8px !important;
}

.lowPage .lcap {
	background: #59493F url(../img/cnt_lcap_top.gif) no-repeat;
	padding-top: 4px;
	margin-top: 24px;
	margin-bottom: -6px;
}
.lowPage .lcap h3, .lowPage .lcap h4, .lowPage .lcap h5, .lowPage .lcap h6 {
	background: #59493F url(../img/cnt_lcap_btm.gif) no-repeat left bottom;
	padding: 0px 12px 4px 12px;
	margin-top: 0px !important;
	font-weight: bold;
	color: #FFFFFF;
}

.lowPage .lcapOrange {
	background: #FF8200 url(../img/cnt_lcap_orange_top.gif) no-repeat;
	padding-top: 4px;
	margin-top: 24px;
	margin-bottom: -6px;
}
.lowPage .lcapOrange h3, .lowPage .lcapOrange h4, .lowPage .lcapOrange h5, .lowPage .lcapOrange h6 {
	background: #FF8200 url(../img/cnt_lcap_orange_btm.gif) no-repeat left bottom;
	padding: 0px 12px 4px 12px;
	margin-top: 0px !important;
	font-weight: bold;
	color: #FFFFFF;
}

.lowPage .mcap {
	margin-top: 20px !important;
	margin-bottom: -10px !important;
	border-top: 2px solid #E9E5DE;
	background: url(../img/cnt_mcap_btm.gif) repeat-x left bottom;
	padding: 6px 4px 8px 4px !important;
	font-weight: bold;
}

.lowPage .scap {
	margin-top: 16px !important;
	margin-bottom: -12px !important;
	border-bottom: 1px solid #A6937C;
	padding: 0px 0px 4px 0px !important;
	font-weight: bold;
}

.lowPage .inner ul {
	margin-left: 10px;
}
.lowPage .inner ul li {
	margin-left: 1.2em;
}

.lowPage .inner ol {
	margin-left: 10px;
}
.lowPage .inner ol li {
	margin-left: 2em;
}

.lowPage .inner dl {
	margin-top: 16px;
}
.lowPage .inner dl dt {
	margin-bottom: -10px;
}
.lowPage .inner dl dd {
	margin-top: 16px;
}

.lowPage .conerBox01 {
	background: #FFF0C6 url(../img/cnt_cnr01_btm.gif) no-repeat left bottom;
	padding-bottom: 12px;
	margin-top: 24px;
}
.lowPage .conerBox01 .inner {
	background: url(../img/cnt_cnr01_top.gif) no-repeat;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	width: auto;
}
.lowPage .inner .conerBox01 p, .lowPage .inner .conerBox01 h3, .lowPage .inner .conerBox01 h4, .lowPage .inner .conerBox01 h5, .lowPage .inner .conerBox01 h6 {
	margin: 0px 0px 6px 0px;
}

.lowPage .conerBox02 {
	background: #8E7D6E url(../img/cnt_cnr02_btm.gif) no-repeat left bottom;
	padding-bottom: 12px;
	margin-top: 24px;
}
.lowPage .conerBox02 .inner {
	background: url(../img/cnt_cnr02_top.gif) no-repeat;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	width: auto;
	color: #FFFFFF;
}
.lowPage .conerBox02 .inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .lowPage .conerBox02 .inner { display: inline-block; }
/* no ie mac \*/
* html .lowPage .conerBox02 .inner { height: 0.1%; }
.lowPage .conerBox02 .inner { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .lowPage .conerBox02 .inner { display: inline-block; }
/* */

.lowPage .inner .conerBox02 p, .lowPage .inner .conerBox02 h3, .lowPage .inner .conerBox02 h4, .lowPage .inner .conerBox02 h5, .lowPage .inner .conerBox02 h6 {
	margin: 0px 0px 6px 0px;
}

.lowPage .conerBox03 {
	background: #FFF0C6 url(../img/cnt_cnr01_btm.gif) no-repeat left bottom;
	padding-bottom: 7px;
	margin-top: 16px;
}
.lowPage .conerBox03 .inner {
	background: url(../img/cnt_cnr01_top.gif) no-repeat;
	padding: 15px 15px 0px 15px;
	margin: 0px;
	width: auto;
}
.lowPage .conerBox03 .inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .lowPage .conerBox03 .inner { display: inline-block; }
/* no ie mac \*/
* html .lowPage .conerBox03 .inner { height: 0.1%; }
.lowPage .conerBox03 .inner { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .lowPage .conerBox03 .inner { display: inline-block; }
/* */

.lowPage .inner .conerBox03 p, .lowPage .inner .conerBox03 h3, .lowPage .inner .conerBox03 h4, .lowPage .inner .conerBox03 h5, .lowPage .inner .conerBox03 h6 {
	margin: 0px 0px 6px 0px;
}
.lowPage .inner .conerBox03 ul {
	margin: 0px 0px 6px 10px;
}
.lowPage .inner .conerBox03 .scap {
	margin-top: 0px !important;
	margin-bottom: 6px !important;
	border-bottom: 1px solid #A6937C;
	padding: 0px 0px 4px 0px !important;
}




/* PAGING -------------------------------------------------- */
.paging {
	width: 522px;
	height: 50px;
	margin: 0px 12px -24px 12px;
	font-size: 84%;
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
}

.paging .prev {
	text-align: left;
	background: url(../img/ic_prev.gif) no-repeat 0px 3px;
	width: 186px;
	_width: 200px; /* for IE6 */
	padding: 0px 0px 0px 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.paging .next {
	text-align: right;
	background: url(../img/ic_next.gif) no-repeat 100% 3px;
	width: 186px;
	_width: 200px; /* for IE6 */
	padding: 0px 14px 0px 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.paging .topagetop {
	position: absolute;
	left: 261px;
	bottom: 0px;
	text-align: center;
	background: url(../img/ic_tohead.gif) no-repeat center top;
	width: 182px;
	margin-left: -91px;
	padding: 9px 0px 0px 0px;
}
.paging a:link {
	color: #71594C;
}
.paging a:visited {
	color: #AF743A;
}
.paging a:hover {
	color: #71594C;
}
.paging a:active {
	color: #8E7D6D;
}





/* ICON -------------------------------------------------- */
.icContact {
	background: url(../img/ic_contact.gif) no-repeat 0px 0.3em;
	padding-left: 20px;
	margin-bottom: 6px;
}

.icLink {
	background: url(../img/ic_insidelink.gif) no-repeat 0px 0.15em;
	padding: 2px 0px 2px 18px;
}

.icOutLink {
	background: url(../img/ic_outsidelink.gif) no-repeat 0px 0.15em;
	padding: 2px 0px 2px 18px;
}

.icGlLink {
	background: url(../img/ic_gllink.gif) no-repeat 0px 0.15em;
	padding: 2px 0px 2px 18px;
}

.icArrow01 {
	padding-left: 8px;
	background: url(../img/ic_arw01.gif) no-repeat left center;
}

.icArrow02 {
	padding-left: 8px;
	background: url(../img/ic_arw02.gif) no-repeat left center;
}

.icA {
	padding-left: 14px !important;
	background: url(../img/ic_a.png) no-repeat 0px 0em;
}
* html .icA {
	behavior: expression(IEPNGFIX.fix(this));
}

.icB {
	padding-left: 14px !important;
	background: url(../img/ic_b.png) no-repeat 0px 0em;
}
* html .icB {
	behavior: expression(IEPNGFIX.fix(this));
}

.icLogo01 {
	padding-left: 22px;
	background: url(../img/ic_logo01.png) no-repeat 0px 0em;
}
* html .icLogo01 {
	behavior: expression(IEPNGFIX.fix(this));
}

.icLogo02 {
	padding-left: 22px;
	background: url(../img/ic_logo02.png) no-repeat 0px 0em;
}
* html .icLogo02 {
	behavior: expression(IEPNGFIX.fix(this));
}

.icArc {
	padding-left: 14px !important;
	background: url(../img/ic_arc.png) no-repeat 0px 0em;
}
* html .icArc {
	behavior: expression(IEPNGFIX.fix(this));
}

.icAme {
	padding-left: 14px !important;
	background: url(../img/ic_ame.png) no-repeat 0px 0em;
}
* html .icAme {
	behavior: expression(IEPNGFIX.fix(this));
}

.icMovie4u {
	padding-left: 14px !important;
	background: url(../img/ic_movie4u.png) no-repeat 0px 0em;
}
* html .icMovie4u {
	behavior: expression(IEPNGFIX.fix(this));
}

.icGl {
	padding-left: 14px !important;
	background: url(../img/ic_gl.png) no-repeat 0px 0em;
}
* html .icGl {
	behavior: expression(IEPNGFIX.fix(this));
}




/* TEXT -------------------------------------------------- */
.txBold {
	font-weight: bold;
}
.txSmall {
	font-size: 84%;
	line-height: 130%;
}
.txLarge {
	font-size: 116%;
	line-height: 130%;
}
.txOrange {
	color: #FF8200;
}
.txMinus {
	letter-spacing: -0.06em;
}




/* ALIGN -------------------------------------------------- */
.alnCenter {
	text-align: center;
	display: block;
}
.alnRight {
	text-align: right;
	display: block;
}
.alnLeft {
	text-align: left;
	display: block;
}




/* FLOAT -------------------------------------------------- */
.fltL {
	float: left;
	padding: 0px 10px 4px 0px;
}
.fltR {
	float: right;
	padding: 0px 0px 4px 10px;
}
img.fltL {
	float: left;
	padding: 0px 10px 4px 0px !important;
	margin: 0px 10px 4px 0px;
}
img.fltR {
	float: right;
	padding: 0px 0px 4px 10px !important;
	margin: 0px 0px 4px 10px;
}
.clearFlt {
	clear: both;
}






/* TABLE -------------------------------------------------- */
.lowPage table {
	margin-top: 16px;
}

.listTbl01 {
	width: 100%;
	margin-top: 16px;
	border-top: 1px solid #E9E5DE;
}
.listTbl01 th, .listTbl01 td {
	text-align: left;
	vertical-align: top;
	padding: 8px 8px 10px 10px;
	border-top: 2px solid #FFFFFF;
}
.listTbl01 th {
	font-weight: bold;
	white-space: nowrap;
	width: 15%;
	background: url(../img/table_bg01.gif) repeat-x left bottom;
}
.listTbl01 td {
	background: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #E9E5DE;
}
.listTbl01 table {
	width: 100%;
	margin-top: 0px;
	border-top: none;
	margin: -10px -8px -11px -7px;
}

.basicTbl01 {
	border-collapse: collapse;
	margin-top: 16px;
}
.basicTbl01 th, .basicTbl01 td {
	border: 1px solid #CDC3B4;
	padding: 5px;
}
.basicTbl01 thead th {
	background: #FFF0C6;
}
.basicTbl01 th {
	background: #F3F0EC;
}
.basicTbl01 td {
	background: #FFFFFF;
}






/* LIST -------------------------------------------------- */
.lowPage .inner ol.listOL01 {
	margin-left: 0px;
	margin-top: 16px;
}
.lowPage .inner ol.listOL01 li {
	margin-left: 2em;
}

.lowPage .inner ol.listOL02 {
	margin-left: 0px;
}
.lowPage .inner ol.listOL02 li {
	margin-left: 2em;
	margin-top: 16px;
}

.lowPage .inner ul.listUL01 {
	margin-left: 0px;
	margin-top: 16px;
}
.lowPage .inner ul.listUL01 li {
	margin-left: 1.2em;
}






/* SITE MAP -------------------------------------------------- */
#sitemapWrap {
	padding-bottom: 12px;
}
#sitemapWrap:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #sitemapWrap { display: inline-block; }
/* no ie mac \*/
* html #sitemapWrap { height: 0.1%; }
#sitemapWrap { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #sitemapWrap { display: inline-block; }
/* */

#sitemapLeft {
	width: 158px;
	float: left;
}
#sitemapRight {
	width: 280px;
	float: left;
}
#sitemapWrap ul {
	list-style-type: none;
	margin-left: 32px !important;
}
#sitemapWrap ul ul {
	padding-top: 4px;
	margin-left: 18px !important;
}
#sitemapWrap ul li {
	padding-top: 26px;
	padding-bottom: 4px;
	margin-left: 0px !important;
	line-height: 110%;
}
#sitemapWrap ul li li {
	padding-top: 4px;
	line-height: 110%;
}
#sitemapWrap a {
	color: #71594C;
}
#sitemapWrap ul li.sitemapEx01 {
	margin-left: 8px !important;
}
#sitemapWrap ul li.sitemapEx02 {
	padding-top: 4px;
	margin-left: 8px !important;
}
.icArrowStmp {
	padding-left: 8px;
	background: url(../img/ic_arw02.gif) no-repeat left center;
	color: #71594C !important;
}





/* RECRUIT -------------------------------------------------- */
.lowPage .memberTbl {
	width: 515px;
	border: none;
	empty-cells: show;
}
.lowPage .memberTbl th {
	text-align: left;
	vertical-align: top;
	width: 236px;
	height: 184px;
	border: none;
	padding: 3px 0px 0px 0px;
	background: url(../img/member_ctg_none.jpg) no-repeat 0px 3px;
}
.lowPage .memberTbl div {
	width: 236px;
	height: 184px;
	background: no-repeat 0px 0px;
}
.lowPage .memberTbl td {
	width: 279px;
	border: none;
	padding: 0px;
	background: none;
	vertical-align: top;
}
.lowPage .memberTbl td ul {
	width: 279px;
	list-style-type: none;
	margin-left: 0px;
}
.lowPage .memberTbl td ul li {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #D1C9BC;
	background: url(../img/member_bg01.gif) no-repeat 0px 6px;
	margin-left: 0px;
}
.lowPage .memberTbl td ul li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .lowPage .memberTbl td ul li { display: inline-block; }
/* no ie mac \*/
* html .lowPage .memberTbl td ul li { height: 0.1%; }
.lowPage .memberTbl td ul li { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .lowPage .memberTbl td ul li { display: inline-block; }
/* */

.lowPage .memberTbl td li .thumb {
	display: block;
	width: 108px;
	_width: 106px; /* for IE6 */
	height: 80px;
	background: no-repeat 0px 0px;
	float: left;
}
/*.lowPage .memberTbl td li img {
	display: block;
	float: left;
	margin-right: 8px;
}*/
.lowPage .memberTbl td li .engName {
	display: block;
}
.lowPage .memberTbl td li a {
	width: 95%;
	_width: 100%; /* for IE6 */
	padding-right: 16px;
	display: block;
}
.lowPage .memberTbl td li a:link {
	color: #71594C;
}
.lowPage .memberTbl td li a:visited {
	color: #AF743A;
}
.lowPage .memberTbl td li a:hover {
	color: #71594C;
	cursor: pointer;
}
.lowPage .memberTbl td li a:active {
	color: #8E7D6D;
}

.lowPage #memberDtl {
	margin-left: 20px;
}
.lowPage .memberCap {
	background: url(../img/member_bg02_top.gif) no-repeat;
	margin-top: 24px;
	margin-left: -20px;
	margin-bottom: -6px;
	width: 522px;
	clear: both;
}
.lowPage .memberCap h3 {
	background: url(../img/member_bg02_btm.gif) no-repeat left bottom;
	padding: 12px 16px 12px 36px;
	margin-top: 0px !important;
	font-weight: bold;
	color: #FF8200;
}





/* SERVICE -------------------------------------------------- */
.lowPage .serviceTbl01 {
	width: 522px;
	border: none;
	empty-cells: show;
	/*margin-bottom: -6px;*/
}
.lowPage .serviceTbl01 th {
	text-align: left;
	vertical-align: top;
	width: 176px;
	border: none;
	padding: 0px 0px 20px 0px;
	background: url(../../service/img/service_thm_none.jpg) no-repeat 0px 0px;
	border-bottom: 2px solid #ECE9E3;
}
.lowPage .serviceTbl01 th img {
	margin-right: 12px;
}
.lowPage .serviceTbl01 th div {
	width: 164px;
	height: 120px;
	background: no-repeat 0px 0px;
}
.lowPage .serviceTbl01 th div a {
	display: block;
	width: 164px;
	height: 120px;
	text-decoration: none;
}
.lowPage .serviceTbl01 td {
	width: 346px;
	border: none;
	border-bottom: 2px solid #ECE9E3;
	padding: 0px 0px 20px 0px;
	background: none;
	vertical-align: top;
}

.lowPage .serviceTbl01 h4 {
	background: url(../img/cnt_line01.gif) repeat-x left bottom;
	margin-top: 0px !important;
	padding-bottom: 6px;
	margin-bottom: -10px;
}
.lowPage .serviceTbl01 h4 .icLink {
	display: block;
	background-position: 0px 0.3em;
}

.lowPage .serviceTbl01 .dtlLink {
	display: block;
	margin-top: 8px;
	text-align: right;
	padding-right: 12px;
	background: url(../img/ic_arw01.gif) no-repeat right center;
	line-height: 110%;
}


.lowPage .serviceTbl02 {
	width: 515px;
	border: none;
	empty-cells: show;
	/*margin-bottom: -6px;*/
}
.lowPage .serviceTbl02 th {
	text-align: left;
	vertical-align: top;
	width: 146px;
	border: none;
	padding: 0px 0px 20px 0px;
	background: url(../../service/mobile_content/img/mblcon_thm_none.jpg) no-repeat 0px 0px;
	border-bottom: 2px solid #ECE9E3;
}
.lowPage .serviceTbl02 th img {
	margin-right: 10px;
}
.lowPage .serviceTbl02 td {
	width: 376px;
	border: none;
	border-bottom: 2px solid #ECE9E3;
	padding: 0px 0px 20px 0px;
	background: none;
}

.lowPage .serviceTbl02 h4 {
	background: url(../img/cnt_line01.gif) repeat-x left bottom;
	margin-top: 0px !important;
	padding-bottom: 6px;
	margin-bottom: -10px;
}
.lowPage .serviceTbl02 h4:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .lowPage .serviceTbl02 h4 { display: inline-block; }
/* no ie mac \*/
* html .lowPage .serviceTbl02 h4 { height: 0.1%; }
.lowPage .serviceTbl02 h4 { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .lowPage .serviceTbl02 h4 { display: inline-block; }
/* */

.lowPage .serviceTbl02 h4 .icLink {
	display: block;
	background-position: 0px 0.3em;
}
.lowPage .serviceTbl02 h4 .career {
	display: block;
	float: right;
	text-align: right;
	padding-top: 2px;
}
.lowPage .serviceTbl02 h4 .career img {
	margin-left: 1px;
}

.lowPage .serviceTbl02 .dtlLink {
	display: block;
	clear: both;
	margin-top: 8px;
	text-align: right;
	padding-right: 12px;
	background: url(../img/ic_arw01.gif) no-repeat right center;
	line-height: 110%;
}

.lowPage .serviceTbl03 {
	width: 522px;
	border: none;
	empty-cells: show;
	/*margin-bottom: -6px;*/
}
.lowPage .serviceTbl03 th {
	text-align: left;
	vertical-align: top;
	width: 164px;
	border: none;
	padding: 0px 0px 20px 0px;
	background: url(../../service/mobile_solution/img/mblsol_thm_none.jpg) no-repeat 0px 0px;
	border-bottom: 2px solid #ECE9E3;
}
.lowPage .serviceTbl03 div {
	width: 150px;
	height: 120px;
	background: no-repeat 0px 0px;
}
.lowPage .serviceTbl03 div a {
	display: block;
	width: 150px;
	height: 120px;
	margin-right: 10px;
	text-decoration: none;
}
.lowPage .serviceTbl03 td {
	width: 358px;
	border: none;
	border-bottom: 2px solid #ECE9E3;
	padding: 0px 0px 20px 0px;
	background: none;
}

.lowPage .serviceTbl03 h4 {
	background: url(../img/cnt_line01.gif) repeat-x left bottom;
	margin-top: 0px !important;
	padding-bottom: 6px;
	margin-bottom: -10px;
}
.lowPage .serviceTbl03 h4 .icLink {
	display: block;
	background-position: 0px 0.3em;
}

.lowPage .serviceTbl03 .dtlLink {
	display: block;
	margin-top: 8px;
	text-align: right;
	padding-right: 12px;
	background: url(../img/ic_arw01.gif) no-repeat right center;
	line-height: 110%;
}


.lowPage .serviceTbl04 {
	width: 522px;
	margin-top: 16px;
	border: none;
	border-top: 1px solid #ECE9E3;
	empty-cells: show;
	/*margin-bottom: -6px;*/
}
.lowPage .serviceTbl04 th, .lowPage .serviceTbl04 td {
	border-bottom: 1px solid #ECE9E3;
}
.lowPage .serviceTbl04 th {
	padding: 6px 0px;
	width: 2.4em;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.lowPage .serviceTbl04 th img {
	margin: -6px 0px;
}
.lowPage .serviceTbl04 td {
	padding: 6px 0px;
	vertical-align: top;
}


.lowPage .lcapArc {
	background: #00C79D url(../img/cnt_lcap_arc_top.gif) no-repeat;
	padding-top: 4px;
	margin-top: 24px;
	margin-bottom: -6px;
}
.lowPage .lcapArc h3, .lowPage .lcapArc h4, .lowPage .lcapArc h5, .lowPage .lcapArc h6 {
	background: #00C79D url(../img/cnt_lcap_arc_btm.gif) no-repeat left bottom;
	padding: 0px 12px 4px 12px;
	margin-top: 0px !important;
	font-weight: bold;
	color: #FFFFFF;
}

.lowPage .lcapAme {
	background: #00C7D2 url(../img/cnt_lcap_ame_top.gif) no-repeat;
	padding-top: 4px;
	margin-top: 24px;
	margin-bottom: -6px;
}
.lowPage .lcapAme h3, .lowPage .lcapAme h4, .lowPage .lcapAme h5, .lowPage .lcapAme h6 {
	background: #00C7D2 url(../img/cnt_lcap_ame_btm.gif) no-repeat left bottom;
	padding: 0px 12px 4px 12px;
	margin-top: 0px !important;
	font-weight: bold;
	color: #FFFFFF;
}

.lowPage .lcapGL {
	background: #7CBD27 url(../img/cnt_lcap_gl_top.gif) no-repeat;
	padding-top: 4px;
	margin-top: 24px;
	margin-bottom: -6px;
}
.lowPage .lcapGL h3, .lowPage .lcapGL h4, .lowPage .lcapGL h5, .lowPage .lcapGL h6 {
	background: #7CBD27 url(../img/cnt_lcap_gl_btm.gif) no-repeat left bottom;
	padding: 0px 12px 4px 12px;
	margin-top: 0px !important;
	font-weight: bold;
	color: #FFFFFF;
}


.lowPage .greenTbl01 {
	width: 522px;
	border: none;
	empty-cells: show;
	/*margin-bottom: -6px;*/
}
.lowPage .greenTbl01 th {
	text-align: left;
	vertical-align: top;
	width: 176px;
	border: none;
	padding: 0px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #9DCE5D;
}
.lowPage .greenTbl01 th img {
	margin: 0px 6px;
}
.lowPage .greenTbl01 td {
	width: 346px;
	border: none;
	border-bottom: 1px solid #9DCE5D;
	padding: 0px 0px 20px 0px;
	background: none;
	vertical-align: top;
}

.lowPage .greenTbl01 h4 {
	background: url(../../common/img/cnt_line_gl.gif) repeat-x left bottom;
	margin-top: 0px !important;
	padding-bottom: 6px;
	margin-bottom: -10px;
}
.lowPage .greenTbl01 h4 .icGlLink {
	display: block;
	background-position: 0px 0.3em;
	color: #7CBD27;
}

.lowPage .greenTbl01 h5 {
	background: url(../../common/img/cnt_line_gl.gif) repeat-x left bottom;
	margin-top: 0px !important;
	padding-bottom: 6px;
	margin-bottom: -10px;
}
.lowPage .greenTbl01 h5 .icGlLink {
	display: block;
	background-position: 0px 0.3em;
	color: #7CBD27;
}

.lowPage .greenTbl01 .dtlLink {
	display: block;
	margin-top: 4px !important;
	text-align: right;
	padding-right: 12px;
	background: url(../img/ic_arw_gl.gif) no-repeat right center;
	line-height: 110%;
}
.lowPage .greenTbl01 .dtlLink a {
	color: #7CBD27;
}

.lowPage .greenTbl01 .ecLinks {
	line-height: 110%;
}
.lowPage .greenTbl01 .ecLinks a {
	color: #71594C;
}
.lowPage .greenTbl01 .ecLinks img {
	margin-right: 5px;
	vertical-align: middle;
}

.lowPage .greenTbl01 table th, .lowPage .greenTbl01 table td {
	border: none;
	font-weight: normal;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: auto;
}


.lowPage .trackList01 {
	background: #EDFFDD url(../img/cnt_gl_btm.gif) no-repeat left bottom;
	padding-bottom: 7px;
	margin-top: -2px;
	color: #4F3E34;
}
.lowPage .trackList01 .inner {
	background: url(../img/cnt_gl_top.gif) no-repeat;
	padding: 15px 15px 0px 15px;
	margin: 0px;
	width: auto;
}

.lowPage .inner .trackList01 p, .lowPage .inner .trackList01 h3, .lowPage .inner .trackList01 h4, .lowPage .inner .trackList01 h5, .lowPage .inner .trackList01 h6 {
	margin: 0px 0px 6px 0px;
}
.lowPage .inner .trackList01 ol {
	margin: 0px 0px 6px 6px !important;
}
.lowPage .inner .trackList01 ol li {
	padding-bottom: 8px;
	margin-left: 2em;
	vertical-align: middle;
}
.lowPage .inner .trackList01 ol li object {
	vertical-align: middle;
}
.lowPage .inner .trackList01 ol li img {
	vertical-align: middle;
	margin-left: 10px;
}
.lowPage .inner .trackList01 a {
	color: #4F3E34;
}
.lowPage .inner .trackList01 .scap {
	margin-top: 0px !important;
	margin-bottom: 6px !important;
	border-bottom: 1px solid #B6AE9E;
	padding: 0px 0px 4px 0px !important;
}
.lowPage .inner .trackList01 .scap span {
	display: block;
}

.lowPage .inner .trackList01 table {
	margin-left: 1em;
}
.lowPage .inner .trackList01 th, .lowPage .inner .trackList01 td {
	padding-bottom: 8px;
	padding-right: 5px;
	font-size: 84%;
}
.lowPage .inner .trackList01 th {
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}







/* GOOGLE MAP -------------------------------------------------- */
#gglmap {
	width: 522px;
	height: 380px;
	margin-top: 16px;
	background: #CCCCCC;
}







/* TOP PAGE -------------------------------------------------- */
#topMain {
	width: 380px;
	float: left;
}

#topSub {
	width: 160px;
	float: right;
	text-align: center;
}
#topSub p {
	margin: 0px auto 6px auto;
	line-height: 100%;
}
#topSub p#jasrac {
	width: 80px;
	font-size: 84%;
}
#topSub p#jasrac img {
	margin-bottom: 3px;
}

#topMain .topBox01 {
	background: url(../../img/top_cnr01_top.gif) no-repeat;
	padding-top: 12px;
	margin-bottom: 13px;
}
#topMain .topBox01 .inner {
	background: url(../../img/top_cnr01_btm.gif) no-repeat left bottom;
	padding: 0px 18px 14px 18px;
}
#topMain .topBox01 h2 {
	margin: 0px -6px 8px -6px;
}
#topMain .topBox01 ul {
	list-style-type: none;
}
#topMain .topBox01 ul li {
	padding-left: 10px;
	background: url(../img/ic_arw01.gif) no-repeat 0px 0.2em;
}
#topMain .topBox01 ul li a:link, #topMain .topBox01 ul li a:visited {
	color: #4F3E34;
}

#topMain .topBox02 {
	/* */
}
#topMain .topBox02 h2 {
	position: relative;
	left: 0px;
	top: 1px;
	z-index: 100;
}
#topMain .topBox02 .set {
	border-top: 1px solid #E8E3DB;
	padding-top: 8px;
	margin-bottom: 8px;
}
#topMain .topBox02 .set:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #topMain .topBox02 .set { display: inline-block; }
/* no ie mac \*/
* html #topMain .topBox02 .set { height: 0.1%; }
#topMain .topBox02 .set { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #topMain .topBox02 .set { display: inline-block; }
/* */

#topMain .topBox02 .prdimg {
	float: left;
	width: 132px;
	text-align: center;
}
#topMain .topBox02 .prdtxt {
	float: left;
	width: 240px;
	padding-top: 6px;
}
#topMain .topBox02 .prdtxt h3 {
	font-weight: bold;
	line-height: 110%;
	padding-left: 18px;
	margin-bottom: 6px;
}
#topMain .topBox02 .prdtxt h3 a {
	background:  url(../img/ic_insidelink.gif) no-repeat 0px 0.1em;
	display: block;
	padding-left: 18px;
	margin-left: -18px;
}
#topMain .topBox02 .prdtxt p {
	padding-left: 18px;
	font-size: 84%;
	line-height: 120%;
}

.topSide {
	background: none !important;
}

.topSide .topBox03 {
	/* */
}
.topSide .topBox03 p {
	padding-bottom: 8px;
}

.topSide .topBox04 {
	padding: 0px 10px 10px 10px;
	background: url(../../img/top_cnr02_btm.gif) no-repeat left bottom;
}
.topSide .topBox04 h2 {
	margin: 0px -10px;
}
.topSide .topBox04 ul {
	list-style-type: none;
}
.topSide .topBox04 ul li {
	padding-top: 10px;
}
.topSide .topBox04 ul li {
	padding-top: 10px;
	font-size: 84%;
}
.topSide .topBox04 ul li .date {
	color: #FF6E00;
}
.topSide .topBox04 ul li .smry {
	line-height: 120%;
}
.topSide .topBox04 ul li .smry a:link, .topSide .topBox04 ul li .smry a:visited {
	color: #4F3E34;
	text-decoration: underline;
}















