/* Global ---------------------- */
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
html {
    height: 100%;
}
body {
    margin: 0;
    nowhitespace: afterproperty;
    padding: 0;
    border: 0;
    height: 100%;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
    background-color: #a4c639;
    /* background-position:bottom center; */
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
img {
    border: 0;
    vertical-align: text-bottom;
}
ul {
    list-style-type: none;
}
a {
    overflow: hidden;
    outline: none;
    color: #666666;
    text-decoration: none;
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #999999;
}
/* Utilities ---------------------- */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.center {
    text-align: center;
}
/* Layout ---------------------- */
#container {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 1000px;
    height: 100%;
    min-height: 100%;
    position: relative;
}
body > #container {
    height: auto;
}
/* Layout <Header> ---------------------- */
#header {
    width: 1000px;
    text-align: left;
    margin: 0 0 0 0;
    background-image: url(../images/headerTop.gif);
    background-repeat: repeat-y;
}
#header #header-inner {
    width: 100%;
    min-height: 79px;
    height: auto !important;
    height: 79px;
    background-image: url(../images/headerBack.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#header h1 {
    float: left;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    text-indent: -10000px;
}
#header h1 a {
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    width: 188px;
    margin: 5px 0 0 27px;
}
#navi {
    float: right;
    font-size: 12px;
    color: #666666;
    margin: 9px 0 0 0;
}
#navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navi .top_menu:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#navi .top_menu {
    zoom: 1;
}
#navi .top_menu ul {
    float: right;
}
#navi .top_menu ul li {
    list-style-type: none;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 6px;
    margin: 2px 13px 0 0;
    text-align: left;
    float: left;
}
#navi .top_menu ul li a {
    color: #666666;
}
#navi form {
    float: right;
    margin: -3px 0 0 0;
}
#navi input.search_box {
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
    border: 1px solid #bbbbbb;
    height: 17px;
    width: 136px;
    vertical-align: middle;
}
#navi input.search_btn {
    margin: 0 15px 0 5px;
    vertical-align: middle;
}
#navi .top_menu .fontsize {
    float: right;
}
#navi .top_menu .fontsize .fontsizeTtl {
    float: left;
    margin:2px 5px 0 0 !important;
}
#navi .top_menu .fontsize .fontsizeBtn {
    margin: -3px 13px 0 65px;
    font-size:0.1em;
    white-space:nowrap;
}
#navi  .top_menu .useful_menu {
    float: right;
}
#navi .global_menu {
    float: right;
    margin: 5px 5px 8px 21px;
    background-image: url(../images/tabBack.gif);
    width: 675px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul {
    margin: 0 0 0 3px;
    padding: 3px 0 0 0;
}
#navi .global_menu ul li {
    list-style-type: none;
    float: left;
}
#navi .global_menu ul li a {
    text-indent: -10000px;
}
#navi .global_menu ul li.tab1 a {
    display: block;
    background-image: url(../images/tab1.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    width: 112px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#navi .global_menu ul li.tab1 a:hover {
    background-image: url(../images/tab1Over.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab1 a.select {
    background-image: url(../images/tab1Select.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab2 a {
    display: block;
    background-image: url(../images/tab2.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    width: 112px;
}
#navi .global_menu ul li.tab2 a:hover {
    background-image: url(../images/tab2Over.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab2 a.select {
    background-image: url(../images/tab2Select.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab3 a {
    display: block;
    background-image: url(../images/tab3.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    width: 112px;
}
#navi .global_menu ul li.tab3 a:hover {
    background-image: url(../images/tab3Over.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab3 a.select {
    background-image: url(../images/tab3Select.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab4 a {
    display: block;
    background-image: url(../images/tab4.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    width: 112px;
}
#navi .global_menu ul li.tab4 a:hover {
    background-image: url(../images/tab4Over.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab4 a.select {
    background-image: url(../images/tab4Select.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab5 a {
    display: block;
    background-image: url(../images/tab5.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    width: 112px;
}
#navi .global_menu ul li.tab5 a:hover {
    background-image: url(../images/tab5Over.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab5 a.select {
    background-image: url(../images/tab5Select.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab6 a {
    display: block;
    background-image: url(../images/tab6.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    width: 112px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#navi .global_menu ul li.tab6 a:hover {
    background-image: url(../images/tab6Over.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi .global_menu ul li.tab6 a.select {
    background-image: url(../images/tab6Select.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#navi ul li.select {
    background-image: url(../images/menu_ico_sel.png);
}
#navi ul li.navi_first {
    margin: 0;
}
#navi ul li a {
    color: #000000;
}
#navi ul li a:hover {
    color: #999999;
}
* html #navi {
    margin: 6px 0 0 0;
}
* html #navi .top_menu {
    margin: 0 0 0 100px;
}
* html #navi .top_menu ul {
    margin: 7px 0 0 0;
}
* html #navi .top_menu dl {
    margin: 7px 0 0 0;
}
* html #navi form {
    margin: 0 0 0 0;
}
* html #navi .global_menu {
    margin: 3px 3px 8px 0;
    float: right;
}
* html #navi .global_menu ul {
    padding: 0 0 0 0;
}
* html #navi .global_menu ul li a {
    margin: 3px 0 0 0;
}
* html #navi {
    font-size: 12px;
}
*:first-child + html #navi .global_menu {
    margin: 3px 5px 8px 0;
    float: right;
}
*:first-child + html #navi .top_menu ul {
    margin: 3px -200px 0 0;
}
*:first-child + html #navi .top_menu dl {
    margin: 3px 0 0 200px;
}
#navi .global_menu, x:-moz-any-link {
    margin: 5px 5px 8px 10px;
}
/* Layout <Contents> ---------------------- */
#content {
    width: 1000px;
    margin: 0 0 0 0;
    padding-bottom: 2px;
}
#content .content .data {
    min-height: 470px;
    height: auto !important;
    height: 470px;
}
#content .content .data a {
    color: #0e6dc6;
}
#content .content .data a:hover {
    color: #79b8f2;
}
#content .content .data .red {
    color: #ff0000;
}
#content .content .data .root:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .data .root {
    zoom: 1;
}
#content .content .data .root ul li {
    font-size: 60%;
    color: #666666;
    float: left;
    margin: 0 3px 0 0;
}
#content .content .data .root ul li a {
    color: #0e6dc6;
}
#content .content .data .root ul li a:hover {
    color: #79b8f2;
}
#content .content .data .root ul li a.home {
    color: #ffffff;
    display: block;
    float: left;
    width: 44px;
    height: 12px;
    text-align: center;
    background-image: url(../images/homeBack.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#content .content .data .root ul li a.home:hover {
    color: #ffffff;
    background-image: url(../images/homeOver.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#content .content .data .category:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .data .category {
    margin: 6px 0 5px 0;
    background-color: #efefef;
    border-bottom: 1px solid #9f9f9f;
    font-size: 80%;
    zoom: 1;
}
#content .content .data .category div {
    float: left;
    padding: 8px 0 3px 10px;
}
#content .content .data .category .first {
    width: 245px;
    background-color: #b1b1b1;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
}
#content .content .data .category .first a,
#content .content .data .category .first a:hover {
    color: #ffffff;
}
#content .content .data .category .second {
    color: #666666;
}
#content .content .data .category .second a,
#content .content .data .category .second a:hover {
    color: #666666;
}
body:first-of-type #content .content .data .category .first p,
body:first-of-type #content .content .data .category .second p {
    margin: -3px 0 0 0;
}
#content .content .data .category .content1 {
    border-left: solid 5px rgb(255,63,63);
}
#content .content .data .category .content2 {
    border-left: solid 5px rgb(255,102,0);
}
#content .content .data .category .content3 {
    border-left: solid 5px rgb(255,219,79);
}
#content .content .data .category .content4 {
    border-left: solid 5px rgb(170,207,83);
}
#content .content .data .category .content5 {
    border-left: solid 5px rgb(135,206,250);
}
#content .content .data .category .content6 {
    border-left: solid 5px rgb(188,121,255);
}
#content .content .block:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block {
    line-height: 1.3em;
    zoom: 1;
}
#content .content .block p.list-title {
    text-indent: 0;
}
#content .content .block .article {
    padding: 0 0 15px 0;
}
#content .content .block .article li {
    padding: 0 0 0 20px;
    font-size: 77%;
}
#content .content .block .article p.rStep {
    padding: 0 0 0 30px;
}
#content .content .block .article dl.rStep,
#content .content .block .article dl.rStep2 {
    margin: 0 0 0 1em;
}
#content .content .block .article dl.rStep dt,
#content .content .block .article dl.rStep2 dt {
    float: left;
    font-size: 77%;
}
#content .content .block .article dl.rStep dd {
    font-size: 77%;
    margin: 0 0 0 1em;
    height: auto !important;
    min-height: 1em;
}
#content .content .block .article dl.rStep dd ul li,
#content .content .block .article dl.rStep2 dd ul li {
    font-size: 100%;
}
#content .content .block .article dl.rStep2 dd {
    font-size: 77%;
    margin: 0 0 0 3em;
    height: auto !important;
    min-height: 1em;
}
#content .content .data ul.disc {
    list-style-type: disc;
    margin: 5px 0 5px 1em;
}
#content .content .data ul.disc li {
    padding: 0;
    line-height: 1.2em;
}
#content .content .data ul.circle {
    list-style-type: circle;
    margin: 5px 0 5px 1em;
}
#content .content .data ul.circle li {
    padding: 0;
    line-height: 1.2em;
}
#content .content .block ol {
    margin: 10px 0 10px 10px;
}
#content .content .block ol li {
    font-size: 77%;
}
#content .content .block .small {
    font-size: 60%;
}
#content .content .block .title:after,
#content .content .block .icon-title:after,
#content .content .block .list-title:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .title,
#content .content .block .icon-title,
#content .content .block .list-title {
    width: 100%;
    border-bottom: 1px solid #999999;
    margin: 0 0 15px 0;
    zoom: 1;
}
#content .content .menuBlock:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .menuBlock {
    padding: 0 0 5px 0;
    zoom: 1;
}
#content .content .menuBlock ul {
    margin: 8px 0 0 15px;
}
#content .content .menuBlock ul li {
    float: left;
    margin: 0 4px 3px 4px;
}
#content .content .menuBlock .title {
    text-align: center;
    background-image: url(../images/rightMenuTitleBack.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px 0 0 0;
    height: 26px;
}
#content .content .menuBlock .bunya {
    background-image: url(../images/menuTitleBunya.png) !important;
    background-size: contain;
}
#content .content .menuBlock .shortcut {
    background-image: url(../images/menuTitleShortcut.png) !important;
    background-size: contain;
}
#content .content .menuBlock ul.news-icon li a,
#content .content .menuBlock ul.report-icon li a {
    display: block;
    width: 59px;
    height: 83px;
    text-indent: -10000px;
}
#content .content .menuBlock ul.news-icon li a.icon1 {
    background-image: url(../images/newsIcon1.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.news-icon li a.icon2 {
    background-image: url(../images/newsIcon2.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.news-icon li a.icon3 {
    background-image: url(../images/newsIcon3.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.news-icon li a.icon1:hover,
#content .content .menuBlock ul.news-icon li.select a.icon1:hover {
    background-image: url(../images/newsIcon1Over.gif);
}
#content .content .menuBlock ul.news-icon li a.icon2:hover,
#content .content .menuBlock ul.news-icon li.select a.icon2:hover {
    background-image: url(../images/newsIcon2Over.gif);
}
#content .content .menuBlock ul.news-icon li a.icon3:hover,
#content .content .menuBlock ul.news-icon li.select a.icon3:hover {
    background-image: url(../images/newsIcon3Over.gif);
}
#content .content .menuBlock ul.news-icon li.select a.icon1 {
    background-image: url(../images/newsIcon1Select.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.news-icon li.select a.icon2 {
    background-image: url(../images/newsIcon2Select.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.news-icon li.select a.icon3 {
    background-image: url(../images/newsIcon3Select.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.report-icon li a.icon1 {
    background-image: url(../images/reportIcon1.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.report-icon li a.icon2 {
    background-image: url(../images/reportIcon2.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.report-icon li a.icon3 {
    background-image: url(../images/reportIcon3.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.report-icon li a.icon1:hover,
#content .content .menuBlock ul.report-icon li.select a.icon1:hover {
    background-image: url(../images/reportIcon1Over.gif);
}
#content .content .menuBlock ul.report-icon li a.icon2:hover,
#content .content .menuBlock ul.report-icon li.select a.icon2:hover {
    background-image: url(../images/reportIcon2Over.gif);
}
#content .content .menuBlock ul.report-icon li a.icon3:hover,
#content .content .menuBlock ul.report-icon li.select a.icon3:hover {
    background-image: url(../images/reportIcon3Over.gif);
}
#content .content .menuBlock ul.report-icon li.select a.icon1 {
    background-image: url(../images/reportIcon1Select.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.report-icon li.select a.icon2 {
    background-image: url(../images/reportIcon2Select.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .menuBlock ul.report-icon li.select a.icon3 {
    background-image: url(../images/reportIcon3Select.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content .listBlock:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .listBlock {
    margin: 2px 0 29px 0;
    zoom: 1;
}
#content .content .listBlock .title {
    text-align: center;
    background-image: url(../images/rightMenuTitleBack.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px 0 0 0;
    height: 26px;
}
#content .content .listBlock ul {
    margin: 0 0 0 9px;
}
#content .content .listBlock ul li {
    font-size: 70%;
}
#content .content .listBlock ul li a,
#content .content .listBlock ul li span {
    color: #666666;
    display: block;
    width: 192px;
    height: 19px;
    padding: 5px 0 0 22px;
    margin: 0 0 1px 0;
    vertical-align: middle;
    background-image: url(../images/listMenu.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#content .content .listBlock ul li a:hover {
    color: #666666;
    background-image: url(../images/listMenuOver.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#content .content .listBlock ul li.select a {
    color: #333333;
    background-image: url(../images/listMenuSelect.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#content .content .listBlock ul.content1 > li > a {
    background-image: url(../images/listMenu1.png) !important;
}
#content .content .listBlock ul.content1 > li > a:hover {
    background-image: url(../images/listMenu1Over.png) !important;
}
#content .content .listBlock ul.content1 > li.select > a {
    background-image: url(../images/listMenu1Select.png) !important;
}
#content .content .listBlock ul.content2 > li > a {
    background-image: url(../images/listMenu2.png) !important;
}
#content .content .listBlock ul.content2 > li > a:hover {
    background-image: url(../images/listMenu2Over.png) !important;
}
#content .content .listBlock ul.content2 > li.select > a {
    background-image: url(../images/listMenu2Select.png) !important;
}
#content .content .listBlock ul.content3 > li > a {
    background-image: url(../images/listMenu3.png) !important;
}
#content .content .listBlock ul.content3 > li > a:hover {
    background-image: url(../images/listMenu3Over.png) !important;
}
#content .content .listBlock ul.content3 > li.select > a {
    background-image: url(../images/listMenu3Select.png) !important;
}
#content .content .listBlock ul.content4 > li > a {
    background-image: url(../images/listMenu4.png) !important;
}
#content .content .listBlock ul.content4 > li > a:hover {
    background-image: url(../images/listMenu4Over.png) !important;
}
#content .content .listBlock ul.content4 > li.select > a {
    background-image: url(../images/listMenu4Select.png) !important;
}
#content .content .listBlock ul.content5 > li > a {
    background-image: url(../images/listMenu5.png) !important;
}
#content .content .listBlock ul.content5 > li > a:hover {
    background-image: url(../images/listMenu5Over.png) !important;
}
#content .content .listBlock ul.content5 > li.select > a {
    background-image: url(../images/listMenu5Select.png) !important;
}
#content .content .listBlock ul.content6 > li > a {
    background-image: url(../images/listMenu6.png) !important;
}
#content .content .listBlock ul.content6 > li > a:hover {
    background-image: url(../images/listMenu6Over.png) !important;
}
#content .content .listBlock ul.content6 > li.select > a {
    background-image: url(../images/listMenu6Select.png) !important;
}
#content .content .listBlock ul.subMenu li {
    font-size: 100%;
}
#content .content .listBlock ul.subMenu li a {
    font-size: 100%;
    color: #666666;
    display: block;
    width: 189px;
    min-height: 19px;
    height: auto !important;
    height: 19px;
    padding: 5px 0 0 9px;
    margin: 0 0 1px 0;
    border-bottom: 1px dotted #dedede;
    border-left: 5px solid #dedede;
    background-image: none;
}
#content .content .listBlock ul.subMenu li a:hover {
    background-color: #f3f3f3;
    background-image: none;
}
#content .content .listBlock ul.subMenu li.select {
    background-image: url(../images/listSubMenuSelect.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
#content .content .listBlock ul.subMenu li.select a {
    padding: 3px 0 0 14px;
    background-image: url(../images/listSubMenuSelectTop.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
    border-bottom: 1px dotted #dedede;
}
#content .content .listBlock ul.subMenu li.select a:hover {
    background-color: transparent;
}
#content .content .listBlock li.subsubMenu ul {
    margin-left: 0;
}
#content .content .listBlock li.subsubMenu li {
    margin-left: 8px;
}
#content .content .listBlock li.subsubMenu li a {
    width: 182px;
}
#content .content div.relevantArea {
    margin: 5px;
    padding: 0px 5px 0px 5px;
}
#content .content div.relevantArea:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: left;
}
#content .content div.relevantArea div.leadText {
    height: 26px;
    margin: 0px -5px 5px -5px;
    background-image: url(/navi/images/user/rightMenuRelevantTitleBack.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#content .content div.panel_relevant {
    width: 100%;
    margin: 5px 0px 5px 0px;
    float: left;
}
#content .content div.relevantTitleArea {
    background-color: #dcdcdc;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    padding-top: 2px;
    cursor: n-resize;
}
#content .content div.relevantTitleArea img {
    vertical-align: baseline !important;
    cursor: pointer !important;
}
#content .content div.relevantTitleArea span.subtitle {
    font-size: 11px;
}
#content .content div.relevantTitleArea span.title_totalhits {
    width: 60px;
    color: #666666;
    font-size: 12px;
    text-align: right;
    float: right;
}
#content .content div.relevantResultArea {
    border:solid 1px #cccccc;
    padding: 5px;
    overflow: auto;
    font-size: 12px;
}
#content .content div.relevantResultArea ul {
    list-style-type: none;
}
#content .content div.relevantResultArea ul li {
    line-height: 1.5em;
    padding: 0px 5px 5px 5px;
    border-bottom: dotted 1px #cccccc;
    margin-bottom: 5px;
}
#content .content div.relevantResultArea ul li a.link_arrow {
    background: url(/navi/images/user/icon_arrow.gif) center left no-repeat;
    padding: 3px 0px 0px 10px;
}
#searchbox {
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}
#searchbox .title {
    text-align: center;
    background-image: url(../images/rightMenuTitleBack.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px 0 0 0;
    height: 23px;
}
#searchbox .switch-open {
    background-image: url(../images/arrowClose.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 14px;
    font-size: 80%;
    margin: 3px 0 3px 0;
    cursor: pointer;
}
#searchbox .switch-close {
    background-image: url(../images/arrowOpen.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 14px;
    font-size: 80%;
    margin: 3px 0 5px 0;
    display: none;
    cursor: pointer;
}
#searchbox form {
    padding: 0 9px 0 9px;
    margin: 0 0 0 0;
}
#searchbox .keyword {
    background-image: url(../images/keywordBack.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 28px;
    border-top: 1px solid #d2f541;
    border-left: 1px solid #d2f541;
    border-right: 1px solid #7b9f34;
    border-bottom: 1px solid #7b9f34;
}
#searchbox .keyword .search_box {
    float: left;
    width: 144px;
    height: 18px;
    border-top: 1px solid #aaadb2;
    border-left: 1px solid #e3e3eb;
    border-right: 1px solid #dadfe5;
    border-bottom: 1px solid #e2e9ef;
    margin: 3px 7px 0 5px;
    padding: 2px 0 0 0;
    font-size: 80%;
}
#searchbox .keyword .search_btn {
    float: left;
    margin: 3px 0 0 0;
}
#searchbox .category {
    padding: 0 0 0 8px;
    margin: 0 0 0 0 !important;
    background-color: #f4f4f4 !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #d4d5da;
    border-bottom: 1px solid #d4d5da !important;
}
#searchbox .category p {
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 14px;
    margin: 3px 0 5px 0;
}
#searchbox .category ul {
    margin: 0 0 7px 7px;
}
#searchbox .category ul li {
    color: #333333;
}
#searchbox .category ul li input {
    margin: 0 5px 0 0;
}
#searchbox .date:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#searchbox .date {
    padding: 0 0 0 8px;
    margin: 0 0 0 0 !important;
    background-color: #f4f4f4 !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #d4d5da;
    border-bottom: 1px solid #d4d5da;
    zoom: 1;
}
#searchbox .select-box {
    float: right;
    font-size: 80%;
    margin: 0 5px 5px 0;
}
#searchbox #date-list {
    display: none;
}
#searchbox .venue:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#searchbox .venue {
    padding: 0 0 0 8px;
    margin: 0 0 0 0 !important;
    background-color: #f4f4f4 !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #d4d5da;
    border-bottom: 1px solid #d4d5da;
    zoom: 1;
}
#searchbox #venue-list {
    display: none;
}
#searchbox .venue #venue-list select {
    float: left;
    margin: 2px 0 0 0;
}
#searchbox .venue #venue-list input {
    float: left;
    width: 106px;
    height: 18px;
    border-top: 1px solid #aaadb2;
    border-left: 1px solid #e3e3eb;
    border-right: 1px solid #dadfe5;
    border-bottom: 1px solid #e2e9ef;
    margin: 0 0 0 6px;
    padding: 2px 0 0 0;
}
#searchbox .selectBox {
    padding: 0 0 0 8px;
    margin: 0 0 0 0 !important;
    background-color: #f4f4f4 !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #d4d5da;
    border-bottom: 1px solid #d4d5da;
}
#searchbox #place-list {
    display: none;
}
#searchbox .selectBox ul {
    margin: 0 0 7px 7px;
}
#searchbox .selectBox ul li {
    font-size: 80%;
    color: #333333;
}
#searchbox .selectBox ul li input {
    margin: 0 5px 0 0;
}
#searchbox #faculty-list {
    display: none;
}
#searchbox #announce-list {
    display: none;
}
#searchbox-center {
    font-size: 80%;
}
#searchbox-center h2{
    border-bottom: none!important;
    border-left: none!important;
    margin:0!important;
    padding:0!important;
    font-size: 100%!important;
    font-weight: bold!important;
}
#searchbox-center form {
    background-color: #A4C639;
    padding: 15px 0 15px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}
