@charset "utf-8";

@import url("../../../common/css/allie.css");
/*\*//*/ @import url("macie.css"); /**/


/* Default CSS Document */

html{
	height:100%;
	overflow-y: scroll;
}

/** BODY ***************************************************************************************************************/
body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Helvetica,Arial,sans-serif;
	font-size:100%;
	line-height:120%;
	text-align:center;
	color:#333;
	background:#fff url(../../../common/images/bg_globalheader_02.jpg) 50% 0 no-repeat;
}


a{
/*\*/
   overflow: hidden;
/**/
}

img{ border:none; }

p{ margin:0 0 10px 0; padding:0; }

h1,
h2{ margin:0; padding:0; font-size:100%; line-height:120%; }
h3{ margin:0; padding:0; font-size:130%; line-height:140%; font-weight:100; color:#144866; }
h4{ margin:0; padding:0; font-size:90%; line-height:120%; }
h5{ margin:0; padding:0; font-size:100%; line-height:120%; }

ul,
li{ margin:0; padding:0; list-style:none; }

ul.normal{
	padding-left:16px;
}

ul.normal li{
	list-style:disc;
}

.small{ font-size:80%; line-height:110%; }
span.new{ color:#FF0000; }

/** IMG LINK *********************************************************************************************************/
a.imglink{ padding:0; }
a.imglink img{ vertical-align: top; vertical-align: bottom; }

/** NORMAL ARROW LINK ************************************************************************************************/
a.rightarrow{
	padding-left:16px;
	padding-bottom:2px;
	background: url(../../../common/images/btn_arrow_right.gif) 2px 0.2em no-repeat;
}

a.popup{
	padding-left:16px;
	padding-bottom:2px;
	background: url(../../../common/images/btn_blank.gif) 2px 0.2em no-repeat;
}

p.aright a{
	float:right;
}

/** LINK COLOR *******************************************************************************************************/
a{ padding:0 2px; }
a:link{ color: #1e6a99;text-decoration:none; }
a:visited{ color: #5e8399;text-decoration:none; }
a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
a:active{ color: #e58000;text-decoration:none; }

/** WRAPPER **********************************************************************************************************/
* html div#wrapper{
    height:100%;
}
div#wrapper{
	position:relative;
	min-height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}
body > #wrapper {
        height: auto;
}

/** HEADER ***********************************************************************************************************/
div#header{
	width:760px;
	margin:0 auto;
	padding:22px 0 28px 0;
	_padding:21px 0 28px 0;
	text-align:left;
}


/** LOGO *************************************************************************************************************/
div#logo{
	float:left;
	margin-top:14px;
	width:197px;
}

div#logo h1{ float:left; width:105px; }
div#logo h1 a{ padding:0; }
div#logo h1 a:hover{ background: url(../../../common/images/1px.gif) 0 0 no-repeat; }


/** GLOBAL MENU ******************************************************************************************************/
div#globalmenu{
	float:right;
	margin-right:10px;
	width:423px;
	text-align:left;
	padding:0;
}

div#globalmenu ul,
div#globalmenu li{
	margin:0;
	padding:0;
	list-style:none;
}

div#globalmenu li{
	display:inline;
}

div#globalmenu li#global01 a{
	display:block;
	float:left;
	height:32px;
	margin:0 5px 0 59px;
	_margin:0 5px 0 29px;
	padding:0;
	text-indent:-9999px;
}


div#globalmenu li#global02 a,
div#globalmenu li#global03 a,
div#globalmenu li#global05 a,
div#globalmenu li#global06 a,
div#globalmenu li#global07 a{
	display:block;
	float:left;
	height:32px;
	margin:0 5px 0 0;
	padding:0;
	text-indent:-9999px;
}


div#globalmenu li#global04 a{
	display:block;
	float:left;
	height:32px;
	margin:0 10px 0 0;
	padding:0;
	text-indent:-9999px;
}

div#globalmenu li#global08 a{
	display:block;
	float:left;
	height:32px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

