@charset "utf-8";
/* ====================

styles.css
Last update:2012-01-30

==================== */
/* ====================
Basic selector
==================== */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,p,div,strong,em{
 margin:0;
 padding:0;
 color: #434343;
 font:normal 100% Helvetica,verdana,sans-serif;
}

body{
 background:#F3F3F3;
 background:#EEEEEE;
 background:#F7F7F7;

 font-size:14px;
}

a{
 text-decoration: none;
 color: #1A7CB5;
}
a img{
 border: none;
}
#content_main a:visited{
 color: #668291;
}

#content_main a:hover{
 text-decoration: underline;
 color: #1891D1;
}

/* ====================
Common selector
==================== */
#header,
#gnav,
#content,
#footer{
 clear:both;
 width: 896px;
 margin: 0 auto;
}
em{
 font-weight: bold;
}
strong{
 font-weight: bold;
 color: orange;/*tmp*/
}

/* ====================
 * clearfix
 * ==================== */
h1:after,
div#gnav ul:after,
div#content:after,
#wrap:after,
#bnr-wrap:after,
.bnr:after,
#sitemap li ul:after{
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}


/* ====================
#to_ja
==================== */
#to_ja{
 width: 868px;
 margin: 0 auto;
 padding: 3px 0 0 0;
 text-align: right;
}

/* ====================
#page
==================== */
#page{
 width: 952px;
 margin: 0 auto;
}


/* ====================
#header
==================== */
#header{
 height: 90px;
}

h1{
 height: 42px;
 position: relative;
 line-height: 1;
}
h1 a{
 display: block;
 word-spacing: -2px;
 font-weight: bold;
}
h1 img{
 margin:0;
 position: absolute;
 top: 10px;
 left: 14px;
}
h1 a#nins{
 position: absolute;
 font-size: 12px;
 top: 25px;
 left: 140px;
}

h1 a#naoj{
 position: absolute;
 font-size: 18px;
 top: 34px;
 left: 140px;
}
h1 a:link,
h1 a:visited,
h1 a:hover{
 color: #273A86;
}
/* Google Serchbox */
.searchbox{
 position:absolute;
 top:45px;
 right:110px; 
 margin-right: 14px;
}
.searchbox .text{
 width: 140px;

 padding: 2px;
 border: 1px solid #C1C1C1;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.searchbox .button{
 font-size: 12px;
}


/* ====================
#gnav
==================== */
#gnav{
 width: 896px;
 height: 42px;

 background-color: #27378B;
 
 border-radius: 14px;
 -moz-border-radius: 14px;
 -webkit-border-radius: 14px;

 box-shadow: 0 0 3px rgba(0,0,0,0.3);
 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
 -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);

 background: -moz-linear-gradient(top, rgb(0, 164, 215), rgb(39, 55, 139));/* for mozilla 3.6+ */
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 164, 215)), to(rgb(39, 55, 139)));/* for webkit */
}

#gnav li{
 float: left;
 display: block;
 width: 145px;
 line-height:42px;
  padding:0;

}
#gnav li a{

 display: block;
 width: 144px;
 height:42px;
 color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#gnav li.home{
 margin-left: 14px;
}
#gnav li.home a{
}

#gnav li a:hover,
body.home #gnav li.home a,
body.release #gnav li.release a,
body.about #gnav li.about a,
body.campus #gnav li.campus a,
body.access #gnav li.access a,
body.help #gnav li.help a{
 background:
  -moz-linear-gradient(top, rgb(21, 126, 159), rgb(30, 44, 106));/* for mozilla 3.6+ */
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(21, 126, 159)), to(rgb(30, 44, 106)));/* for webkit */

/* emboss */
 box-shadow: inset 4px 4px 4px rgba(0,0,0,0.1);
 -moz-box-shadow: inset 4px 4px 4px rgba(0,0,0,0.1);/* for mozilla 3.6+ */
 -webkit-box-shadow: inset 4px 4px 4px rgba(0,0,0,0.1);/* for webkit */
}

