@charset "utf-8";

@import "hacks.css";
@import "forms.css";
@import "table.css";
@import "error.css";

/*_______________HTML_TAGS_______________*/
html{
	/*¥*/height:100%;/**/
}

body{
	/*¥*/height:100%;/**/
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	background-image:url(../image/bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	font-size:100%;
	line-height:1.5;
	color:#454545;
}

* html body{padding-left:1px;} 

a:link{
	color:#454545;
	text-decoration:none;
	outline:none;
	border:none 0px #FFF;
}

a:visited {
	color:#454545;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#DB453a;
	text-decoration:none;
	outline:none;
}

a:active {
/*	color: #cbdcce;*/
	text-decoration:underline;
	outline:none;
}

img{
	text-decoration:none;
	border:none 0px #FFF;
}

strong{
	color:#EE8d7b;
	font-weight:bold;
}

hr{
	display:none;
}

sup{
	font-size:40%;
	vertical-align:super;
}

div,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7{
	margin:0px;
	padding:0px;
	font-size:100%;
}

ul{
	margin:0px 0px 10px 0px;
	padding:0em 0em 0em 1.2em;
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-1.2em;
}

ol{
	margin:0px 0px 10px 2px;
	padding:0em 0em 0em 1.2em;
	list-style-type:decimal;
	list-style-position:inside;
	text-indent:-1.2em;
}


/*_______________font-color_______________*/
.fontFFF{color:#fff;}

/*_______________font-weight_______________*/
.textBold{font-weight:bold;}
.textNorm{font-weight:normal;}


/*_______________SEO_HIDE_TEXT_______________*/
.hideBlock{
	display:none;
}

/*_______________MAIN_LAYOUT_______________*/
#contentDoc{
	width:760px;
	margin:0px auto;
	padding:0px;
	border:none;
	text-align:left;
	position:relative;
}

/*_______________HEADERS_______________*/
#headers{
	width:760px;
	height:101px;
	margin:0px;
	padding:0px;
	border:none;
	background-image:url(../image/header_bg.gif);
	background-repeat:repeat-x;
}

h1#siteID{
	width:233px;
	height:101px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	float:left;
}

div#siteDescription{
	width:375px;
	height:70px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	float:right;
}

div#headerMenu{
	width:387px;
	height:31px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	float:right;
}

div#commonMenu{
/*	width:240px;*/
	height:31px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	float:right;
}

div#commonMenu ul,div#commonMenu li{
	margin:0px;
	padding:0px;
	display:inline;
	text-indent:0em;
	list-style-position:outside;
	list-style-type:none;
}

div#commonMenu a{
	width:80px;
	height:23px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}

div#commonMenu a:hover{
	text-indent:-80px;
}


div#fontMenu{
	width:147px;
	height:23px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	float:right;
	background-image:url(../image/fontmenu.gif);
}

div#fontMenu ul{
	width:75px;
	height:23px;
	margin:0px 0px 0px 72px;
	padding:0px;
	border:none;
	outline:none;
	text-indent:0em;
	list-style-position:outside;
}

div#fontMenu li{
	width:17px;
	height:23px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	display:inline;
}

div#fontMenu a{
	width:17px;
	height:23px;
	margin:0px;
	padding:0px 0px 0px 5px;
	border:none;
	outline:none;
	float:left;
	display:block;
	overflow:hidden;
}

div#fontMenu a:hover,div#fontMenu a.Selected{
	text-indent:-25px;
}

/*_______________GLOBAL_MENU_______________*/
div#globalMenu{
	width:760px;
	height:46px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	position:relative;
}

div#globalMenu ul{
	margin:0px;
	padding:0px;
	text-indent:0em;
	list-style-type:none;
	list-style-position:outside;
}

div#globalMenu li{
	width:152px;
	margin:0px;
	padding:0px;
	display:inline;
}

div#globalMenu a{
	width:152px;
	height:46px;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	outline:none;
	position:relative;
	overflow:hidden;
}