div#globalmenu li#global01 a{ width:71px; background: url(../../../common/images/globalnavi01.gif) 0 0 no-repeat; }
div#globalmenu li#global02 a{ width:114px; background: url(../../../common/images/globalnavi02.gif) 0 0 no-repeat; }
div#globalmenu li#global03 a{ width:87px; background: url(../../../common/images/globalnavi03.gif) 0 0 no-repeat; }
div#globalmenu li#global04 a{ width:67px; background: url(../../../common/images/globalnavi04.gif) 0 0 no-repeat; }
div#globalmenu li#global05 a{ width:99px; background: url(../../../common/images/globalnavi05.gif) 0 0 no-repeat; }
div#globalmenu li#global06 a{ width:106px; background: url(../../../common/images/globalnavi06.gif) 0 0 no-repeat; }
div#globalmenu li#global07 a{ width:73px; background: url(../../../common/images/globalnavi07.gif) 0 0 no-repeat; }
div#globalmenu li#global08 a{ width:120px; background: url(../../../common/images/globalnavi08.gif) 0 0 no-repeat; }

div#globalmenu li#global01 a:hover,
div#globalmenu li#global02 a:hover,
div#globalmenu li#global03 a:hover,
div#globalmenu li#global04 a:hover,
div#globalmenu li#global05 a:hover,
div#globalmenu li#global06 a:hover,
div#globalmenu li#global07 a:hover,
div#globalmenu li#global08 a:hover,
div#globalmenu li#global01 a.on,
div#globalmenu li#global02 a.on,
div#globalmenu li#global03 a.on,
div#globalmenu li#global04 a.on,
div#globalmenu li#global05 a.on,
div#globalmenu li#global06 a.on,
div#globalmenu li#global07 a.on,
div#globalmenu li#global08 a.on{ background-position:0 -32px; }


/** SS_SUGGEST *****************************************************************************************************/
#button_box{
	margin:0 auto;
	width:720px;
}

#button_box a{
	float:left;
	margin-left:408px;
	padding:0;
	width:106px;
}
#button_box select{
	float:left;
	margin:1px 0 0 374px;
	padding:0;
	width:140px;
}

#SS_searchForm {
	float:right;
	margin: 0;
	width:200px;
	text-align: right;
}

form#SS_searchForm input#SS_searchQuery{
	width:110px;
}
div.SS_suggest { 
	font-weight: normal;
	z-index: 9;
	display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
}

div.SS_suggest div.SS_suggestItemOff { 
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 1px 2px 1px 4px;
}

div.SS_suggest div.SS_suggestItemOn {
	background-color: #ECF5FA;
	border-top: 1px solid #CCC;
	padding: 1px 2px 1px 4px;
}

div.SS_suggest span.SS_suggestKey {
	font-size: 75%;
}

/** BREAD CRUMB *****************************************************************************************************/
div#breadcrumb{
	height:3em;
	width:720px;
	margin:18px auto 6px auto;
	padding:0;
	font-size:70%;
	line-height:120%;
	color:#606060;
	background: url(../../../common/images/bg_breadcolumn.gif) 0 100% no-repeat;
}


/** CONTENT *********************************************************************************************************/
div#content{
	min-height:100%;
	width:720px;
	margin:0 auto;
	padding-bottom:120px;
	font-size:80%;
}


/** LEFT NAVIGATION *************************************************************************************************/
div#leftNavigation{
	float:left;
	min-height:100%;
	width:156px;
	padding-bottom:120px;
	background: url(../../../common/images/bg_lnavi_top.gif) 0 0 no-repeat;
}

div#lnaviWrapper{
	margin-bottom:2px;
	padding-bottom:4px;
	background: url(../../../common/images/bg_lnavi_bottom.gif) 0 100% no-repeat;
}

div#leftNavigation h2{
	padding:11px 0 10px 8px;
	background: url(../../../common/images/bg_lnavi_header.gif) 0 0 no-repeat;
}

div#leftNavigation ul{ height:1%; }

div#leftNavigation ul,
div#leftNavigation li{
	margin:0;
	padding:0;
	list-style:none;
}

div#leftNavigation ul{
	padding:0 6px 0 7px;
	background: url(../../../common/images/bg_lnavi_middle.gif) 0 0 repeat-y;
}

div#leftNavigation li{
	padding:1px 0;
	line-height:100%;
	border-top:1px dotted #b3b3b3;
}


div#leftNavigation ul li ul{ padding:0; background: url(); }
div#leftNavigation ul li ul li{
	height:1%;
	margin:0;
	padding:1px 0 0 0;
	border:none;
}

div#leftNavigation li.lnavi_title{
	display:block;
	padding:5px 5px 2px 15px;
	color: #1e6a99;
	background: url(../../../common/images/btn_arrow_right.gif) 1px 0.5em no-repeat;
}