/* ====================
#content
==================== */
#content{
 width: 868px;
}

.home #content{
 background: url("/E/image-theme/image-home.jpg") center 40px no-repeat;
 padding-top: 359px;
}


/* ====================
#content_main
==================== */
#content_main{
 float: right;
 width: 584px;
 line-height: 1.5;
/* background: #FFFFFF;*/
}

#content_main h2{
 height:70px;
 padding-top:30px;
 font-size: 28px;
 font-family: Gergia, serif;
 font-weight: bold;
 color: #444444;
 word-spacing: -2px;
 line-height: 1;
 text-shadow: 0 -1px #FFF;
}

#content_main h3{
 margin: 21px 0 21px;
 padding-top: 14px;
 border-top: 1px dotted #CCCCCC;

 font-size: 21px;
 font-family: Gergia, serif;
 font-weight: bold;
 color: #444444;
 line-height: 1;
}

#content_main h2 + h3{
 margin-top:0;
}

#content_main h4{
 margin:14px 0;
 font-size: 16px;
 font-weight: bold;
 color: #444444;
 line-height: 1.1;
}
#content_main h5,
#content_main h6{
 margin:7px 0;
 font-weight: bold;
 color: #444444;
 line-height: 1.1;
}

#content_main p{
 color: #444444;
 line-height: 1.5;
 margin-bottom: 14px;
}

#content_main ul,
#content_main ol{
 margin-left: 21px;
 margin-bottom: 14px;
}
#content_main ol li{
 list-style-type: demical;
}
#content_main ol ol li,
#content_main ol li ol li{
 list-style-type: lower-alpha;
}
#content_main li{
 line-height: 1.5;
}
#content_main dl{
 margin: 0 0 21px 21px;
}
#content_main dt{
 clear: left;
 float: left;
 width: 84px;
 padding-right: 7px;
}
#content_main dd{
 margin-left: 7em;
}
ol.lower-roman{
list-style-type: lower-roman;
}


/* Table */
table{
 margin:14px 0 21px;
 border-collapse:collapse;
 border-top:1px solid #cccccc;
 border-bottom:1px solid #cccccc;
}
caption{
 font-weight:bold;
 text-align:center;
}
tr{
 border-bottom:1px solid #eeeeee;
}
/* 奇数行ごとに背景色指定 */
tr:nth-child(odd){
 border:none;
}
tr:nth-child(even){
 background-color:#f1f5fa;
 border:none;
}
th{
 padding:7px 7px 5px;
 font-weight:bold;
 vertical-align:top;
 text-align:left;
}
thead{
 border-bottom:1px solid #CCCCCC;
}
thead th{
 background-color:#f1f5fa;
}
td{
vertical-align:top;
padding:7px 7px 5px;
}

#projects .group h3{
 margin-bottom: 7px;
}
#projects .group h4{
 margin: 0 0 7px 28px;
}

#projects .group span,
#projects span{
 font-size: 12px;
 color: #666666;
 font-weight: normal;
 margin: 0 0 0 6px;
}
#projects .group ul{
 margin-left: 56px;
}
#projects .group ul ul{
 margin-bottom: 0;
 border: none;
}
#projects .group li{
 list-style: none;
}

/* Linked file image */
/*
#content_main a.move{
 padding-right:19px;
 background: url(/E/image-theme/icons.png) right -19px no-repeat;
}
*/
#content_main a[href $='.pdf']{
 padding-right:18px;
 background: url(/E/image-theme/icons.png) right -38px no-repeat;
}
#content_main a[href $='.gif']{
 padding-right:18px;
 background: url(/E/image-theme/icons.png) right -59px no-repeat;
}


#content_main .image,
#content_main .image-c {
 margin: 0 auto 21px;
 padding: 14px;
 border: 1px solid #CCCCCC;
 background-color: #FFF;
}
#content_main .image p,
#content_main .image-c p{
margin: 0;
line-height: 1.2;
}
#content_main .image-caption{
 color: #666666;
}
#content_main .image-c{
text-align: center;
}

