@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF;
	color:#333;
	font-size:100%;
	min-width:850px;
	font-family: 'メイリオ',Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	/*behavior:url(iefixed.htc);*/
	padding:0 30px;
}
div#wrapper {
	background:#fff;
}
	* html body {
	}
	* html div#wrapper {
		float:left;
		position:relative;
	}

a:link {
	color: #050ABB;
}
a:visited {
	color: #4875dd;
}
a:hover {
	color: #B43104;
}
img {
	border:0;
}
	div.home:after, div#contents:after, div.search h3:after, ul.result h4:after {
		clear:both;
		content:"";
		display:block;
		height:0;
		overflow:hidden;
	}
	/*\*/
	* html div.home, *html div#contents, *html div.search h3, *html ul.result h4 {
		height:0em;
		overflow:visible;
	}

/* common
======================================== */

/* header
-------------------- */
div#header {
	width:100%;
}
/* header */
div.logo {
	background:url(../image/bg_header.gif) repeat-x top;
	height:68px;
	width:100%;
}
div.logo h1 {
	float:left;
	margin:11px 0 0 20px;
	width:292px;
}

div.logo2 h1 {
	float:left;
	margin:11px 0 0 20px;
	width:292px;
}

div.logo div.logo_right {
	float:right;
	margin:17px 20px 0 0;
}
div.logo div.logo_right2 {
	float:right;
	margin:17px 20px 0 0;
	width:179px;
}
/* h2 + navi */
div.title {
	background:url(../image/bg_title.gif) repeat-x top;
	clear:both;
	color:#fff;
	height:37px;
	width:100%;
}
div.title h2 {
	float:left;
	font-size:120%;
	margin:6px 0 0 20px;
}
div.title ul {
	float:right;
	list-style:none;
	padding-top:10px;
}
		div.title ul li {
			display:inline;
			float:left;
			font-size:76%;
			margin:0 20px 0 0;
		}
		div.title ul li a:link, div.title ul li a:visited {
			color:#fff;
			text-decoration:none;
		}
		div.title ul li a:hover {
			color:#fff;
			text-decoration:underline;
		}

/* contents
-------------------- */
div#contents {
	clear:both;
	margin:0px 30px 10px 30px;
}

/* pagetop */
div.pagereset {
	clear:both;
	font-size:76%;
	padding:20px 30px 10px 0;
	text-align:right;
}
/* paging */
div.search div.pagenavi {
	background:#FFFFFF;
	border:1px solid #ccc;
	font-size:76%;
}
div.search div.pagenavi p {
	background:#fff;
	padding:5px;
	text-align:center;
}
	div.search div.pagenavi p img {
		border:1px solid #ccc;
		vertical-align:middle;
	}
	div.search div.pagenavi p a:link img, div.search div.pagenavi p a:visited img {
		border:1px solid #004892;
	}
	div.search div.pagenavi p a:hover img {
		border:1px solid #297acc;
	}
div.search div.pagenavi ul.navi {
	list-style:none;
	padding:5px;
	text-align:center;
	width:0px auto;
}
	div.search div.pagenavi ul.navi li {
		display:inline;
		padding:5px;
	}
		div.search div.pagenavi ul.navi li span.pagenow {
			font-weight:bold;
		}

/* footer
-------------------- */
div#footer {
	/*clear:both;*/
	width:100%;
}
/* copyright */
div#footer p.copyright {
	color:#999;
	font-size:66.5%;
	padding:0 20px 20px 20px;
	text-align:right;
}


/* for home
======================================== */
div#column {
	/*clear:both;*/
	margin-top:30px;
	letter-spacing: -0.4em;
}
div#column div#homeside {
	display:inline;
	float:left;
	padding-right:30px;
	width:300px;
}
	div#column div#homeside form {
		margin-bottom:20px;
	}
div#column div#homemain {
	margin-left:330px;
}