div#leftNavigation li.lnavi_title ul{
	margin-top:5px;
	margin-left:-15px;
}

/** Bunner Area *********************************************************************************************************/
div.bunnerArea{
	margin-top:25px;
}

div.bunnerArea p{ margin-bottom:10px; }

div.bunnerArea a{ padding:0; line-height:normal; }

div.bunnerArea img{ vertical-align: top; vertical-align: bottom; }

/** Related Area *********************************************************************************************************/
div.relatedArea{
	padding-top:25px;
	background-color:#fff;
	font-size:80%
}
div.relatedArea div.boxA{
	margin-bottom:10px;
	border:1px solid #cdcdcd;
}
div.relatedArea div.boxA h3{
	margin-bottom:5px;
	padding:0 5px;
	border-bottom:2px solid #5ba9da;
	color:#1f699a;
	background-color:#ebf8ff;
	font-weight:bold;
}
div.relatedArea div.boxA h3 a{
	color:#1f699a;
}
div.relatedArea div.boxA h3 a:hover{
	color:#1f699a;
	background-color:transparent;
	text-decoration:underline;
}
div.relatedArea div.boxA div.imgDesc{
	padding:0 5px;
	overflow:hidden;
	zoom:1;
}
div.relatedArea div.boxA div.imgDesc p.pict{
	float:left;
	margin:0 5px 5px 0;
}
div.relatedArea div.boxA div.imgDesc p.desc{
	margin-bottom:5px;
	overflow:hidden;
	line-height:1.2;
}
div.relatedArea div.boxA div.imgDesc div.desc{
	margin-bottom:5px;
	overflow:hidden;
	line-height:1.2;
}

div#leftNavigation div.relatedArea div.boxA div.imgDesc div.desc ul{
	padding:0;
	background:none;
}
div#leftNavigation div.relatedArea div.boxA div.imgDesc div.desc ul li{
	border-top:none;
	line-height:85%;
}
div#leftNavigation div.relatedArea div.boxA div.imgDesc div.desc ul.listlnkOutSide li a{
	background:url("../../../common/images/btn_blank.gif") no-repeat scroll 2px 0.4em transparent;
}

div.relatedArea div.boxA p.txt{
	margin-bottom:5px;
	padding:0 5px;
	line-height:1.2;
}
div.relatedArea div.boxA p.lnk{
	margin-bottom:5px;
	padding:0 5px;
	text-align:right;
}
div.relatedArea div.boxA p.lnk a{
	padding:2px 0 2px 15px;
	background: url(../../../common/images/btn_arrow_right.gif) 1px 50% no-repeat;
	font-weight:bold;
	line-height:21px;
}
div.relatedArea div.boxA p.lnk a:hover{
	background-color:#b2e1ff;
}
div.relatedArea div.boxA select{
	width:140px;
	margin:0 8px 5px;
}


/** select Area *********************************************************************************************************/
dl.selectArea{
	margin:25px 0 0;
	padding-bottom:4px;
	background: url(../../../common/images/bg_lnavi_bottom.gif) 0 100% no-repeat;
}
dl.selectArea dt{
	padding:11px 8px 10px;
 font-weight:bold;
	background: url(../../../common/images/bg_lnavi_header.gif) 0 0 no-repeat;
	}
dl.selectArea dd{
 margin:0 auto;
 padding:0 5px 10px;
	background: url(../../../common/images/bg_lnavi_middle.gif) 0 0 repeat-y;
text-align:center;
 }
dl.selectArea dd form{
	margin:0 10px;
	padding-top:10px;
	border-top:1px dotted #b3b3b3;
 }

/** for IE Hack *****************************************************************************************************/
*+html body div#leftNavigation li{ padding:1px 0 0 0; }
* html body div#leftNavigation ul li ul li,
*+html body div#leftNavigation ul li ul li{ padding:0; }

div#leftNavigation li a{
	display:block;
	padding:5px 5px 5px 15px;
	background: url(../../../common/images/btn_arrow_right.gif) 1px 0.5em no-repeat;
}

div#leftNavigation ul li ul li a{
	display:block;
	width:108px;
	padding-left:30px;
	background: url(../../../common/images/btn_arrow_right_sub.gif) 16px 0.5em no-repeat;
}

div#leftNavigation li a.on,
div#leftNavigation li a:hover,
div#leftNavigation li ul li a:hover{
background-color:#b2e1ff;
}