/* ====================
#to_top
==================== */
#to_top{
 clear: both;
 padding: 0;
 text-align: right;
}
#to_top a{
 line-height: 15px;
 padding-left: 17px;
 background: url(/E/image-theme/icons.png) 0 0 no-repeat;
 _background: url(/E/image-theme/to_top.gif) 0 0 no-repeat; /* for IE6 */
}
#to_top a:hover{
 text-decoration: underline;
 color: #1891D1;
}


/* ====================
#lnav
==================== */
#lnav{
 float:left;
 width: 210px;
 margin: 100px 0 20px;
}
#lnav ul{
 border-right: 1px solid #CCCCCC;
 box-shadow: 1px 0 0 #FFF;
}

#lnav li{
 list-style: none;
}
#lnav li a{
 display: block;
 padding-left:18px;
 line-height: 46px;
 border-top: 1px solid #FFFFFF;
 border-top: 1px solid #EEEEEE;
 border-top: 1px solid #f7f7f7;

}
#lnav li.usecontents a {
 line-height: 16px;
 padding-top: 17px;
 padding-bottom: 17px;
}
#lnav li:first-child a{
 border-top: none;
}

body#summary li.summary a,
body#director li.director a,
body#projects li.projects a,
body#facillities li.facillities a,
body#history li.history a,
body#reports li.reports a,
body#cmp_mitaka li.cmp_mitaka a,
body#cmp_branches li.cmp_branches a,
body#acs_mitaka li.acs_mitaka a,
body#acs_branches li.acs_branches a,
body#contact li.contact a,
body#contact_address li.contact_address a,
body#terms li.terms a,
body#copyright li.copyright a,
body#disclaimer li.disclaimer a,
body#usecontents li.usecontents a,
body#guidelines li.guidelines a,
body#appform li.app_form a,
#lnav li a:hover{
 background-color: #EEEEEE;
 background-color: #F5F5F5;
 background-color: #EEE;
}


/* ====================
#footer
==================== */
#footer{
 margin: 28px auto 14px;

}
#footer li{
 list-style: none;
 line-height: 1.5;
}
#footer p{
 text-align:right;
}

#footer a{
 color: #858585;
}
#footer a:hover{
 text-decoration: underline;
 color: #73B4DA;
}


/* ====================
#sitemap
==================== */
/* old ver
#sitemap{
 width: 868px;
 margin: 0 auto;
}

#sitemap li ul{
 margin: 0 0 0 14px;
}

#sitemap .release{
 float: left;
 width: 133px;
}
#sitemap .about,
#sitemap .campus,
#sitemap .access{
 float: left;
 width: 195px;
}
#sitemap .help {
 float: left;
 width: 120px;
}
#ex_nav{
 clear: left;
 float: right;
 margin-bottom: 3px;
}
#ex_nav li{
 float: left;
 margin-left: 14px;
}
*/

/* New ver since 20101213 */
#footer {
 width: 952px;
 width: 896px;
 padding-top:20px;
 border-top:1px solid #CCC;
 box-shadow: 0 -1px 0 #FFF;

}
#sitemap{
 width: 952px;
 margin: 0 auto;
}

#sitemap li ul{
 margin: 0 0 0 14px;
}

#sitemap .release{
 float: left;
 width: 133px;
}
#sitemap .about,
#sitemap .campus,
#sitemap .access{
 float: left;
 width: 195px;
}
#sitemap .help {
 float: left;
 width: 204px;
}
#ex_nav{
 clear: left;
 float: right;
 margin-top: 14px;
 margin-bottom: 3px;
}
#ex_nav li{
 float: left;
 margin-left: 14px;
}


.rss a{
 padding-left:18px;
 background: url(/E/image-theme/icons.png) left -76px no-repeat;
 _background: url(/E/image-theme/rss.gif) 0 1px no-repeat; /* for IE6 */

}

#copy{
 clear: both;
 color: #858585;
}
#copyright h3,
#copyright h4,
#copyright .button {
    clear: both;
}


