@charset "utf-8";

/* Base Style
----------------------------------------------------*/
body{
	background: #fff;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #333;
	_text-align:center;
}

a{
	color:#0071c5; text-decoration:none;
}
a:visited{
	color:#3c379e; text-decoration:none;
}
a:hover{
	color:#900; text-decoration:underline;
}



/* Header
----------------------------------------------------*/
#header{
	background:url(../img/bg_utility.jpg) repeat-x bottom;
}

#head{
	width:920px;
	margin:0 auto;
}
#head h1{
	float:left;
	margin:12px 0 14px;
}
#head p.vol{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:42px 0 14px;
}


#utility{
	clear:both;
	height:36px;
	background:url(../img/bg_utility.jpg) repeat-x bottom;
}
#hwrap{
	width:920px;
	margin:0 auto;
	padding:4px 0;
	text-align:right;
}
#hwrap *{
	display:inline;
	/display: inline;
	/zoom: 1;
	*vertical-align: middle;
}
#hwrap dl{
	padding-left:10px;
}
#hwrap dt{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	color: black;
	padding: 3px;
}

#hwrap a{
	background:#fff;
	border: solid 1px #3E3B9A;
	display: inline-block;
	color:#3E3B9A;
	font-size:12px;
	padding: 6px;
	margin-left: 5px;
	text-decoration:none;
}
#hwrap a:hover{
	background:#F99B3A;
	border: solid 1px #fff;
	color: black;
}


form#cse-search-box input{
	display: inline-block;
	margin-left: 5px;
	border: solid 1px #999;
}
form#cse-search-box input.submit{
	cursor: pointer;
	background:#fff;
	color:#3E3B9A;
	padding: 3px 4px;
	border: solid 1px #3E3B9A;
}
form#cse-search-box input.submit:hover{
	background:#F99B3A;
	border: solid 1px #fff;
	color: black;
}


/* Main
----------------------------------------------------*/
#main{
	width:920px;
	margin:0 auto;
	_text-align:left;
}

/* breadcrumbs
-----------------------------*/
#breadcrumbs{
	background:url(../img/bg_crumbs.gif) repeat-x;
	height:23px;
	margin: 23px 0 32px;
}
#breadcrumbs ul{
	display:block;
	overflow:hidden;
	padding:6px 0 5px;
}
#breadcrumbs ul li{
	float:left;
	margin-right:7px;
	font-size:12px;
}

/* PDF
-----------------------------*/
#pdf{
	text-align:right;
}
#pdf p{
	background:url(../img/ico_pdf.gif) no-repeat 96%;
	padding: 9px 5px 9px 0;
	margin-top:-32px;
	position:relative;
}


/* nav
-----------------------------*/
#nav{
	width:232px;
	float:left;
}
.banner{
	margin:30px 0;
}
.banner a{
	display:block;
	margin:20px 0;
}


/* contents
-----------------------------*/
#contents{
	width:665px;
	margin-left:255px;
	_margin-left:252px;
}


/* archive
-----------------------------*/
.archive{
	zoom:1;
	overflow:hidden;
	position:relative;
	margin-bottom:70px;
}

.archive h3{
	font-size:135%;
}

.archive dl{
	width:440px;
	float:right;
}
.archive dl dt{
	background : url(../img/list_icon.gif) left center / auto auto no-repeat scroll padding-box border-box transparent;
	padding-left:20px;
	margin-bottom:10px;
}
.archive dl dd{
	padding-left:20px;
	line-height:1.6em;
}

.archiveHead, .newsArticle h2{
	margin-bottom:22px;
}

.archive p.topic{
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	padding-left:5px;
}

/*  old  */
.old{
	margin-bottom:50px;
}

.old h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:15px 0 10px;
}

.old ul{
	margin-left:15px;
	margin-bottom:30px;
}

.old ul li{
	background : url(../img/list_icon.gif) left center / auto auto no-repeat scroll padding-box border-box transparent;
	padding-left:20px;
	margin-bottom:10px;
}


/* newsArticle
-----------------------------*/
.newsArticle{
	width:440px;
}

.newsArticle h2 span{
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	margin-top:20px;
}

.newsArticle h3{
	font-size:135%;
	line-height:1.2em;
	margin-bottom:40px;
	color:#3c379e;
}
.newsArticle p{
	line-height:1.6em;
	margin-bottom:25px;
}

.break-all{
	word-break: break-all;
}


/* #img
-----------------------------*/
.img{
	float:right;
	width:200px;
}

.caption{
	display:block;
	width:200px;
	font-size:80%;
	line-height:1.2em;
	margin:4px 0 26px;
}


/* Footer
----------------------------------------------------*/
#footer{
	background:#333 url(../img/bg_footer.jpg) repeat-x top;
	height:140px;
}

#footnav{
	width:920px;
	margin:0 auto;
	text-align:left;
	padding:40px 0 5px;
}
#footnav ul li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #666;
	padding:3px 10px 3px 0;
}
#footnav ul li.page-top{
	background: url("../img/page_top.gif") left center no-repeat;
	margin: 0px;
	padding: 2px 0 2px 20px;
	border: none;
	float: right;
}
#footnav a{
	color:#333;
}

#footnav ul li.end{
	border: none;
}

#footer address{
	width:870px;
	margin:0 auto;
	background: url(../img/foot_logo.gif) right 10px no-repeat;
	padding: 13px 50px 13px 0px;
	color: white;
	font-style:normal;
	text-align: right;
}
#footer address em{
	font-weight:bold;
	line-height:2em;
	font-style:normal;
}