div#globalMenu a:hover{
	text-indent:-152px;
}

div#globalMenu ul.dropDown{
	position:absolute;
	width:150px;
	margin:0px;
	padding:0px;
	border:solid 1px #d5d5d5;
	z-index:5;
	list-style-position:outside;
	list-style-type:none;
	text-indent:0;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	display:none;
	line-height:0;
	background-color:#f60;
}

div#globalMenu ul#submenu01{
	top:46px;
	left:0px;
}

div#globalMenu ul#submenu02{
	top:46px;
	left:152px;
}

div#globalMenu ul#submenu04{
	top:46px;
	left:456px;
}

div#globalMenu ul#submenu05{
	top:46px;
	left:608px;
}

div#globalMenu ul.dropDown li{
	width:150px;
	height:26px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:none;
	zoom:1;
}

div#globalMenu ul.dropDown a{
	width:140px;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px;
	background-color:#f60;
	display:block;
	border-bottom:solid 1px #d5d5d5;
/*	float:left;*/
	color:#fff;
	line-height:normal;
	vertical-align: top;
}

div#globalMenu ul.dropDown a:hover{
	background-color:#6cc;
	color:#fff;
	text-indent:0px;
	zoom: 1;
}

/*_______________COMMON_FOOTER_______________*/
div#footers{
	width:740px;
	height:80px;
	margin:0px;
	padding:10px;
	border-top:solid 1px #eaeae8;
	font-size:65%;
	line-height:1;
}

div#footerMenu{
	width:360px;
	margin:0px;
	padding:0px;
	float:left;
}

div#footerMenu ul{
	margin:0em 0em 0em -0.6em;
	padding:0px;
	display:inline;
	text-indent:0em;
	list-style-position:outside;
	list-style-type:none;
}

div#footerMenu li{
	margin:0em 0em 0em 0.6em;
	padding:0em 0.6em 0em 0em;
	display:inline;
	border-right:solid 1px #333;
}

div#footerMenu li.lastItem{
	border:none;
}

div#copyright{
	width:370px;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:right;
	text-align:right;
}

/*_______________breadclumb_______________*/
div#breadClumb{
	width:760px;
	height:23px;
	margin:1px 0px 0px;
	padding:0px;
	background-color:#f5f5f5;
	border-bottom:solid 1px #eaeae8;
	text-align:left;
	font-size:78%;
	line-height:2;
}

div#breadClumb ul{
	margin:0px 0px 0px 10px;
	padding:0px;
	text-indent:0em;
	list-style-position:outside;
	text-indent:0em;
}

div#breadClumb li{
	display:inline;
	margin:0px;
	padding:0px;
}

div#breadClumb a{
	height:23px;
	margin:0px 2px 0px 0px;
	padding:0px 14px 0px 0px;
	float:left;
	display:block;
	border:none;
	background-image:url(../image/bc_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	outline:none;
}

/*__PAGE_TOP_LINK__*/
.gotoPageTop{
	text-align:right;
	margin:20px 30px 20px;
	padding:0px;
}

.gotoPageTop a{
	margin:0px;
	padding:3px 0px 3px 20px;
	background-image:url(../image/arrow_t.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	line-height:1;
}

/*_______________CONTENT_______________*/
div#contentArea{
	width:760px;
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
	background-image:url(../image/content_bg.gif);
}

div#mainContent{
	width:560px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}

div#contentFull{
	width:760px;
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
	position:relative;
}

/*_______________PAGE_FORMAT_______________*/
h2.pageTitle{
	width:560px;
	margin:0px;
	padding:24px 0px 26px;
	color:#333;
}

/*____1_COLLUMS____*/

div.pageLead{
	margin:0px 30px 0px 30px;
	padding:0px 0px 15px;
	font-weight:bold;
}

/*____1_COLLUMS____*/
div.para1collumn{
	margin:0px 30px 0px 30px;
	padding:0px 0px 15px;
}

/*____2_COLLUMS____*/
div.para2collumnL{
	width:240px;
	margin:0px 10px 0px 30px;
	padding:0px 0px 15px;
	float:left;
	display:inline;
}