/* ====================
 Home
==================== */
.home #content_main {
 float: left;
}

.home #content_main ul {
 margin:10px 0 40px 20px;
}

.notice-content {
 margin-bottom: 20px;
}


/* #content_main */
.home #content_main h2 {
 height:auto;
 margin: 0 0 7px;
 padding: 0 0 7px;
 font-size: 18px;
 font-family: sans-serif;
 font-weight: normal;
 border-bottom: 1px dotted #CCC;
}

#content_main ul.date li{
 color: #666666;
}


/* #wrap */
#wrap {
 margin: 20px 0;
}


/* notice */
.home #notice-wrap {
 float: right;
 width: 222px;
 width: 236px;
 margin-right:-7px;
}

.notice {
 margin-bottom: 13px;
}
.notice a {
 display:block;
 width: 222px;
 padding: 7px 7px 7px 7px;
}
.notice a:hover {
 background: #CCC;
}

.subaru {
 color: #FFF;
 border-radius: 3px;
 padding: 14px;
 background-color: #333;
}
.subaru p{
 color: #FFF;

}
.eclipse_guide a {
 height: 95px;
}


/* #bnr-wrap */
#bnr-wrap {
 width: 868px;
 margin: 20px 0;
 padding-top:20px;
 font-size: 12px;
 border-top:1px solid #CCC;
 box-shadow: 0 -1px 0 #FFF;
}
.bnr {
 float:left;
 margin-right:17px;
}
.bnr a {
 display:block;
 width: 264px;
 padding: 7px 7px 7px 7px;
}
.bnr a:hover {
 background: #CCC;
}
.bnr h2{
 font-size: 16px;
 margin-bottom: 3px;
 color: #666666;
}
.bnr p{
 color: #888888;
}
.bnr_img{
 float:left;
 margin: 0 7px 0 0;
 line-height:1;
}
.iau {
 margin-right:0;
}
.iau a{
 height:100px;
}


/* ====================
 Web page
==================== */
/*
 * Contact
 */
dl input:focus,
dl textarea:focus {
 background-color: #FFF0DE;
}

input,
textarea {
 font-size: 14px;
 -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
 -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

#contact dl{
 margin-left: 0;
}
#contact dt{
 width: 200px;
 margin-bottom: 14px;
}
#contact dd{
 margin-left: 200px;
 margin-bottom: 14px;
}
#contact dd input,
#contact dd textarea{
 width: 300px;
 font-size: 14px;
 padding: 3px;
 border: 1px solid #C1C1C1;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
#contact dd textarea{
 height: 300px; 
}
.err{
 font-size: 11px;
 color: red;
}
p.button {
 text-align: center;
}


/*
 * Application Form
 */
.require {
 color: red;
}

#appform dl{
 margin-left: 0;
}
#appform dt{
 width: 200px;
 margin-bottom: 14px;
}
#appform dd{
 margin-left: 211px;
 margin-bottom: 14px;
}
#appform dd input,
#appform dd textarea{
 width: 300px;
 font-size: 14px;
 padding: 3px;
 border: 1px solid #c1c1c1;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

#appform dd textarea{
 height: 300px; 
}
#appform dt.radio {
    height: 150px;
}
#appform dd.radio {
    width: 300px;
}
#appform dd.radio label {
    margin: 0 10px 7px 0;
}
#appform dd.radio input {
    width: auto;
    padding: 2px 0;
}

#appform dd.radio label {
    display: block;
    float: left;
    width: 140px;
}
#appform dd.radio label.radio-em,
#appform dd.radio label.radio-other {
    float: none;
    width: 300px;
}
#appform dt.dt-eg,
#appform dt.dt-explain {
 width: 584px;
}

#appform .attention {
    padding-top: 7px;
    border-top: 1px solid #CCC;
}
#appform h3,
#appform h4,
#appform .button {
    clear: both;
}


/*
 * NAOJ Guidelines for Use
 */
.eg {
 margin-left: 1em;
 font-style: italic;
}
.eg li {
 font-style: italic;
}