div.home {
	
	border:1px solid  #050A50;
	padding-bottom:10px;
	height:1%;
	letter-spacing: normal;
	
}
div.home h3 {
	background:url(../image/bg_subtitle_right.gif) no-repeat left top;
	color: #050A50;
	height:40px;
	padding:20px 0 0 70px;
}
div.home div.box {
	margin-left:60px;
	padding:0 10px;
}
div.home div.box div.text {
	background:url(../image/sep_side.gif) repeat-x top left;
	padding:20px 10px 0 10px;
}
div.home div.box div.text div.left {
	display:block;
	float:left;
}
div.home div.box div.text div.right {
	display:block;
	margin-left:300px;
}
div.home div.box div.text p {
	font-size:82.25%;
	margin-bottom:5px;
}
div.home div.box div.text div.list {
		display:block;
		float:left;
		height:1%;
		width:49%;
	}

ul.tree {
	font-size:82.25%;
	list-style:none;
	margin:0 10px;
}
ul.tree li {
	display:block;
	margin-bottom:5px;
}
ul.tree li img {
	border:none;
	margin:3px 5px 0 0;
}
ul.tree li.li_squ {
	background:url(../image/li_src_square.gif) no-repeat 0 3px;
	display:block;
	padding-left:17px;
}
ul.tree ul {
	list-style:none;
}
ul.tree ul li {
/*
	background:url(../image/li_src_disc.gif) no-repeat 0 3px;
*/
	display:block;
	margin:5px 0 0 20px;
	padding-left:17px;
}


/* for search
======================================== */
h3.title {
	background:url(../image/bg_subtitle_right.gif) no-repeat left;
	border:1px solid #050A50;
	color:#050A50;
	height:40px;
	margin-bottom:20px;
	padding:20px 0 0 70px;
}
/* search-name */
div.search_name {
	font-size:82.25%;
	padding:0 20px; 
}
div.search_name p.mes {
	background:url(../image/icon_c.gif) no-repeat left;
	padding-left:15px;
}
div.inputaria {
	background:#FFFFFF;
	height:1%;
	margin-top:20px;
	padding:20px 30px;
}
div.search_button {
	background:#FFFFFF;
	height:275px;
	margin-top:20px;
	padding:15px 25px;
}
	div.search_button div {
		width:700px;
	}
	div.search_button div.name_button_base {
	position:relative;
	width:40px !important;
	height:40px;
	}
	
	div.search_button div.name_button_char {
	font-family: 'HGゴシックE',monospace;
	font-weight: bold;
    height: 40px;
    width: 40px;
    top: 50%;
    left:0;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    }
		div.search_button div div.panel {
			background:url(../image/sep_table.gif) repeat-y left;
			float:left;
			height:265px;
			margin:5px;
			width:4px;
		}
table.japanese, table.english {
	float:left;
}
	table.japanese td, table.english td{
/* ### 2012/02/01 M.Abe UPD START */
		background:#050A50;
/* ### 2012/02/01 M.Abe UPD END */
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		width:40px;
		height:40px;
		
	}
	
	table.english td.white{
		background:#FFFFFF;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		width:40px;
		height:40px;
	}

input.clear_image{
	position:absolute;
	top:0px;
	left:0px;
	width:40px;
	height:40px;

}

/* for result
======================================== */
div.search {
	
}
/* h3 */
div.search h3 {
	height:1%;
	padding-left:30px;
}
div.search h3.red {
	background:url(../image/bg_search_right.gif) no-repeat left top;
	border:1px solid  #050A50;
}
div.search h3.blue {
	background:url(../image/bg_search_down.gif) no-repeat left top;
	border:1px solid  #050A50;
}
div.search h3 span {
	display:block;
	float:left;
	font-size:90%;
	/*height:25px;*/
	text-align:center;
}
div.search h3 span.search_red {
/*	background:#FFFFFF; */
	color:  #050A50;
	height:25px;
	padding:5px 15px 0 15px;
}
div.search h3 span.search_blue {
/*	background:#FFFFFF; */
	color: #050A50;
	height:25px;
	padding:5px 15px 0 15px;
}
div.search h3 span.search_text {
	font-size:82.25%;
	margin-left:10px;
	padding:6px 0 3px 0;
	text-align:left;
	width:80%;
}
/* form */
div.search div.search_form {
	clear:both;
	font-size:82.25%;
	padding:0 30px; 
}
div.search div.search_form div.message {
	padding:10px 0 5px 0;
}
div.search div.search_form div.message p {
	margin-bottom:5px;
}
div.search div.search_form div.inputaria {
	background:#FFFFFF;
	margin:0 0 0 0;
	padding:0 60px;
}
div.search div.search_form div.inputaria p {
	margin-bottom:10px;
}
/* result */
div.search ul.result {
	list-style:none;
	margin:20px 0;
}
div.search ul.result li {
	margin:0 30px 15px 30px;
}
div.search ul.result li h4 {
	background: #DDDEEF;
	border:none;
	font-size:82.25%;
	height:1%;
	padding:8px 30px;
}
div.search ul.result li h4 span.left {
	float:left;
	width:69%;
}
div.search ul.result li h4 span.right {
	float:right;
	text-align:right;
	width:29%;
}
div.search ul.result li p {
	border-right:1px solid #DDDEEF;
	border-bottom:1px solid #DDDEEF;
	border-left:1px solid #DDDEEF;
	clear:both;
	font-size:82.25%;
	margin:0 0 0 30px;
	padding:8px 20px;
}