/** MAIN ************************************************************************************************************/
div#main{
	float:right;
	width:540px;
	padding-bottom:20px;
}

h3.h3header{
	margin-bottom:10px;
	font-weight:bold;
}

h4.h4headerbg{ background: url(../../../common/images/h4_df_l.gif) 0 0 no-repeat; }
h4.h4headerbg2cl{ background: url(../../../common/images/h4_df_l2cl.gif) 0 0 no-repeat; }

h4.h4headerbgm{ background: url(../../../common/images/h4_df_m.gif) 0 0 no-repeat; }
h4.h4headerbgm2cl{ background: url(../../../common/images/h4_df_m2cl.gif) 0 0 no-repeat; }

h4.h4headerbgs{ background: url(../../../common/images/h4_df_s.gif) 0 0 no-repeat; }
h4.h4headerbgs2cl{ background: url(../../../common/images/h4_df_s2cl.gif) 0 0 no-repeat; }

h4.h4headerbg,
h4.h4headerbgm,
h4.h4headerbgs{ height:22px; margin-bottom:10px; padding:7px 0 0 10px; }

h4.h4headerbg2cl,
h4.h4headerbgm2cl,
h4.h4headerbgs2cl{ height:33px; margin-bottom:10px; padding:7px 0 0 10px; }

h4.h4ptheaderbgl{ background: url(../../../common/images/h4_pt_l.gif) 0 0 no-repeat; }
h4.h4ptheaderbgl2cl{ background: url(../../../common/images/h4_pt_l2cl.gif) 0 0 no-repeat; }

h4.h4ptheaderbgm{ background: url(../../../common/images/h4_pt_m.gif) 0 0 no-repeat; }
h4.h4ptheaderbgm2cl{ background: url(../../../common/images/h4_pt_m2cl.gif) 0 0 no-repeat; }

h4.h4ptheaderbgs{ background: url(../../../common/images/h4_pt_s.gif) 0 0 no-repeat; }
h4.h4ptheaderbgs2cl{ background: url(../../../common/images/h4_pt_s2cl.gif) 0 0 no-repeat; }

h4.h4ptheaderbgl,
h4.h4ptheaderbgm,
h4.h4ptheaderbgs{ height:22px; margin-bottom:10px; padding:7px 0 0 12px; color:#fff; }

h4.h4ptheaderbgl2cl,
h4.h4ptheaderbgm2cl,
h4.h4ptheaderbgs2cl{ height:33px; margin-bottom:10px; padding:7px 0 0 12px; color:#fff; }

h5.h5headerborder{ border-bottom:1px dotted #bdbdbd; padding:19px 0 3px 0; margin-bottom:13px; }


/** List Link ******************************************************************************************************/
div#main h4.listlnk,
div#main h4.listlnkOutSide{
	padding-bottom:5px;
	line-height:135%;
	border-bottom:1px solid #bdbdbd;
}

div#main h4.listlnk a{
	display:block;
	padding:0 0 2px 17px;
	background: url(../../../common/images/btn_arrow_right.gif) 2px 0.3em no-repeat;
}

div#main h4.listlnkOutSide a{
	display:block;
	padding:0 0 2px 17px;
	background: url(../../../common/images/btn_blank.gif) 2px 0.3em no-repeat;
}

div#main ul.listlnk li,
div#main ul.listlnkOutSide li{
	height:1%;
	margin-bottom:5px;
	line-height:135%;
}

div#main ul.listlnk a{
	display:block;
	padding:0 0 2px 17px;
	background: url(../../../common/images/btn_arrow_right.gif) 2px 0.3em no-repeat;
}

div#main ul.listlnkOutSide a{
	display:block;
	padding:0 0 2px 17px;
	background: url(../../../common/images/btn_blank.gif) 2px 0.3em no-repeat;
}

div#main p.listlnk a{
	display:block;
	padding:0 0 2px 17px;
	background: url(../../../common/images/btn_arrow_right.gif) 2px 0.4em no-repeat;
}

div#main p.listlnkOutSide a{
	display:block;
	padding:0 0 2px 17px;
	background: url(../../../common/images/btn_blank.gif) 2px 0.4em no-repeat;
}

div#main span.listlnk a{
	padding:0 2px 2px 17px;
	background: url(../../../common/images/btn_arrow_right.gif) 2px 0.1em no-repeat;
}