div.para2collumnR{
	width:240px;
	margin:0px 30px 0px 10px;
	padding:0px 0px 15px;
	float:left;
	display:inline;
}

div.pageLead p,div.para1collumn p,div.para2collumnL p,div.para2collumnR p{
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul.listNote{
	margin:0px 0px 10px 0px;
	padding:0em 0em 0em 1.2em;
	list-style-type:none;
	list-style-position:outside;
	text-indent:-1.2em;
}

div.pageLead dl,div.para1collumn dl,div.para2collumnL dl,div.para2collumnR dl{
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*____Headers____*/
h3.headerS{
	height:24px;
	margin:0px 30px 10px;
	padding:4px 0px 0px 18px;
	font-weight:bold;
	line-height:1;
	vertical-align:middle;
	color:#fff;
	background-image:url(../image/header_s.gif);
	background-repeat:no-repeat;
}

h3.headerL{
	margin:0px 30px 10px;
	padding:0px 0px 3px 18px;
	font-weight:bold;
	line-height:1.5;
	color:#9dce92;
	border-bottom:dotted 2px #9dce92;
	background-image:url(../image/headerl_icon.gif);
	background-repeat:no-repeat;
}

h3.headerO{
	margin:0px 30px 10px;
	padding:0px 0px 3px 0px;
	font-weight:bold;
	line-height:1.5;
	color:#9dce92;
	border-bottom:dotted 2px #9dce92;
}

h4.headerM{
	margin:0px 0px 5px;
	padding:0px;
	color:#333;
	font-weight:bold;
}

/*box collumn*/
div.boxCollumn{
	margin:0px 30px 15px 30px;
	padding:0px 0px 10px;
	background-image:url(../image/box_collumn_02.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div.boxTopLine{
	width:500px;
	height:6px;
	margin:0px 0px 4px;
	padding:0px;
	background-image:url(../image/box_collumn_01.gif);
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
}

div.boxCollumn h3.headerL{
	margin:0px 2px 10px;
	padding:0px 10px 3px 28px;
	background-position:10px 0px;
}

div.boxCollumn p{
	margin:0px 10px 10px;
	padding:0px;
}

div.boxCollumn ul,div.boxCollumn ol{
	margin:0px 0px 10px;
	padding:0px 10px 10px 2.2em;
}

div.boxCollumn img,div.boxCollumn iframe{
	margin:0px 10px 10px;
	padding:0px;
}

/*box married*/

div#marriedBack{
	width:740px;
	margin:180px auto 0px;
	padding:0px;
	background-color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	position:absolute;
	left:10px;
	z-index:5;
	border:solid 1px #d5d5d5;
	display:none;
}

div#marriedContent{
	width:760px;
	margin:180px auto 50px;
	padding:20px 0px 0px;
	border:none;
	text-align:left;
	z-index:10;
	position:absolute;
/*	border:solid 1px #d5d5d5;
	background-color:#fff;*/
	display:none;
}

div.boxMarriedL{
	width:360px;
	margin:0px;
	padding:0px;
	float:left;
}

div.boxMarriedR{
	width:320px;
	margin:0px;
	padding:0px;
	float:right;
}

/*____PARAGRAPHS_APPENDIX____*/
.appendixDef{
	margin:0px 30px 10px;
	padding:5px 0px 0px;
	border-top:dashed 1px #d6d6d6;
}

.appendixExt{
	margin:0px 30px 10px;
	padding:5px 0px 0px;
	border-top:dashed 1px #d6d6d6;
	text-indent:-1.0em;
}

.appendixDef p{
	padding:0em 0em 3px 0em;
	margin:0px;
}

.appendixExt p{
	padding:0em 0em 3px 1em;
	margin:0px;
}
.appendixExt ul{
	list-style-position:outside;
	list-style-type:none;
}

.appendixDef li,.appendixExt li{
	padding-bottom:3px;
}

/*company info recruite*/
div#recruiteINfo{
	margin:20px 0px 30px;
	padding:0px;
}

div#recruiteINfo dt{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	float:left;
	clear:left;
}