div.search ul.result li p span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

/* for detail
======================================== */
/* tab */
div.menu {
	background:#FFFFFF url(../image/bg_menu01.gif) repeat-x top;
	height:35px;
	width:100%;
}
div.menu div {
	background:#FFFFFF url(../image/bg_menu01start.gif) no-repeat top;
	display:block;
	float:left;
	height:35px;
	width:22px;
}
div.menu ul {
	display:inline;
	float:left;
	list-style:none;
	height:35px;
}
	div.menu ul li {
		background:url(../image/sep_menu.gif) no-repeat right;
		display:inline;
		float:left;
		font-size:90%;
		height:35px;
	}
	div.menu ul li.active {
		background:url(../image/bg_menu02.gif) repeat-x right;
	}
	div.menu ul li a {
		display:block;
		font-weight:bold;
		padding:9px 20px 9px 18px;
		text-align:center;
	}
	div.menu ul li a:link, div.menu ul li a:visited, div.menu ul li a:hover {
		color: #050A50;
		text-decoration:none;
	}
	div.menu ul li a:hover {
		color: #99F;
		background:url(../image/bg_menu02.gif) repeat-x right;
		text-decoration:none;
	}
	div.menu ul li.active a:hover {
		color: #99F;
		background:url(../image/bg_menu02.gif) repeat-x right;
		text-decoration:none;
	}

/* sidemenu */
div#sidebar {
	display:inline;
	float:left;
	width:200px;
}
	div#sidebar div.names {
/* ### 2012/02/01 M.Abe UPD START */
		background:#050A50 url(../image/bg_side_head.gif) no-repeat right;
		color:#fff;
/* ### 2012/02/01 M.Abe UPD END */
		margin-bottom:20px;
		padding:20px;
	}
	div#sidebar div.names p.rubi {
		font-size:66.5%;
	}

	div#sidebar div.names h3 {
		font-size:130%;
	}
	div#sidebar div.names p.aff {
		font-size:76%;
		margin-top:10px;
	}
	
	div#sidebar div.data {
		border:1px solid  #050A50;
	}
	div#sidebar div.data h3 {
		background:#FFFFFF url(../image/bg_subtitle_down.gif) no-repeat left;
		color:#444;
		font-size:100%;
		height:40px;
		padding:20px 0px 0px 70px;
		width:128px;
	}
	div#sidebar div.data ul {
		list-style:none;
		padding:10px 5px 0 5px;
	}
	div#sidebar div.data ul li {
		background:url(../image/sep_side.gif) repeat-x left top;
		font-size:82.25%;
		padding:14px 0 10px 0;
	}
	div#sidebar div.data ul li p {
		background:url(../image/icon_arrow01.gif) no-repeat left 2px;
		padding-left:15px;
	}
	div#sidebar p.date {
		color:#777;
		font-size:66.5%;
		margin-top:5px;
		text-align:right;
	}
/* data */
div#main {
	margin-left:220px;
}
	