div#main span.listlnkOutSide a{
	padding:0 2px 2px 17px;
	background: url(../../../common/images/btn_blank.gif) 2px 0.1em no-repeat;
}

div#main span.listlnkOutSide a{
	padding:0 2px 2px 17px;
	background: url(../../../common/images/btn_blank.gif) 2px 0.1em no-repeat;
}

div#main .listlnk a:link,
div#main .listlnkOutSide a:link{ color: #1e6a99;text-decoration:none; }

div#main .listlnk a:visited,
div#main .listlnkOutSide a:visited{ color: #5e8399;text-decoration:none; }

div#main .listlnk a:hover,
div#main .listlnkOutSide a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }

div#main .listlnk a:active,
div#main .listlnkOutSide a:active{ color: #e58000;text-decoration:none; }

div.innerpagelnk .banner{
	float:left;
	width:115px;
}

div.innerpagelnk .body{
	float:right;
	width:405px;
}


/** PAGETOP LINK COLOR **********************************************************************************************/
div#main .pagetop a:link{ color: #1e6a99;text-decoration:none; }
div#main .pagetop a:visited{ color: #5e8399;text-decoration:none; }
div#main .pagetop a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
div#main .pagetop a:active{ color: #e58000;text-decoration:none; }

div#main .headerimg{
	margin-bottom:20px;
}

div#main .column{
	margin-bottom:10px;
	padding-bottom:10px;
}
div#main .column ul li{
	padding-bottom:10px;
}

div#main .dotborderbottom{
	border-bottom:1px dotted #b3b3b3;
}

div#main .pagetop{
	margin-bottom:15px;
	font-size:87%;
	line-height:140%;
	text-align:right;
}

div#main .pagetop a{
	display:block;
	width:6em;
	margin:0 0 0 auto;
	padding:0 17px 2px 0;
	background: url(../../../common/images/btn_arrow_up.gif) 95% 0.35em no-repeat;
}

div#main div#flashcontent{
	border:1px solid #CCCCCC;
}


/** PAGETOP LINK COLOR **********************************************************************************************/
div#main .pagetop a:link{ color: #1e6a99;text-decoration:none; }
div#main .pagetop a:visited{ color: #5e8399;text-decoration:none; }
div#main .pagetop a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
div#main .pagetop a:active{ color: #e58000;text-decoration:none; }


/** FOOTER **********************************************************************************************************/
div#footer{
	position:absolute;
	bottom:-65px;
	height:112px;
	width:100%;
	font-size:70%;
	line-height:125%;
	text-align:center;
	background:#fff url(../../../common/images/bg_globalfooter.jpg) 50% 0 no-repeat;
}
div#footer a{
	color:#000;
}


/** FOOTER LINK COLOR ***********************************************************************************************/
div#footer a:link{ color: #000; text-decoration:none; }
div#footer a:visited{ color: #000; text-decoration:none; }
div#footer a:hover{ color: #1e6a99; text-decoration:none; background-color: #b2e1ff; }
div#footer a:active{ color: #e58000; text-decoration:none; }

div#footer .pagetop{
	width:628px;
	margin:0 auto;
	padding:26px 92px 0 0;
	text-align:right;
}
div#footer .pagetop a{
	display:block;
	width:6em;
	margin:0 0 0 auto;
	padding:0 17px 2px 0;
	background: url(../../../common/images/btn_arrow_up.gif) 95% 0.2em no-repeat;
}


/** FOOTER PAGETOP LINK COLOR ***************************************************************************************/
div#footer .pagetop a:link{ color:#1e6a99;text-decoration:none; }
div#footer .pagetop a:visited{ color:#1e6a99;text-decoration:none; }
div#footer .pagetop a:hover{ color:#1e6a99;text-decoration:none; background-color: #b2e1ff; }
div#footer .pagetop a:active{ color:#e58000;text-decoration:none; }


/** FOOTER MENU *****************************************************************************************************/
div#footermenu{
	margin:0 0 19px;
	color:#000;
}
div#footermenu a{
	padding:0;
}

div.copyright{
	color: #fff;
}


/* Remove element */
.rmv{
	display:block;
	position:absolute;
	top:-9999px;
	left:-9999px;
}


/* clear element */
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */

/* reset element */
.reset{
	display:block;
	clear:both;
	width:1px;
	height:1px !important;
	font-size:0%;
	background:none !important;
	overflow:hidden;
}

html>body .reset{overflow:visible;}