.doc-cn {
 float: left;
 width: 210px;
}
.doc-cn h3 {
 border-top: 1px dotted #CCC;
 margin: 5px 0;
 padding-top: 20px;
 font-size: 14px;
}
.doc-cn ul li {
 list-style: none;
}
.use-contents-cn a {
 display: block;
 width: 150px;
 height: 50px;
 padding: 5px 5px 5px 50px;
 background: transparent url(/E/image-banner/doc-cn.png) 5px 5px no-repeat;
}
.guidelines-cn a {
 display: block;
 width: 150px;
 height: 50px;
 margin-top: 10px;
 padding: 5px 5px 5px 50px;
 background: transparent url(/E/image-banner/doc-cn.png) 5px 5px no-repeat;
}
.use-contents-cn a:hover,
.guidelines-cn a:hover {
 background-color: #F6F6F6;
}

/* ====================
 Blog
==================== */
/*
 * Release
 */

.entry #content_main h2{
/* font-size: 20px;*/
 line-height: 1.1;
 min-height: 70px;
 height: auto;
}

#content_main p.date{
 color: #777777;
}
.archive #content_main p.date{
 line-height: 1;
 margin: 7px 0 3px;
 padding: 0;
 color: #777777;
}

#content_main h3.entrytitle{
 margin: 0 0 3px;
 padding: 0;
 font-size: 16px;
 font-weight: bold;
 word-spacing: -2px;
 line-height: 1.1;
 border: none;
}

body.release #content_main p.post_abst{
 margin: 0 0 27px;
 color: #666666;
}

/*
 * Entrynext
 */
#content_main dl.entrynext{
 margin-left:0;
 border-top: 1px dotted #CCCCCC;
 padding-top: 7px;
}
#content_main dl.entrynext dt{
 width: 126px;
 color: #666666;
 font-weight: bold;
 padding: 0;
}
#content_main dl.entrynext dd{
 margin-left: 126px;
}

/*
 * lnav
 */
#lnav h2{
 line-height: 28px;
 font-weight: bold;
 border-right: 1px solid #CCCCCC;
 box-shadow: 1px 0 0 #FFF;
}
.release #lnav ul li a{
 padding-left: 21px;
 line-height: 28px;
}
.release #lnav ul{
 margin-bottom: 21px;
}

dl.archive{
 margin: 0;
 border-right: 1px solid #CCCCCC;
}

/*
dl.archive dt{
 font-weight: bold;
 color: #666666;
 padding: 14px;
 padding: 5px 5px 5px 14px;
}
dl.archive dd{
 margin: 0;
 line-height: 24px;
}
dl.archive dd a{
 display: block;
 padding-left: 21px;
 line-height: 28px;
}
dl.archive dd a:hover{
 background-color: #EEEEEE;
}
dl.archive dt.over{
 background-color: #EFEFEF;
 cursor: pointer;
}
dl.archive dt.selected{
 background-color: transparent;
 cursor: default;
}
*/

/* etc */
.btn-link{
width: 430px;
height:66px;
margin: 0 auto;
background-color: #707070;

background-image: linear-gradient(bottom, #000000 0%, #707070 100%);
background-image: -o-linear-gradient(bottom, #000000 0%, #707070 100%);
background-image: -moz-linear-gradient(bottom, #000000 0%, #707070 100%);
background-image: -webkit-linear-gradient(bottom, #000000 0%, #707070 100%);
background-image: -ms-linear-gradient(bottom, #000000 0%, #707070 100%);

background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #000000),
color-stop(1, #707070)
);

border:1px solid #000;
border-radius:3px;

}
.btn-link a{
width: 356px;
height:46px;
display:block;
padding:10px 10px 10px 64px;

font-weight:bold;
text-shadow:0 -1px 0 #666;

background:url(./image-theme/icon-web.png) 10px center no-repeat;

/*text-align:center;*/

}
#content_main .btn-link a:link,
#content_main .btn-link a:visited,
#content_main .btn-link a:hover{
color:#FFF;
text-decoration:none;
}
#content_main .btn-link a:hover{
background-color:#444;
}
#content_main .btn-link-large{
 width: 430px;
 height:66px;
}
#content_main .btn-link-large a{
 width: 356px;
 height:46px;
 padding:10px 10px 10px 64px;
}

#content_main .btn-link-small{
 width: 260px;
 height:66px;
}
#content_main .btn-link-small a{
 width: 186px;
 line-height:46px;
 padding:10px 10px 10px 64px;
}

