@charset "UTF-8";

/* **************************************
*Since: 2009-5-26
*Modified: 2009-5-29
************************************** *//* Reset & Restyle
---------------------------------------------------------------------------------------- */
html {
	overflow-y:scroll;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	margin:0;
	padding:0;
}

body {
	font-size:75%;
	color: #333;
}

/* ModernBrowsersOnly(notIE7) */
html>/**/body {
	font-size:12px;
}

img {
	border: 0px;
	vertical-align:bottom;
}

ul, ol {
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
	text-align:left;
}

hr {
	visibility:hidden;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

blockquote {
	color:#888;
	font-style:italic;
}

a.pdf {
	background:url(../images/icon_pdf.gif) no-repeat left center;
	padding:1px 0px 1px 20px;
}

/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearFix {
	display:inline-block;
}
/*\*/ * html .clearFix {
	height:1%;
} /**/
/*\*/ .clearFix {
	display:block;
} /**/

/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: underline;
	color:#003399;
}

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

/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper {
	/*background:url(../images/bg_page.jpg) no-repeat left top ;*/
	width:100%;
}

/* container
---------------------------------------------------------------------------------------- */
#container {
	margin:0px auto;
	width:900px;
}

/* sideContent
---------------------------------------------------------------------------------------- */
#sideContent {
	width:205px;
	float:left;
}

#sideContent h1 {
	padding:29px 0px 0px 20px;
}

#sideContent h2 {
	margin:30px 0px 0px 15px;
	height:545px;
}

/* mainContent
---------------------------------------------------------------------------------------- */
#mainContent {
	background:url(../images/pattern.png) no-repeat right top ;
	width:695px;
	float:right;
}

/* glNavi
-------------------------------------- */
#mainContent ul#glNavi {
	width:690px;
	float:right;
	margin:10px 0px 0px 0px;
}

#mainContent ul#glNavi li {
	float:left;
	padding:0px 0px 0px 17px;
}

/* headNavi
-------------------------------------- */
#mainContent ul#headNavi {
	width:281px;
	float:right;
	margin:10px 0px 0px 0px;
}

#mainContent ul#headNavi li {
	float:left;
	margin:0px 2px 0px 0px;
	line-height:0;
}

#mainContent ul#headNavi li.privacy {
	margin:0px 0px 0px 0px;
}

/* topicPath
-------------------------------------- */
#mainContent ol#topicPath {
	width:675px;
	float:right;
	margin:25px 0px 0px 0px;
}

#mainContent ol#topicPath li {
	color:#87B5DE;
	font-size:85%;
	display:inline;
}

#mainContent ol#topicPath li a {
	background:url(../images/icon_arrow03.gif) no-repeat right center;
	padding:0px 15px 0px 0px;
	margin:0px 5px 0px 0px;
	color:#87B5DE;
}

/* localNavi
-------------------------------------- */
#mainContent ul#localNavi {
	width:645px;
	float:right;
	margin:5px 0px 0px 0px;
	padding:2px 15px 9px 15px;
	background:#D8E3F1;
}

#mainContent ul#localNavi li {
	border-right:1px solid #0F3F9F;
	padding:0px 15px 0px 0px;
	margin:7px 15px 2px 0px;
	white-space:nowrap;
	line-height:1.1;
	float:left;
	font-weight:bold;
}

#mainContent ul#localNavi li a {
	color:#555;
	font-weight:normal;
}

#mainContent ul#localNavi li.noMorePage {
	border-right:none;
}

/* content
-------------------------------------- */
#mainContent div#content {
	width:635px;
	float:right;
	padding: 20px;
	background:url(../images/bg_content.png) no-repeat ;
	margin:10px 0px 30px 0px;
}

#mainContent div#content h3 {
	background:url(../images/bg_heading.gif) no-repeat ;
	height:36px;
	line-height:35px;
	font-size:110%;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	margin:10px 0px 15px 0px;
	clear:left;
}

#mainContent div#content table tr th { background:#fff;border-bottom: 1px solid #EBEBF3;padding:6px 0px 6px 10px; }
#mainContent div#content table tr td { background:#fff;border-bottom: 1px solid #EBEBF3;padding:6px 0px 6px 10px; }
#mainContent div#content table tr.even th, #mainContent div#content table tr.even td { background:#F2F2F7;}/* footer
---------------------------------------------------------------------------------------- */
#footer {
	clear:both;
	position:relative;
	background:url(../images/bg_footer.gif) repeat-x left top;
	width:100%;
	height:1%;
}

/* txtNavi
-------------------------------------- */
#footer ul#txtNavi {
	margin:0px auto;
	padding:0px 0px 0px 20px;
	width:900px;
	height:33px;
	position:relative;
}

#footer ul#txtNavi li {
	display:inline;
	font-size:85%;
	padding:0px 10px 0px 0px;
	line-height:33px;
}

#footer ul#txtNavi li a {
	color:#333;
	text-decoration:none;
}

#footer ul#txtNavi li a:hover {
	color:#888;
}

#footer ul#txtNavi li.pageTop {
	position:absolute;
	left:784px;
	top:5px;
	line-height:1;
}

/* footNavi
-------------------------------------- */
#footer ul#footNavi {
	margin:0px auto;
	padding:15px 0px 0px 20px;
	width:900px;
}

#footer ul#footNavi li {
	float:left;
}

#footer ul#footNavi li a {
	margin:0px 0px -5px 0px;
}

#footer address {
	clear:left;
	margin:0px auto;
	padding:0px 0px 15px 20px;
	width:900px;
}