div#recruiteINfo dd{
	margin:0px 0px 5px 0px;
	padding:0px 5px 3px 80px;
	border-bottom:dotted 1px #c5c5c5;
	background-image:url(../image/arrow_r.gif);
	background-position:60px 0px;
	background-repeat:no-repeat;
}

/*_____SIDE_BAR_____*/
div#sideBar{
	width:200px;
	margin:0px 0px 20px;
	padding:0px;
	float:right;
}

/*subMenu*/
div#sideBar dl.subMenu{
	margin:0px;
	padding:0px;
}

div#sideBar dl a{
	color:#fff;
	text-decoration:none;
	outline:none;	
}

div#sideBar dl.subMenu dt{
	width:180px;
	margin:0px;
	padding:2px 10px;
	background-color:#EE8D7C;
	line-height:1.5;
	color:#fff;
	font-weight:bold;
}

div#sideBar dl.subMenu dd{
	width:200px;
	margin:0px;
	padding:0px;
}

div#sideBar dl.subMenu dd ul{
	list-style-position:outside;
	list-style-type:none;
	text-indent:0px;
}

/*normal_link*/
div#sideBar dl.subMenu dd.normalMenu ul{
	margin:0px;
	padding:0px;
}

div#sideBar dl.subMenu dd.normalMenu ul li{
	margin:0px 0px 1px;
	padding:0px;
	background-color:#f2ba8c;
}

div#sideBar dl.subMenu dd.normalMenu ul li a{
	margin:0px 10px 0px;
	padding:3px 10px 3px 20px;
	background-image:url(../image/submenu_arrow0.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	display:block;
}

/*tree_menu*/
div#sideBar dl.subMenu dd.treeMenu ul.topDir{
	margin:0px;
	padding:0px;
}

div#sideBar dl.subMenu dd.treeMenu ul.sndDir{
	margin:0px 0px 0px 20px;
	padding:0px;
}

div#sideBar dl.subMenu dd.treeMenu ul.thdDir{
	margin:0px 0px 0px 20px;
	padding:0px;
}

div#sideBar dl.subMenu dd.treeMenu ul li{
	margin:0px 0px 1px;
	padding:0px;
	background-color:#f2ba8c;
}

div#sideBar dl.subMenu dd.treeMenu ul.topDir a{
	margin:0px 10px 0px;
	padding:3px 10px 2px 20px;
	background-position:0px 3px;
	background-repeat:no-repeat;
	display:block;
}

div#sideBar dl.subMenu dd.treeMenu ul.sndDir a{
	margin:0px 10px 0px;
	padding:0px 10px 2px 20px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
}

div#sideBar dl.subMenu dd.treeMenu ul.thdDir a{
	margin:0px 10px 0px;
	padding:0px 10px 2px 20px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
}

div#sideBar dl.subMenu dd.treeMenu a.showDir{
	background-image:url(../image/submenu_arrow2.gif);
}

div#sideBar dl.subMenu dd.treeMenu a.hideDir{
	background-image:url(../image/submenu_arrow1.gif);
}

div#sideBar dl.subMenu dd.treeMenu a.normal{
	background-image:url(../image/submenu_arrow0.gif);
}

div#sideBanner{
	width:180px;
	margin:25px 0px 0px;
	padding:0px 10px;
}

div#sideBanner ul{
	list-style-position:outside;
	text-indent:0;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#sideBanner li{
	margin:0px 0px 5px;
	padding:0px;
}


/*_____TEXT_____*/
strong.notice{
	font-weight:bold;
	color:#FC7B1A;
}

strong.special{
	font-weight:bold;
	color:#89c07b;
}
/*_____Sepalater_Line__*/
.pLineT10{
	width:500px;
	height:1px;
	line-height:1px;
	margin:10px 30px 0px;
	padding:0px;
	border-top:solid 1px #d6d6d6;
	clear:both;
}

