/*-----------------------------------------------------
[001] Reset Module
------------------------------------------------------*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6, 
p,blockquote,pre,
form,fieldset,input,textarea,
th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
/*------------------------------------------------------
[002] FontSize Conversion , Font Style
------------------------------------------------------*/
body {
	font-size: 84%;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	font-size: inherit;
}
.small,
sup {
	font-size: 74%;
}

/*h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}*/

/* FontStyle
------------------------------------------------------*/
em {
	font-style: normal;
	font-weight: bold;
}

/*------------------------------------------------------
[003] Link Style
------------------------------------------------------*/
a,
a:link {
	color: #43423D;
	text-decoration: underline;
}
a:visited {
	color: #43423D;
	text-decoration: underline;
}
a:hover {
	color:#084B82;
	text-decoration: underline;
}
a:active {
	color: #084B82;
	text-decoration: underline;
}

h2 a,h3 a,
h2 a:link,h3 a:link,
h2 a:hover,h3 a:hover,
h2 a:active,h3 a:active{
	text-decoration:none;
	}
	
/*-----------------------------------------------------
[004] Float,Clear and Space
------------------------------------------------------*/
/* float
------------------------------------------------------*/
.right{
	float:right;
	}
.left{
	float:left;
	}

/* clear
------------------------------------------------------*/
.clear{
	clear:both;
}
br.clear{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	line-height:1%;
	font-size:1%;
}
/* space
------------------------------------------------------*/
.btm15{
	margin-bottom:15px;
	}

.btm20{
	margin-bottom:20px;
	}

.right10{
	margin-right:10px;
	}
	
/*-----------------------------------------------------
[005] Outline
------------------------------------------------------*/
#header,
#container,
#headNavi,
#wrapper {
	width: 817px;
}
#wrapper  {
	background-image: url(../images/common/bg_dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
	}
/** For modern brouser **/
#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper  {
    height: 1em;
}
#wrapper  {
    display: block;
}
/**/
/** /For modern brouser **/

#container #wrapper #main {
	float: left;
	width: 564px;
	padding-right: 13px;
	padding-left: 10px;
	}
#container #wrapper #sideMenu {
	float: left;
	width: 200px;
	padding: 0px 15px;
}
#footer {
	clear: both;
	width: 812px;
	background-image: url(../images/common/bg_footer.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-weight: bold;
	color: #818181;
	font-size: 78%;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/** HeaderNavi **/
/*** index ****/
#header #toplink-index .privacy {
	position: absolute;
	left: 585px;
	top: 255px;
}
#header #toplink-index .sitemap {
	position: absolute;
	left: 654px;
	top: 255px;
}
#header #toplink-index .lang {
	position: absolute;
	left: 730px;
	top: 255px;
}
/*** other ****/
#header #toplink .privacy {
	position: absolute;
	left: 585px;
	top: 8px;
}
#header #toplink .sitemap {
	position: absolute;
	left: 654px;
	top: 8px;
}
#header #toplink .lang {
	position: absolute;
	left: 730px;
	top: 8px;
}


/** TopNavi **/
#container #topNavi{
	height: 47px;
	width: 803px;
	background-image: url(../images/common/bg_topmenu.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 14px;
	background-position: left top;
}
#container #topNavi ul {
	display: inline;
}
#container #topNavi li {
	display: block;
	float: left;
	height: 35px;
	width: 109px;
	padding: 0px;
	margin-right: 5px;
}
#container #topNavi li.btn01,
#container #topNavi li.btn02,
#container #topNavi li.btn03,
#container #topNavi li.btn04,
#container #topNavi li.btn05,
#container #topNavi li.btn06 {
	margin-right: 5px;
}
#container #h1Box {
	background-image: url(../images/common/bg_h1.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 15px;
	padding: 0px;
	clear: left;
	height: 54px;
	width: 817px;
}
#container #h1Box h1 {
	position: relative;
	left: 20px;
	top: 16px;
}

/** crumb **/
.crumb {
	font-size: 80%;
}
.crumb .current {
	font-weight: bold;
	color: #0171BD;
}
#h1Box .crumb-top {
	float: right;
	margin-right: 5px;
}
.crumb-bottom {
	clear:both;
	width:812px;
	margin: 5px;
}

/** contact **/
#container #wrapper #sideMenu .contact,
#container #wrapper #sideMenu #contact-bottun-box {
	margin-bottom: 12px;
}
#container #wrapper #sideMenu #contact-bottun-box #contact-item {
	background: url(../images/common/btn_contact_ml.gif) repeat-y left top;
	padding: 6px 0px;
	margin: 0px;
}
#container #wrapper #sideMenu #contact-bottun-box #contact-item ul{
	width: 184px;
	}

/** Get Adobe Reader **/	
#container #wrapper #main .getadobebox {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

/** For modern brouser **/
.getadobebox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .getadobebox  {
    height: 1em;
}
.getadobebox  {
    display: block;
}
/**/
/** /For modern brouser **/
#container #wrapper #main .getadobebox .getadobe-text {
	float: left;
	width: 438px;
}
#container #wrapper #main .getadobebox .weblogo {
	float: left;
	width: 112px;
}