#content_main p#cumpus-map{
 line-height:71px;
 padding-left: 110px;
 background:url(./image-theme/naoj-cumpus-map.png) left center no-repeat;
}


/*
 * Pagebute
 */
.pagebute{
 text-align: center;
}
.pagebute .current_page,
.pagebute a{
 padding: 5px 5px 3px;
 margin: 0;
}
.pagebute a{
 border: 1px solid #CCCCCC;
}
.pagebute .link_before,
.pagebute .link_next{
 border: none;
}






/*
 * jQuery UI Style
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,Verdana,sans-serif; font-size: 1.0em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Verdana,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #f7f7f7 url(images/ui-bg_flat_75_eeeeee_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #f7f7f7 url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }


/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/**/
.ui-tabs {
 position: relative;
 padding: 10px;
 zoom: 1;
} 
.ui-tabs .ui-tabs-nav{
 margin: 0;
 padding: 5px 5px 0;
}
.ui-tabs .ui-tabs-nav li {
 list-style: none;
 float: left;
 position: relative;
 top: 1px;
 margin: 0 .2em 1px 0;
 border-bottom: 0 !important;
 padding: 0;
 white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
 float: left;
 padding: .5em 1em;
 text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
 margin-bottom: 0;
 padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
 display: block;
 border-width: 0;
 padding: 1em 0;
 background: none;
 }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Add */
#tabs,#tabs div{
background-color:#f7f7f7;
}
#content #tabs ul{
margin-left:0;
}

.map img{
border: 1px solid #CCC;
}

#tabs a:hover{
color: #000;
text-decoration:none;
}
#content_main #tabs .card {
margin-left: 20px;
}
#content_main #tabs #tabs-1 a,
#content_main #tabs #tabs-2 a,
#content_main #tabs #tabs-3 a{
 text-decoration: none;
 color: #1A7CB5;
}
}
#content_main #tabs #tabs-1 a:visited,
#content_main #tabs #tabs-2 a:visited,
#content_main #tabs #tabs-3 a:visited{
 color: #668291;
}

#content_main #tabs #tabs-1 a:hover,
#content_main #tabs #tabs-2 a:hover,
#content_main #tabs #tabs-3 a:hover{
 text-decoration: underline;
 color: #1891D1;
}

#content_main #tabs ul {
margin-bottom:0;
}
#tabs h3 {
margin-top:0;
border-top:none;
padding-top:10px;
}
#tabs h4 {
padding: 5px 0 5px 5px;
color: #fff;
background-color: #333;
border-radius: 3px;
}
#tabs #tabs-1 h4 {
font-family: serif;
margin-top: 20px;
padding: 20px 0 10px;
color: #333;
font-weight: bold;
border-top: 1px dotted #666;
background-color: transparent;
}
#tabs #tabs-1 h5 {
color: #fff;
line-height: 1.3;
padding: 5px 0 5px 5px;
background: #333;
border-top: dotted 1px #666;
}

#tabs-1,
#tabs-2,
#tabs-3{
border-radius:0;
border-bottom: 1px solid #aaa;
}
.direction-to-naoj {
width: 300px;
text-align: center;
margin: 20px auto;
}
#content_main .direction-to-naoj a{
display:block;
width: 300px;
padding: 15px 10px;
border: 1px solid #aaa;
border-radius: 3px;
}
#content_main .direction-to-naoj a:link,
#content_main .direction-to-naoj a:visited{
color: #555555;
background:#CCC;
}

#content_main .direction-to-naoj a:hover{

color: #555555;
background:#eee;
}