.pLineB10{
	width:500px;
	height:1px;
	line-height:1px;
	margin:0px 30px 10px;
	padding:0px;
	border-top:solid 1px #d6d6d6;
	clear:both;
}

.pLineE10{
	width:500px;
	height:1px;
	line-height:1px;
	margin:10px 30px;
	padding:0px;
	border-top:solid 1px #d6d6d6;
	clear:both;
}

/*_____Sepalater_Line__*/
.dLineT10{
	width:500px;
	height:1px;
	line-height:1px;
	margin:10px 30px 0px;
	padding:0px;
	border-top:dashed 1px #d6d6d6;
	clear:both;
}

.dLineB10{
	width:500px;
	height:1px;
	line-height:1px;
	margin:0px 30px 10px;
	padding:0px;
	border-top:dashed 1px #d6d6d6;
	clear:both;
}

.dLineE10{
	width:500px;
	height:1px;
	line-height:1px;
	margin:10px 30px;
	padding:0px;
	border-top:dashed 1px #d6d6d6;
}

.dLineE05{
	width:500px;
	height:1px;
	line-height:1px;
	margin:5px 30px;
	padding:0px;
	border-top:dashed 1px #d6d6d6;
	clear:both;
}

/*_____PREV_NEXT_____*/
.linkNext{
	margin:0px;
	padding:0px 15px 0px 0px;
	background-image:url(../image/common/arrow_l.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
}

.linkPrev{
	margin:0px;
	padding:0px 0px 0px 15px;
	background-image:url(../image/common/arrow_r.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
}

/*____LINK_TEXT____*/
span.arrowLinkL{
	margin:0px;
	padding:0px 2px 0px 18px;
	background-image:url(../image/common/arrow_l.gif);
	background-position:2px 1px;
	background-repeat:no-repeat;
}

span.arrowLinkR{
	margin:0px;
	padding:0px 2px 0px 18px;
	background-image:url(../image/common/arrow_r.gif);
	background-position:2px 1px;
	background-repeat:no-repeat;
}

span.arrowLinkB{
	margin:0px;
	padding:0px 2px 0px 18px;
	background-image:url(../image/common/arrow_b.gif);
	background-position:2px 0px;
	background-repeat:no-repeat;
}

span.arrowLinkT{
	margin:0px;
	padding:0px 2px 0px 18px;
	background-image:url(../image/common/arrow_t.gif);
	background-position:2px 0px;
	background-repeat:no-repeat;
}

span.arrowLinkW{
	margin:0px;
	padding:0px 2px 0px 18px;
	background-image:url(../image/common/arrow_w.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
}

span.arrowLinkE{
	margin:0px;
	padding:0px 2px 0px 18px;
	background-image:url(../image/common/arrow_e.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
}

span.fileLinkPDF{
	display:block;
	margin:0px;
	padding:0px 2px 0px 0px;
	text-indent:24px;
	background-image:url(../image/common/s_icon_pdf.gif);
	background-position:2px 1px;
	background-repeat:no-repeat;
	line-height:1.8;
}

span.fileLinkDOC{
	display:block;
	margin:0px;
	padding:0px 2px 0px 24px;
	height:20px;
	background-image:url(../image/common/s_icon_doc.gif);
	background-position:2px 1px;
	background-repeat:no-repeat;
}

span.fileLinkXLS{
	display:block;
	margin:0px;
	padding:4px 2px 4px 24px;
	height:20px;
	background-image:url(../image/common/s_icon_xls.gif);
	background-position:2px 1px;
	background-repeat:no-repeat;
}

li.arrowLinkL{
	list-style-image:url(../image/common/arrow_l.gif);
}

li.arrowLinkR{
	list-style-image:url(../image/common/arrow_r.gif);
}

li.arrowLinkB{
	list-style-image:url(../image/common/arrow_b.gif);
}

li.arrowLinkT{
	list-style-image:url(../image/common/arrow_t.gif);
}

li.arrowLinkW{
	list-style-image:url(../image/common/arrow_w.gif);
}

li.arrowLinkE{
	list-style-image:url(../image/common/arrow_e.gif);
}



/*_____UTILITY_BOX_____*/
.boxLeft{float:left;display:inline;}
.boxRight{float:right;display:inline;}
.boxCenter{
	margin:0px auto;
	padding:0px;
}

/*____image_positioning____*/
.imageCenter{
	text-align:center;
	margin:0px auto 5px;
	padding:0px;
}
.imageLeft{
	float:left;
	margin:2px 5px 0px 0px;
	padding:0px;
	display:inline;
	clear:left;
}
.imageRight{
	float:right;
	margin:2px 0px 0px 5px;
	padding:0px;
	display:inline;
}

/*____image_positioning_with_captions____*/
.captionBoxL{
	text-align:center;
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
}
.captionBoxR{
	text-align:center;
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px;
}

.captionBoxL img,.captionBoxR img{
	margin:0px 0px 5px 0px;
	padding:0px;
	border:none;
	text-decoration:none;
}

/*_______________TEMPLATE_UTILITY_______________*/
.noMargin{
	margin:0px;
	padding:0px;
	border:0px;
	line-height:0px;
	text-decoration:none;
}

.centeredObj{
	margin:0px auto;
	padding:0px;
}

/*WIDTH*/
.width740{width:740px;}
.width720{width:720px;}
.width540{width:540px;}
.width528{width:528px;}
.width520{width:520px;}
.width518{width:518px;}
.width512{width:512px;}
.width510{width:510px;}
.width508{width:508px;}
.width500{width:500px;}
.width471{width:471px;}
.width460{width:460px;}
.width440{width:440px;}
.width380{width:380px;}
.width360{width:360px;}
.width340{width:340px;}
.width310{width:320px;}
.width300{width:300px;}
.width280{width:280px;}
.width260{width:260px;}
.width255{width:250px;}
.width250{width:250px;}
.width240{width:240px;}
.width200{width:200px;}
.width185{width:185px;}
.width168{width:168px;}
.width158{width:158px;}
.width140{width:140px;}
.width130{width:130px;}
.width120{width:120px;}
.width110{width:110px;}
.width100{width:100px;}
.width60{width:60px;}
.width50{width:50px;}

.width100per{width:100%;}

/*HEIGHT*/
.height100P{height:100%}

/*MARGIN_BOTTOM*/
.mgnB00{margin-bottom:0px;}
.mgnB05{margin-bottom:5px;}
.mgnB10{margin-bottom:10px;}
.mgnB15{margin-bottom:15px;}
.mgnB20{margin-bottom:20px;}

/*MARGIN_TOP*/
.mgnT00{margin-top:0px;}
.mgnT05{margin-top:5px;}
.mgnT10{margin-top:10px;}
.mgnT15{margin-top:15px;}
.mgnT20{margin-top:20px;}

/*MARGIN_LEFT*/
.mgnL00{margin-left:0px;}
.mgnL05{margin-left:5px;}
.mgnL10{margin-left:10px;}
.mgnL15{margin-left:15px;}
.mgnL20{margin-left:20px;}

/*MARGIN_RIGHT*/
.mgnR00{margin-left:0px;}
.mgnR05{margin-right:5px;}
.mgnR10{margin-right:10px;}
.mgnR15{margin-right:15px;}
.mgnR20{margin-right:20px;}

/*MARGIN_BOTTOM*/
.pdgB00{padding-bottom:0px;}
.pdgB05{padding-bottom:5px;}
.pdgB10{padding-bottom:10px;}
.pdgB15{padding-bottom:15px;}
.pdgB20{padding-bottom:20px;}

/*MARGIN_TOP*/
.pdgT00{padding-top:0px;}
.pdgT05{padding-top:5px;}
.pdgT10{padding-top:10px;}
.pdgT15{padding-top:15px;}
.pdgT20{padding-top:20px;}

/*MARGIN_LEFT*/
.pdgL00{padding-left:0px;}
.pdgL05{padding-left:5px;}
.pdgL10{padding-left:10px;}
.pdgL15{padding-left:15px;}
.pdgL20{padding-left:20px;}

/*MARGIN_RIGHT*/
.pdgR00{padding-right:0px;}
.pdgR05{padding-right:5px;}
.pdgR10{padding-right:10px;}
.pdgR15{padding-right:15px;}
.pdgR20{padding-right:20px;}


/*APPENDIX_TEXT*/
span.appText{
	font-size:90%;
	color:#999999;
}

/*INDENT*/
.mIndent{
	text-indent:-1.0em;
}

.pIndent{
	text-indent:1.0em;
}


/*FONT_ALIGN*/
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align:center;}
.textT{vertical-align:top;}
.textM{vertical-align:middle;}
.textB{vertical-align:bottom;}

/*_________plugin_error__________*/
#noscriptMsg{
	width: 760px;
	margin:10px auto 10px;
	padding:0px 0px 10px;
	border-bottom:solid 1px #dcdcdc;
	text-align:left;
}

#enableCookie{
	width: 760px;
	margin:10px auto 10px;
	padding:0px 0px 10px;
	border-bottom:solid 1px #dcdcdc;
	text-align:left;
	display:none;
}

#maintenance{
	width: 760px;
	margin:10px auto 10px;
	padding:0px 0px 10px;
	border-bottom:solid 1px #dcdcdc;
	text-align:left;
	display:none;
}