#searchbox-center .search-options {
    margin: 0 0 10px 0;
}
#searchbox-center .option-name {
    color: red;
    float: left;
    width: 80px;
    font-weight: bold;
}
#searchbox-center .option-vals {
    float: left;
    width: 603px;
}
#searchbox-center .btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 14px;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.2;
}
#searchbox-center .black {
    color: white;
    background-color: #333333;
    border-color: #333333;
}
#searchbox-center input {
    vertical-align: middle;
}
#searchbox-center input[type=text] {
    height: 22px;
    line-height: 22px;
}
#searchbox-center .search-options li {
    display: inline-block;
    width: 24.3%;
}
.news-item {
    font-size: 77%;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 15px 0;
    padding: 5px 0 20px 0;
}
.news-item .label {
    display: inline;
    padding: .25em .6em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #333333;
}
.news-item .tags {
    margin-top: 10px;
}
.news-item a {
    font-weight: bold;
}
.news-item .thumbnail-box {
    width: 100px;
    height: 80px;
    display: inline-block;
}
.news-item .thumbnail-box-right {
    width: 570px;
    display: inline-block;
}
.news-item .thumbnail-box img {
    max-width: 95px;
    max-height: 80px;
}
.news-item .label-box {
    display:inline-block;
    margin:8px 0 0 -2px;
}

