/* CSS Document */

/*reset*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
 audio:not([controls]) {
 display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
.text-center{
	text-align: center;
}
.cn-para{
	text-indent: 2em;
    line-height: 160%;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button, input {
 *overflow: visible;
	line-height: normal;
}
 @media print {
* {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	line-height: 140%;
	color: #333333;
	background-color: #ffffff;
}
a {
	color: #0088cc;
	text-decoration: none;
}
a:hover {
	color: #005580;
	text-decoration: underline;
}
/*common*/
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
 *zoom: 1;
}
.bd_topline {
	height:10px;
	background-color:#333;
}
.bd_header {
	height:140px;
	background-image:url(../img/bd_title.png);
	background-repeat:no-repeat;
	background-position:150px;
}
.bd_logo {
	background-repeat:no-repeat;
	background-image:url(../img/rcbdlogo.png);
	height:140px;
	background-position: 40px 20px;
}
/*page*/

.page_content{
	width:920px;
	float:left;
}

.page_content_center{
	width:960px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}

.page_content_left {
	width:650px;
	float:left;
}

.page_title{
	font-size:1.3em;
}
.page_title_2{
	line-height:2.0em;
	font-size:1.1em;
	color:#007EBB;
}
.pad-2{
	padding-left: 60px;
}
.pub-remark{
	padding: 0 40px 0 40px;
	font-weight: bold;
}
.pad-2 li{
	line-height: 30px;
	margin-top: 30px;
}
/*sidebar*/
.sidebar {
	float:left;
	width: 320px;
	margin-left:20px;
	margin-top:20px;
	background-color: #f4f4f4;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.block_title {
	background: #e6e6e6;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.3em;
}

.index-more{
	float: right;
	position: relative;
	top: -30px;
	right: 10px;
}

.block_content{
	padding: 5px 15px;
}

.center_image{
	margin:auto;
	display:block;
}

/*tile*/

.tile{
	display:block;
	margin-top: 35px;
	margin-right: 40px;
	margin-left: 100px;
}

.tile_image{
	float:left;
	display:block;
	width:200px;
}

.tile_title{
	line-height:3.0em;
	font-weight:bold;
	font-size:1.1em;
	color:#007EBB
}
	

.tile_image img{
	display: block;
  	padding: 4px;
  	line-height: 20px;
  	border: 1px solid #ccc;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*footer*/
.footer{
	float:left;
	height:100px;
	width:1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-size:18px;
	color:#999;
	text-align:center;
	margin-top: 20px;
	padding-top: 10px;
}


/*menu*/

.menu, .menu ul, .menu li, .menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: Arial, sans-serif;
}
.menu {
	height: 45px;
	width: 1000px;
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 45px;
}
.menu li.lev1 {
	text-align:center;
	width:160px;
}
.menu li.lev2 {
	text-align:center;
	width:200px;
}
.menu li a {
	display: block;
	padding: 0 2px;
	margin: 8px 0;
	line-height: 30px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-size: 20px;
	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
 	-moz-transition: color .2s ease-in-out;
 	-o-transition: color .2s ease-in-out;
 	-ms-transition: color .2s ease-in-out;
 	transition: color .2s ease-in-out;
 	-webkit-transition: color .2s ease-in-out;
}

.menu li:first-child a {
	border-left: none;
}
.menu li:last-child a {
	border-right: none;
}
.menu li:hover > a, .menu li.active > a{
	color: #fecf03;
}
.menu ul {
	position: absolute;
	top: 45px;
	left: 0;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
 	-webkit-transition: opacity .25s ease .1s;
 	-moz-transition: opacity .25s ease .1s;
 	-o-transition: opacity .25s ease .1s;
 	-ms-transition: opacity .25s ease .1s;
 	transition: opacity .25s ease .1s;
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	text-align:left;
 	-webkit-transition: height .25s ease .1s;
 	-moz-transition: height .25s ease .1s;
 	-o-transition: height .25s ease .1s;
 	-ms-transition: height .25s ease .1s;
 	transition: height .25s ease .1s;
}
.menu li:hover > ul li {
	height: 46px;
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	width: 320px;
	padding: 6px 0 6px 20px;
	margin: 0;
	border: none;
	font-size:20px;
	border-bottom: 1px solid #353539;
}
.menu ul li:last-child a {
	border: none;
}


.contact-t{
	display: inline-block;
	width: 145px;
}
.contact-t{
	*display: inline;
}

.page_content_center li{
	margin-bottom: 10px;
}