#updateList{
	margin:0px;
	padding:0px;
}

#updateList dl{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#updateList dt{
	width:55px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 15px;
	background-image:url(../image/common/arrow_l.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	float:left;
	clear:left;
}

#updateList dt.nonExplain{
	width:55px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 15px;
	background-image:none;
	background-position:0px 2px;
	background-repeat:no-repeat;
	float:left;
	clear:left;
}


#updateList dd{
	width:450px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#updateList a{
	text-decoration:none;
}


/*-------------------------*/
.counselors{
	margin:0px 30px 15px;
	padding:0px 0px 5px;
}

.counselors h4.headerM{
	margin:0px 0px 5px;
	padding:0px 0px 5px 5px;
	border-bottom:solid 1px #EE8D7C;
	border-left:solid 5px #EE8D7C;
}

.counselors p{
	margin:0px 0px 10px 0px;
	padding:0px;
	float:right;
	width:300px;
}

.counselors dl{
	margin:0px;
	padding:0px;
	float:right;
	width:300px;
}

.counselors dt{
	margin:0px;
	padding:5px 0px 5px;
	float:left;
	width:80px;
	border-top:dotted 1px #d5d5d5;
}

.counselors dd{
	margin:0px 0px 5px;
	padding:5px 0px 5px 10px;
	border-top:dotted 1px #d5d5d5;
	float:left;
	clear:right;
	width:210px;
}