#content .content .banner {
    padding: 0 0 10px 5px;
}
#content .content .banner img {
    margin: 0 0 20px 0;
}
#content .content .mailservice {
    padding: 0 0 10px 15px;
}
#content .content .rss {
    padding: 0 0 20px 15px;
}
#content .content .form-link {
    padding: 0 0 20px 10px;
}
#content .content .top-link {
    border-top: 1px solid #d1d1d1;
    text-align: right;
    font-size: 60%;
    margin: 10px 0 10px 0;
    padding: 7px 0 0 0;
}
#content .content .top-link a {
    padding: 0 0 0 12px;
    background-image: url(../images/moreArrowTop.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#content .content .top-link a:hover {
    background-image: url(../images/moreArrowTopOver.gif);
}
#content .content .block .title h1,
#content .content .block .icon-title h1,
#content .content .block .list-title h1 {
    float: left;
    background-image: url(../images/titleMark.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 6px 0 0 0;
    font-weight: bold;
    padding: 2px 0 0 15px;
    min-height: 27px;
    height: auto !important;
    height: 27px;
}
#content .content .block .list-heading {
    margin: 0 0 5px 0;
    padding: 5px 0 5px 0;
}
#content .content .block .list-heading h1 {
    background-repeat: no-repeat;
    background-position: left top;
    margin: 6px 0 0 0;
    font-weight: bold;
    padding: 2px 0 0 15px;
    min-height: 27px;
    height: auto !important;
    height: 27px;
    background: black;
    color: white;
}
#content .content .block .list-heading:after {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-top: 8px solid #000;
    border-bottom: 0px solid transparent;
    width: 0px;
    margin-left: 11px;
}
#content .content .block .title h1 p,
#content .content .block .icon-title h1 p,
#content .content .block .list-title h1 p {
    text-indent: 0;
    font-size: 100%;
    line-height: 1.1em;
}
#content .content .block .title h1 a,
#content .content .block .icon-title h1 a,
#content .content .block .list-title h1 a {
    color: #000000;
}
#content .content .block .title h1 a:hover,
#content .content .block .icon-title h1 a:hover,
#content .content .block .list-title h1 a:hover {
    color: #000000;
}
#content .content .block .title h1 .small {
    font-size: 70%;
    margin: 0 7px 0 0;
}
#content .content .block .icon-title h1 {
    width: 426px;
}
#content .content .block .list-title h1 {
    width: 620px;
}
#content .content .block .icon {
    height: 35px;
    float: right;
}
#content .content .block .icon ul li {
    float: left;
    margin: 0 3px 0 0;
}
#content .content .block div.date {
    font-size: 77%;
    text-align: right;
    margin: 0 0 10px 0;
}
#content .content .block .list-page {
    float: right;
    border-left: 1px solid #999999;
    font-size: 60%;
    padding: 0 0 0 8px;
    margin: 10px 0 0 0;
}
#content .content .block .list-page a {
    padding: 0 10px 0 0;
    background-image: url(../images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
#content .content .block .list-page a:hover {
    background-image: url(../images/moreArrowOver.gif);
}
#content .content .block p {
    text-indent: 1em;
    font-size: 77%;
}
#content .content .block h2 {
    font-size: 93%;
    padding: 0 0 2px 7px;
    border-bottom: 1px dashed #c4c4c3;
    border-left: 6px solid #999999;
    margin: 0 0 10px 0;
}
#content .content .block .block-inner:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .block-inner {
    padding: 0 0 15px 10px;
    zoom: 1;
}
#content .content .block h3 {
    font-size: 85%;
    padding: 0 0 0 7px;
    margin: 0 0 15px 0;
    border-left: 6px solid #cccccc;
    color: #666666;
}
#content .content .block h3 a,
#content .content .block h3 a:hover {
    color: #666666;
}
#content .content .block p.list-title {
    text-indent: 0;
    padding: 0 0 3px 0;
    margin: 0 0 0 0;
    border: 0;
}
#content .content .block .box {
    border: 1px solid #cccccc;
}
#content .content .block .box h2 {
    border: 0;
    padding: 5px 0 2px 10px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #c4c4c3;
    background-color: #efefef;
}
#content .content .block ul.square {
    font-size: 77%;
}
#content .content .block ul.square li.item {
    font-weight: bold;
}
#content .content .block ul.square li {
    padding: 0 0 0 15px;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
}
#content .content .block ul.square li p {
    font-weight: normal;
    font-size: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    max-width: 90px;
}
#content .content .horizontal {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 3px 2px;
}
#content .content .field_search_img {
    padding: 0px 25px 10px 25px;
}
#content .content .field_search_img a,
#content .content .field_search_img a:hover {
    color: transparent;
}
#content .content .field {
    cursor: pointer;
}
#content .content #search_keyword {
    vertical-align: middle;
    border: 1px solid #bbbbbb;
    line-height: 1.5em;
}
#content .content #description_keyword_search_btn {
    color: white;
    background-color: #333333;
    border: 1px solid;
    border-color: #333333;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 8px;
    cursor: pointer;
}
#content .content #description_search_result {
    display: none;
    margin: 0 0 8px 0;
}
#content .content #description_search_result h1{
    color: yellow;
}
#content .content #description_search_result .paging_area {
    padding: 10px 5px 5px 5px ;
}
#content .content #description_search_result #result_number {
    font-size: 13px;
    float: left;
}
#content .content #description_search_result #paging_navi {
    text-align: center;
    margin-right: 13%;
}
#content .content #description_search_result #paging_navi a, #content .content #description_search_result #paging_navi strong {
    margin-left: 10px;
    font-size: 13px;
}
#content .content .h_margin {
    margin-right: 5px;
}
#content .content .half {
    width: 49%;
}
#content .content .twocolumns {
    float: left;
    width: 49%;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#content .content .block .horizontal a {
    font-size: 17px;
    font-weight: bold;
    border-bottom: solid 1px;
}
#content .content .block ul.square li p.overview {
    max-width: 220px;
    text-indent: 0em;
}
#loading {
    background: black;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loading_msg {
    color: white;
    font: 36px bold;
    position: fixed;
    top: 45%;
    left: 50%;
}
#loading_gif {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: fixed;
    top: 45.5%;
    left: 48%;
    width: 30px;
    height: 40px;
}
#content .content .block ul.square li ul li {
    padding: 0 0 0 10px;
    background-image: url(../images/square_s.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
}
#content .content .block ul.news {
    font-size: 77%;
}
#content .content .block ul.news li a {
    float: left;
    display: block;
    padding: 0 0 0 10px;
}
#content .content .block ul.news li p {
    float: left;
    font-size: 87%;
    padding: 0 0 0 0;
}
#content .content .block ul.news li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block ul.news li {
    display: block;
    padding: 0 0 0 10px;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    zoom: 1;
}
#content .content .block div.newstext {
    float: left;
    max-width:590px;
}
#content .content .block .news-list ul {
    font-size: 77%;
}
#content .content .block .news-list ul li .summary {
    float: right;
    width: 595px;
    padding: 0 0 0 0;
}
#content .content .block .news-list ul li .summary p {
    font-size: 87%;
    text-indent: 0;
    line-height: 1.3em;
    padding: 3px 0 8px 0;
}
#content .content .block .news-list ul li .date {
    float: left;
    text-align: left;
    line-height: 1.1em;
    font-size: 87%;
    width: 75px;
    padding: 4px 0 0 0;
}
#content .content .block .news-list ul li .date strong.newly-arrived {
    color: #ff0000;
}
#content .content .block .news-list ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .news-list ul li {
    display: block;
    padding: 8px 0 0 20px;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left 13px;
    border-top: 1px solid #eaeaea;
    margin: 0 0 3px 0;
    zoom: 1;
}
#content .content .block dl.list dd,
#content .content .block dl.list dt {
    font-size: 77%;
}
#content .content .block .more:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .more {
    width: 100%;
    font-size: 70%;
    border-bottom: 1px dashed #c4c4c3;
    zoom: 1;
}
#content .content .block .more a {
    float: right;
    display: block;
    padding: 0 8px 0 0;
    background-image: url(../images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: right 4px;
}
#content .content .block .more a:hover {
    background-image: url(../images/moreArrowOver.gif);
}
#content .content .block .img-link:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .img-link {
    zoom: 1;
}
#content .content .block .img-link img {
    float: left;
    margin: 0 8px 0 0;
}
#content .content .block .img-link a {
    display: block;
    font-size: 70%;
    padding: 0 0 0 8px;
    background-image: url(../images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
}
#content .content .block .img-link a:hover {
    background-image: url(../images/moreArrowOver.gif);
}
#content .content .block .left-row:after,
#content .content .block .right-row:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .left-row,
#content .content .block .right-row {
    padding: 0 0 20px 0;
    zoom: 1;
}
#content .content .block .left-row img {
    float: left;
    margin: 0 20px 0 0;
}
#content .content .block .left-row p,
#content .content .block .right-row p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#content .content .block .right-row img {
    float: left;
    margin: 0 0 0 20px;
}
#content .content .block .rightarea:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .rightarea {
    float: right;
    padding: 0 0 0 10px;
    line-height: 1.1em;
    zoom: 1;
}
#content .content .block .rightarea img {
    margin: 0 0 5px 0;
}
#content .content .block .rightarea span {
    display: block;
    margin: 0 0 10px 0;
}
#content .content .block .rightarea span p {
    font-size: 60%;
    text-indent: 0;
    padding: 0;
}
#content .content .block .imgarea {
    line-height: 1.1em;
    text-align: center;
}
#content .content .block .imgarea p {
    font-size: 60%;
    text-indent: 0;
    padding: 0;
}
#content .content .block .imgarea img {
    margin: 5px;
}
#content .content .block .imgarea span {
    display: block;
    margin: 5px;
}
#content .content .block .imgarea span img {
    margin: 0 0 5px 0;
}
#content .content .block .thumnail:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .thumnail {
    zoom: 1;
}
#content .content .block .thumnail .caption {
    display: block;
    float: left;
    margin: 0 10px 0 10px;
}
#content .content .block .thumnail .caption img {
    float: none;
    margin: 0 0 0 0;
}
#content .content .block .thumnail .caption p {
    font-size: 60%;
    margin: 0 0 0 0;
    text-indent: 0;
    width: 100px;
    line-height: 1.2em;
}
#content .content .block .list:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .list {
    padding: 0 0 20px 0;
    zoom: 1;
}
#content .content .block .list ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .list ul li {
    margin: 0 0 10px 0;
    zoom: 1;
}
#content .content .block .list img {
    float: left;
    margin: 0 10px 0 0;
}
#content .content .block .list p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-indent: 0;
}
#content .content .block .list a {
    display: block;
    font-size: 80%;
}
#content .content .block .thumnail-list ul {
    font-size: 77%;
}
#content .content .block .thumnail-list ul li img {
    display: block;
    float: left;
    margin: 0 0 8px 0;
}
#content .content .block .thumnail-list ul li .summary {
    float: left;
    width: 570px;
    padding: 0 0 0 10px;
}
#content .content .block .thumnail-list ul li .summary p {
    font-size: 87%;
    text-indent: 0;
    line-height: 1.3em;
}
#content .content .block .thumnail-list ul li .summary p.nearby {
    width: 118%;
}
#content .content .block .thumnail-list ul li .summary .note {
    text-align: right;
    margin: 5px 0 5px 0;
    padding: 0;
}
#content .content .block .thumnail-list ul li .summary .url {
    font-size: 87%;
    color: #0e774a;
    padding: 0 0 8px 0;
}
#content .content .block .thumnail-list ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .thumnail-list ul li {
    display: block;
    padding: 8px 0 0 0;
    border-top: 1px solid #eaeaea;
    margin: 0 0 3px 0;
    zoom: 1;
}
#content .content .block .page-select:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .page-select {
    /* border-bottom: 1px dashed #c4c4c3; */
    margin: 20px 0 0 0;
    zoom: 1;
}
#content .content .block .page-select .all-page {
    float: left;
    margin: 0 0 5px 0;
}
#content .content .block .page-select .all-page-right {
    float: right;
    margin: 0 0 5px 0;
}
#content .content .block .page-select .all-page p {
    float: left;
    margin: 0 8px 0 0;
    padding: 0 0 0 0;
    font-size: 70%;
    text-indent: 0;
}
#content .content .block .page-select .all-page-right p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 70%;
    text-indent: 0;
}
#content .content .block .page-select .page-link {
    float: right;
    font-size: 70%;
    margin: 0 0 5px 0;
}
#content .content .block .page-select .page-link .prev-page {
    float: right;
    padding: 0 7px 0 8px;
    background-image: url(../images/moreArrowLeft.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}