div#main div.photo {
	background:#fff;
	float:right;
	position: relative;
	z-index: 1;
}
	div#main div.photo p {
		border:1px solid #ccc;
		margin:0 0 10px 10px;
		padding:5px;
		text-align:right;
		width:120px;
		height:100%;
	}
div#main div.text {
	padding-bottom:20px;
}

div#main div.text h3 {
	color:#050A50;
	font-size:100%;
	/* height:1.3em; */
	margin-bottom:10px;
	padding:4px 25% 4px 8px;
	position: relative;
	border-style: none none solid solid;
	border-width: 0px 0px 2px 10px;
	
}
div#main div.text h3 span.left {
	/* float:left; */
	/* width:60%; */
}
div#main div.text h3 span.right {
	/* float:right; */
	font-size:76%;
	font-weight:normal;
	padding-top:3px;
	text-align:right;
	/* width:38%; */
	position: absolute;
	top: 4px;
	right: 8px;
}
	div#main div.text h3 span a:link,
	div#main div.text h3 span a:visited,
	div#main div.text h3 span a:hover {
		color:#050A50;
		text-decoration:underline;
	}
	
div#main div.text p {
	font-size:90%;
	line-height:140%;
	margin-left:1.5em;
}
div#main div.text ul {
	margin-left:1.5em;
}
div#main div.text ul li {
	margin-bottom:10px;
}

div#main div.text ul li p {
	margin-left:0;
}
div#main div.text ul li p span.year {
	color:#80262b;
}
div#main div.text ul li p span.texthead {
	color:#408040;
}

div#main div.text ul li p span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

div#main div.text ul li p span.repository a {
	color:#fff;
	background:#AC3F45;
	text-align:center;
	padding:1px 10px;
	border-top-style:solid;
	border-top-color:#92373B;
	border-top-width:3px;
	border-bottom-style:solid;
	border-bottom-color :#92373B;
	border-bottom-width:3px;
	font-size:90%;
	/* font-weight:bold; */
}

/* popup */
p.popup  {
	font-size:76%;
	margin:20px;
}
/* pagetop */
div.pagetop  {
	font-size:76%;
	padding-top:10px;
	text-align:right;
}

div#javaoff {
	border: 5px double #F09;
	margin:10px 0px
}

div#javaoff p {
	text-align:center;
	padding:30px 30px;
	color:#F09;
	font-size:120%;
	font-weight:bold;
}

span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

div.line {
	background-color: #D2D2D2;
	border: 0 none;
	height: 1px;
	margin: 20px 0;
}

td.photo {
	vertical-align:top
}
td.rowtitle {
	width: 200px;
	color: #B43104;
	font-weight: bold;
	font-size: 90%;
	vertical-align:top
}

table.gyoseki-table {
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
}

table.gyoseki-table td {
	border: solid 1px #D2D2D2;
	padding:10px 10px 5px 5px;
}

/* mail form customize */
div.mail {
	width: 450px;
}

form.mail-form {
	width: 500px;
}

body.mail-form {
	min-width: 100px;
}

div#main div.ym {
	width: 90px;
	display: inline-block;
}

div#main div.tilde {
	width: 5px;
	text-align:center;
	display: inline-block;
}

div#main div.from_to {
	margin-left: 0;
	font-size: 90%;
	line-height: 140%;
	display: block;
}

div#main div.contents_name {
	display: inline-block;
}

td.photo {
	vertical-align: top;
}

div#main p.title_bold {
	font-weight: bold;
}

span.result-org-name {
	font-size: 85%;
}

ul.org-result {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 10px;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * 必要な個所のみ利用
 */


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.vertical-middle {
	vertical-align: middle;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

input.search-text-theme {
	width : 200px;
}

div#column div#home_left {
	width:48%;
	display: inline-block;
	letter-spacing: normal;
}

div#column div#home_right {
	width:48%;
	display: inline-block;
	margin-left: 4%;
	letter-spacing: normal;
}

div.home-theme {
	padding-bottom: 0px;
}

td.search-bold {
	font-weight: bold;
}

.page-header {
padding-bottom: 9px;
margin: 5px 0 5px;
border-bottom: 1px solid #eee;
}

div.mail-info {
	text-align: center;
	font-weight: bold;
	margin: 10px 5px;
}