.counselors img{
	margin:0px;
	padding:0px;
	border:solid 1px #d5d5d5;
}


/*________________________*/
div.blogBox{
	width:500px;
	margin:0px 30px 20px;
	padding:0px;
}

div.blogHead{
	width:442px;
	height:20px;
	margin:0px;
	padding:0px 0px 0px 58px;
	background-image:url(../image/blogs/title_01.gif);
	background-repeat:no-repeat;
	border-bottom:solid 1px #EE8D7B;
}

div.blogCategory{
	margin:0px;
	height:15px;
	padding:5px 8px 0px 0px;
	float:left;
	border-top:solid 1px #EE8D7B;
	border-right:solid 1px #EE8D7B;
	line-height:1;
	font-weight:bold;
}

div.blogDateName{
	margin:5px 0px 0px 0px;
	height:15px;
	padding:0px;
	float:right;
	line-height:1;
}

div.blogBox h3{
	width:500px;
	margin:10px 0px 0px;
	padding:0px 0px 20px;
	font-size:140%;
	background-image:url(../image/blogs/collumn_back_01.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div.blogPara{
	margin:0px 0px 15px;
	padding:0px 25px 65px;
	background-image:url(../image/blogs/collumn_back_02.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div.blogPara a:link,div.blogPara a:visited{
	color:#f60;
}

div.blogPara a:hover{
	color:#f60;
	text-decoration:underline;
}

div.blogNavi{
	width:498px;
	margin:-10px 30px 25px;
	padding:0px;
	line-height:1.5;
}

div.blogPrev{
	width:78px;
	margin:0px;
	padding:0px;
	border:solid 1px #fff;	
	float:left;
	text-align:left;
}

div.blogPrev a{
	margin:0px;
	padding:5px 0px 5px 20px;
	background-image:url(../image/arrow_l.gif);
	background-repeat:no-repeat;
	background-position:left;
}

div.blogNext{
	width:78px;
	margin:0px;
	padding:0px;
	float:right;
	text-align:right;
	border:solid 1px #fff;	
}

div.blogNext a{
	margin:0px;
	padding:5px 20px 5px 0px;
	background-image:url(../image/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:right;
}

div.blogPage{
	width:300px;
	margin:0px;
	padding:5px 0px;
	float:left;
	text-align:center;
}

div.blogPage ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	text-indent:0px;
	text-align:center;
}

div.blogPage li{
	margin:0px;
	padding:0px 7px 0px 5px;
	display:inline;
	border-right:solid 1px #333;
}

div.blogPage li.lastItem{
	border-right:none;
}

div.blogPage li.selectItem{
	background-color:#f2ba8c;
}

/*--------------------------*/
dl.qaList{
	margin:0px;
	padding:0px;
}

dl.qaList dt{
	margin:0px;
	padding:0px 0px 5px 20px;
	background-image:url(../image/qa_q_icon.gif);
	background-repeat:no-repeat;
}

dl.qaList dd{
	margin:0px 0px 10px;
	padding:0px 0px 5px 20px;
	background-image:url(../image/qa_a_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}


/**/

ul.married{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	text-indent:0px;
	display:inline;
}

ul.married li{
	width:100px;
	height:57px;
	margin:0px;
	padding:0px;
	display:inline;
	text-indent:0px;
	line-height:0;
	zoom:1;
}

ul.married img{
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
}


ul.married li a{
	width:99px;
	height:56px;
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration:none;
}

div.marriedCounselor{
	margin:15px 0px 0px;
	padding:10px 0px 0px;
	border-top:dotted 1px #d5d5d5;
}

div.marriedCounselor img{
	border:solid 1px #d5d5d5;
}

div.marriedTitle{
	width:482px;
	height:30px;
	margin:0px 0px 10px 30px;
	padding:4px 0px 0px 18px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background-image:url(../image/header_s.gif);
	background-repeat:no-repeat;
}

div.marriedConsole{
	width:180px;
	margin:0px 20px 0px 10px;
	padding:5px;
	float:right;
	display:inline;
}

div.marriedConsole ul,div.marriedConsole li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	display:inline;
	text-indent:0px;
}

div.marriedConsole li.prevLink a{
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 20px;
	background-image:url(../image/arrow_l.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	line-height:1.5;
	text-align:left;
}

div.marriedConsole li.nextLink a{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	background-image:url(../image/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:top right;
	display:block;
	float:left;
	line-height:1.5;
}

div.marriedConsole li.closeLink a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 40px;
	background-image:url(../image/arrow_c.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	text-align:left;
	display:block;
	float:left;
	line-height:1.5;
	vertical-align:top;
}

/*-----*/
div#voicebanners{
	width:752px;
	margin:10px 0px 0px;
	padding:15px 0px 10px 8px;
	text-align:center;
	background-color:#fbeddb;
}

div#voicebanners ul{
	margin:0px;
	padding:0px;
	list-style-position:outside;
	list-style-type:none;
	text-indent:0px;
}

div#voicebanners li{
	width:180px;
	margin:0px;
	padding:0px 8px 0px 0px;
	display:inline;
}