#content .content .block .page-select .page-link .next-page {
    float: right;
    border-left: 1px solid #999999;
    padding: 0 8px 0 7px;
    background-image: url(../images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}
#content .content .block .page-select-bottom:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .page-select-bottom {
    border-top: 1px dashed #c4c4c3;
    margin: 30px 0 20px 0;
    zoom: 1;
}
#content .content .block .page-select-bottom .page-link {
    float: right;
    font-size: 70%;
    margin: 5px 0 0 0;
}
#content .content .block .page-select-bottom .page-link .prev-page {
    float: right;
    padding: 0 7px 0 8px;
    background-image: url(../images/moreArrowLeft.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}
#content .content .block .page-select-bottom .page-link .next-page {
    float: right;
    border-left: 1px solid #999999;
    padding: 0 8px 0 7px;
    background-image: url(../images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}
#content .content .block .marker-link:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .marker-link {
    margin: 0 0 5px 0;
    zoom: 1;
    text-align: right;
    line-height: 0.8em;
    border-right: 1px solid #999999;
}
#content .content .block .marker-link a,
#content .content .block .marker-link span {
    padding: 0 8px 0 8px;
    font-size: 70%;
    border-left: 1px solid #999999;
}
#content .content .block table {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border: 1px solid #c4c4c3;
    border-collapse: collapse;
}
#content .content .block table td,
#content .content .block table th {
    font-size: 77%;
    padding: 2px 2px 2px 5px;
    margin: 0;
    border-right: 1px solid #c4c4c3;
    border-top: 1px solid #c4c4c3;
    font-weight: normal;
}
#content .content .block table th.num {
    background-color: #efefef;
    width: 32px;
}
#content .content .block table th.name {
    background-color: #efefef;
    width: 248px;
}
#content .content .block table th.remarks {
    background-color: #efefef;
}
#content .content .block table .back {
    background-color: #efefef;
}
#content .content .block table .title {
    background-color: #efefef;
    width: 100px;
}
#content .content .block table .left-s {
    background-color: #efefef;
    width: 100px;
}
#content .content .block table .left-s2 {
    background-color: #efefef;
    width: 90px;
    padding: 0 0 0 15px;
}
#content .content .block table td ul li {
    font-size: 130%;
}
#content .content .block table td ul li a {
    width: 100% !important;
}
#content .content .block table td.right-img img {
    float: right;
}
#content .content .block table td.right-img dl dt {
    padding: 0 0 0 15px;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
}
#content .content .block table td.right-img dl dd {
    padding: 0 0 0 15px;
    line-height: 1.1em;
}
#content .content .block table ul.news li a {
    width: auto !important;
}
#content .content .block table.video {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border: 0;
    border-collapse: collapse;
}
#content .content .block table.video td,
#content .content .block table.video th {
    font-size: 77%;
    padding: 2px 5px 2px 5px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #c4c4c3;
    font-weight: normal;
}
#content .content .block table.video a {
    display: block;
    margin: 2px 0 2px 0;
}
#content .content .block table.video a img {
    border: 1px solid #ffffff;
}
#content .content .block table.video .time {
    width: 70px;
}
#content .content .block table.video .download {
    background-color: #efefef;
    text-align: center;
    width: 45px;
    line-height: 1.1em;
}
#content .content .block table.video .movie {
    background-color: #efefef;
    text-align: center;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
    /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.ui-tabs-nav:after {
    /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    nowhitespace: afterproperty;
    padding: 0 0 0 0;
    background-color: #e6e6e6;
    margin: 0 8px 0 0;
    border-bottom: 1px solid #f2f2f2;
    min-width: 108px;
    /* be nice to Opera */
}
.ui-tabs-nav a {
    display: block;
    padding: 0 0 0 0;
    cursor: pointer;
}
.ui-tabs-nav a span {
    float: left;
    nowhitespace: afterproperty;
    display: block;
    font-size: 70%;
    width: 102px;
    /* IE 6 treats width as min-width */
    min-width: 102px;
    nowhitespace: afterproperty;
    height: 25px;
    /* IE 6 treats height as min-height */
    min-height: 25px;
    padding: 6px 0 0 0;
    text-align: center;
    background-image: none;
}
.ui-tabs-nav a .left {
    float: left;
    background-image: url(../images/tabLeft.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 25px;
    width: 3px;
}
.ui-tabs-nav a .right {
    float: left;
    background-image: url(../images/tabRight.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 25px;
    width: 3px;
}
.ui-tabs-nav a {
    text-align: center;
    nowhitespace: afterproperty;
    text-decoration: none;
    white-space: nowrap;
    /* required in IE 6 */
    outline: 0;
    /* prevent dotted border in Firefox */
}
.ui-tabs-selected {
    float: left;
    background-color: #add656 !important;
    margin: 0 8px 0 0;
    border-bottom: 1px solid #b8b8b8 !important;
}
.ui-tabs-selected a .left {
    background-image: url(../images/tabActLeft.gif) !important;
    background-repeat: no-repeat;
    background-position: left top;
}
.ui-tabs-selected a .right {
    background-image: url(../images/tabActRight.gif) !important;
    background-repeat: no-repeat;
    background-position: left top;
}
.ui-tabs-selected a span {
    background-image: url(../images/tabActBack.gif) !important;
    background-repeat: repeat-x;
    background-position: left top;
    color: #333333;
}
* >.ui-tabs-nav a span {
    /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-panel {
    border-top: 1px solid #b3b3b3;
    nowhitespace: afterproperty;
    padding: 10px 0 0 0;
    background: #fff;
    /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-panel img {
    margin: 0 0 10px 0;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
    /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child + html .ui-tabs-nav {
    /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
#content .content .block .two-x:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .two-x {
    float: left;
    width: 50%;
    font-size: 77%;
    padding: 0 0 29px 0;
    zoom: 1;
}
#content .content .block .two-x span {
    display: block;
    padding: 0 10px 0 0;
}
#content .content .block .two-x img {
    float: left;
    margin: 0 10px 0 0;
}
#content .content .block .two-x p {
    font-size: 100%;
    padding: 0 0 0 0;
    text-indent: 0;
}
#content .content .block .twoboxs {
    float: left;
    width: 50%;
    font-size: 100%;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    zoom: 1;
}
#content .content .block .twoboxs img {
    float: left;
    height: 82px;
    width: 107px;
    margin: 0 0 0 0;
}
#content .content .block .twoboxs dl.square dt {
    font-size: 77%;
    font-weight: bold;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: 0% 12%;
    padding: 0 0 0 15px;
}
#content .content .block .twoboxs a{
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px;
}
#content .content .block .separate:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block .separate {
    background-image: url(../images/separate.gif);
    background-repeat: repeat-y;
    background-position: left top;
    zoom: 1;
}
#content .content .block .three-y {
    float: left;
    width: 33%;
}
#content .content .block .three-y h4 {
    text-align: center;
}
#content .content .block .three-y .theme-menu {
    margin: 20px 0 0 22px;
}
#content .content .block .three-y .theme-menu p {
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-indent: 0;
}
#content .content .block .three-y .theme-menu ul {
    margin: 0 0 0 0;
}
#content .content .block .dashbox {
    border-bottom: 1px dashed #c4c4c3;
    padding: 10px 0 0 0;
}
#content .content .block form dl dt {
    padding: 2px 0 2px 10px;
}
#content .content .block form dl dd:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .content .block form dl dd {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #dadada;
    margin: 0 0 15px 0;
    zoom: 1;
}
#content .content .block form dl dt {
    font-size: 77%;
    background-color: #f4f4f4;
}
#content .content .block form dl dd p {
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    text-indent: 0;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#content .content .block form dl dd select {
    margin: 0;
    padding: 0;
}
#content .content .block form dl dd .date {
    text-align: left;
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}
#content .content .block form dl dd .venue,
#content .content .block form dl dd .municipality {
    font-size: 77%;
    text-indent: 0;
}
#content .content .block form dl dd .venue {
    margin: 0 0 7px 0;
}
#content .content .block form dl dd .date p,
#content .content .block form dl dd .venue p,
#content .content .block form dl dd .municipality p {
    font-size: 100%;
    margin: 0 10px 0 0;
    padding: 0 0 0 15px;
    text-indent: 0;
    float: left;
}
#content .content .block form dl dd .text {
    margin: 0 0 15px 0;
}
#content .content .block form dl dd .textbox {
    width: 620px;
    font-size: 77%;
}
#content .content .block form dl dd .municipality .textbox {
    width: 550px;
    font-size: 100%;
}
#content .content .block form .btn {
    text-align: center;
}
#content .content .block form .btn input {
    margin: 0 10px 0 10px;
}
#content .content .block form dl.confirmation dd {
    font-size: 77%;
}
#content .content .block dl.square dt {
    font-size: 77%;
    font-weight: bold;
    background-image: url(../images/square.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
}
#content .content .block dl.square dd {
    font-size: 77%;
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
}
#content .content .block dl.square dd dl dt {
    background-image: none;
    font-size: 100%;
    padding: 0;
}
#content .content .block dl.square dd dl dd {
    font-size: 100%;
}
#content .content .block .block-guide {
    padding: 30px 0 30px 20px;
}
#content .content .block .block-guide .article {
    /* padding: 0; */
}
#content .content .block .block-guide p {
    text-indent: 0em;
    padding-bottom: 15px;
    font-size: 90%;
}
* html #content .content .listBlock ul li a {
    height: 16px;
}
* html #searchbox .venue #venue-list input {
    width: 102px;
}
*:first-child + html #content .content .data .root ul li a.home {
    background-position: center top;
}
#content .content .data .root ul li a.home, x:-moz-any-link {
    height: 13px;
    background-position: center 1px;
}
#content .content .block .more a, x:-moz-any-link {
    background-position: right 6px;
}
#content .content .block .img-link a, x:-moz-any-link {
    background-position: left 6px;
}
#content .one-columns {
    width: 1000px;
    margin: 0 0 0 0;
}
#content .one-columns .top {
    width: 100%;
    height: 8px;
    background-image: url(../images/type1Top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#content .one-columns .content {
    width: 100%;
    background-image: url(../images/type1Back.gif);
    background-repeat: repeat-y;
}
#content .one-columns .content .data {
    width: 940px;
    padding: 2px 30px 0 30px;
    background-image: url(../images/type1BackTop.gif);
    background-repeat: no-repeat;
}
#content .one-columns .bottom {
    width: 100%;
    height: 12px;
    background-image: url(../images/type1Bottom.gif);
    background-repeat: no-repeat;
}
#content .two-columns {
    width: 1000px;
    margin: 0 0 0 0;
}
#content .two-columns .top {
    width: 100%;
    height: 8px;
    background-image: url(../images/type2Top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#content .two-columns .content {
    width: 100%;
    background-image: url(../images/type2Back.gif);
    background-repeat: repeat-y;
}
#content .two-columns .content .data:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .two-columns .content .data {
    width: 990px;
    padding: 0 5px 0 5px;
    background-image: url(../images/type2BackTop.gif);
    background-repeat: no-repeat;
    zoom: 1;
}
#content .two-columns .bottom {
    width: 100%;
    height: 12px;
    background-image: url(../images/type2Bottom.gif);
    background-repeat: no-repeat;
}
#content .leftContent:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .leftContent {
    float: left;
    width: 700px;
    margin: 0 0 0 0;
    padding: 2px 25px 0 25px;
    zoom: 1;
}
#content .rightContent {
    float: right;
    width: 232px;
    margin: 0 0 0 0;
}
#content .three-columns {
    width: 1000px;
    margin: 0 0 0 0;
}
#content .three-columns .top {
    width: 100%;
    height: 8px;
    background-image: url(../images/type3Top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#content .three-columns .content {
    width: 100%;
    background-image: url(../images/type3Back.gif);
    background-repeat: repeat-y;
}
#content .three-columns .content .data:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#content .three-columns .content .data {
    width: 1000px;
    padding: 0 0 0 0;
    background-image: url(../images/type3BackTop.gif);
    background-repeat: no-repeat;
    zoom: 1;
}
#content .three-columns .bottom {
    width: 100%;
    height: 12px;
    background-image: url(../images/type3Bottom.gif);
    background-repeat: no-repeat;
}
#content .listContent {
    float: left;
    width: 323px;
    margin: 0 5px 0 5px;
}
* html #content .listContent {
    width: 323px;
    margin: 0 4px 0 4px;
}
ul.siteMap {
    /* margin: 20px 0 0 0; */
}
ul.siteMap li {
    margin: 20px 0 0 0;
}
ul.siteMap li h4 {
    border-left: 6px solid #CCCCCC;
    margin: 0 0 10px 0;
    padding: 1px 0 0 10px;
    font-size: 80%;
}
ul.siteMap li ul {
    margin: 0 0 0 40px;
}
ul.siteMap li ul li {
    margin: 0 0 5px;
    padding: 0;
}
ul.siteMap li ul li .siteClickTitle {
    margin: 0;
    padding: 0 0 3px 5px;
    border-bottom: 1px solid #efefef;
}
ul.siteMap li ul li .siteClickTitle h5 {
    font-size: 75%;
    float: left;
}
ul.siteMap li ul li .siteClickTitle span.siteClickOp {
    font-size: 75%;
    float: right;
}
ul.siteMap li ul li .siteClickTitle span.siteClickOp a {
    color: #999999 !important;
}
ul.siteMap li ul li h5 {
    font-size: 75%;
}
ul.siteMap li ul li ul {
    margin: 10px 0 20px 30px;
}
ul.siteMap li ul li ul li {
    font-size: 75%;
    margin: 0 0 3px;
    padding: 0 0 0 15px;
    background-image: url(../images/square.gif);
    background-position: left 3px;
    background-repeat: no-repeat;
    border: none;
}
ul.siteMap li ul li ul li span {
    color: #666666;
}
ul.siteMap li ul li ul li ul {
    margin: 5px 0 10px 10px;
}
ul.siteMap li ul li ul li ul li {
    font-size: 100%;
    margin: 0 0 5px;
    padding: 0;
    background-image: none;
}
/* Layout <Footer> ---------------------- */
#footer {
    width: 998px;
    margin: 0 1px 0 1px;
    font-size: 60%;
    color: #666666;
}
#footer .top {
    width: 100%;
    height: 8px;
    font-size: 1%;
    background-image: url(../images/footerTop.gif);
    background-repeat: no-repeat;
}
#footer .bottom {
    width: 100%;
    height: 13px;
    font-size: 1%;
    background-image: url(../images/footerBottom.gif);
    background-repeat: no-repeat;
}
#footer .content {
    width: 100%;
    background-image: url(../images/footerBack.gif);
    background-repeat: repeat-y;
}
#footer #footer-inner:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#footer #footer-inner {
    width: 100%;
    min-height: 38px;
    height: auto !important;
    height: 38px;
    background-image: url(../images/footerBackTop.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0 0 2px 0;
    zoom: 1;
}
#footer #footer-inner img {
    float: left;
    margin: 2px 0 0 15px;
}
#footer #footer-inner #copyright {
    float: left;
    margin: 12px 0 0 2px;
}
#footer #footer-inner #copyright p {
    float: left;
    margin: 0 0 0 13px;
}
#footer #footer-inner #copyright p img {
    margin: 0;
}
#footer #footer-inner ul {
    float: right;
    margin: 12px 15px 0 0;
}
#footer #footer-inner ul li {
    float: left;
    margin: 0 0 0 15px;
}
#footer #footer-inner ul li a {
    text-decoration: underline;
}
/* Text Size ---------------------- */
* html #container {
    font-size: 90%;
}
/* print ---------------------- */
@media print {

    /* 1 ------------------------------- */
    /*
    #content .two-columns .content {
        background-image: url("../images/type2Back.gif");
        background-repeat: repeat-y;
        width: 960px;
    }
    #content .two-columns .content .data {
        background-image: url("../images/type2BackTop.gif");
        background-repeat: no-repeat;
        width: 950px;
        height: auto !important;
    }
    #content .leftContent {
        background: #ffffff;
        height: auto !important;
        margin-bottom: 10px;
    }
    #content .rightContent {
        background: #ffffff;
        height: auto !important;
        margin-bottom: 30px;
    }
    #content .two-columns .bottom {
        width: 960px;
        height: 12px;
        background-image: url(../images/type2Bottom.gif);
        background-repeat: no-repeat;
    }
    #footer {
        height: 61px !important;
    }
     */
    /* 2 ------------------------------- */
    #content .two-columns .top {
        display: none;
    }
    #content .two-columns .content {
        background-image: none;
        width: 960px;
        min-height: 1em;
    }
    #content .two-columns .content .data {
        background-image: none;
        width: 950px;
        height: auto !important;
    }
    #content .leftContent {
        padding-top: 10px;
        width: 900px;
        background: #ffffff;
        height: auto !important;
        margin-bottom: 10px;
    }
    #content .rightContent {
        display: none;
    }
    #content .two-columns .bottom {
        display: none;
    }
    #content .content .block {
    }
    #footer .top {
        display: none;
    }
    #footer .content {
        background: #ffffff;
        background-image: none;
        padding: 5px 0px 5px 0px;
    }
    #footer #footer-inner {
        background-image: none;
        background: #ffffff;
    }
    #footer .bottom {
        display: none;
    }
    h1, h2, h3 {
        page-break-after: avoid;
    }
    #content .content .block .rightarea {
        page-break-inside: avoid;
    }
    *:first-child + html body {
        zoom: 67%;
    }
    *:first-child + html #navi .global_menu ul li {
        zoom: 99%;
    }
}

.faq-list {
    font-size: 77%;
}
.faq-list li.q{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0.8em;
    padding-bottom: 0.6em;
}
.faq-list ol li {
    font-size: 100% !important;
}
.faq-ans {
    padding-left: 1em;
}
.faq-ans p{
    font-size: 100% !important;
    text-indent: 0 !important;
}
.faq-ans ol {
    margin: 0 !important;
}
.faq-ans ul {
    margin-left: 1em !important;
}
.faq-ans ol {
    margin-left: 3em !important;
}
.color-gy {
    color: #999999;
}

/* labo -------------------------------------- */
.labo-titlepos {
    float: left;
    width: 80%;
}
.labo-titlepos2 {
    float: left;
    width: 100%;
}
.labo-iconpos {
    float: right;
    text-align: right;
    width: 20%;
}
.labo-pasticon {
    width: 100px;
}
.labo-pic {
    width: auto;
    max-width: 300px;
}
.block-inner {
    clear: both;
}
.labo-summary {
    float: left;
}