
* {
    padding: 0;
    margin: 0;
    font-size: normal;
    line-height: 1;
}

html {
    height:100%;
    min-height:100%;
}

body {
    width:100%;
    height: 100%;
    min-height:100%;
    font-family: sans_serif;
    text-align: center;
    font-size: 12px;
    overflow-y:scroll;
}

* html body {
    overflow-y:hidden;
}

*:first-child+html body {
     overflow-y:hidden;
}


/* safari only \*/
html:\66irst-child body {
    overflow-y:scroll;
    /*height:100%;*/
}
/* end */

td,th{
    vertical-align:top;
}

h1 { 
    display:inline;
    font-size:18px;
    line-height:1.3;
    padding-left:0.3em;
}

h2 {
    /*display:inline;*/
    font-size:14px;
    position:relative;
    top:-1px;
    text-align:left;
}

body>.bgshadow>#container {
    height: auto;
    min-height:100%;
}

#container {
    width:760px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    min-height: 100%;
    background:#727272 url(../images/bg.gif);
}

body>.bgshadow {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    /*height: 100%;*/
    height:100%;
    min-height:100%;
    /*background-image: url('../images/baseshadow.png');
    background-repeat: repeat-y;*/
    /*position:relative;*/
}

body>.bgshadow>#container>#content {
     height:100%;
}

#content {
     height:auto;
}

td >#header {
    background-image: url('../images/h_fil.png');
    background-repeat:no-repeat;
    width: 760px;
    height: 30px;
    text-align: left;
}

/*\*/
*html div#header {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ubike.ne.jp/hps/tpl/0145/images/h_fil.png', SizingMethod='image');
    width: 760px;
    height: 30px;
    text-align: left;
}
/**/

.headertxt {
    padding: 5px;
}

.headertxt h2 {
    display:inline;
}

.hddn h1 span,
.hddn h2 {
    display:none;
}

.headertxt img {
	border:0;
}

#navi li{
    list-style:none;
    display:inline;
    float:left;
    width:151px;
    height:25px;
    line-height:24px;
    text-align:center;
    font-size: 15px;
    background-image: url('../images/navi_btn.gif');
    background-repeat: no-repeat;
    border-right: 1px solid #AFAFAF;
    vertical-align: middle;
    font-weight: bold;
    text-decoration: none;
}

/* safari only \*/
html:\66irst-child #navi {
     height:25px;
     overflow:hidden;
}

html:\66irst-child #navi li {
    padding-top:4px;
}
/* end */

#navi .5menu li{
    list-style:none;
    display:inline;
    float:left;
    width:100px;
    height:25px;
    line-height:24px;
    text-align:center;
    font-size: 15px;
    background-image: url('../images/navi_btn.gif');
    background-repeat: no-repeat;
    border-right: 1px solid #AFAFAF;
    vertical-align: middle;
    font-weight: bold;
    text-decoration: none;
}

#navi li.end {
    border-right: none;
}

#navi a {
    display:block;
    overflow:hidden;
    width:151px;
    height:25px;
    line-height:24px;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
}

#navi a:hover{
    /*float:left;
    width:151px;
    height:25px;
    line-height:24px;*/
    background-image: url('../images/navi_btn.gif');
    background-repeat: no-repeat;
}

.common_frame th {
    padding: 12px 9px 5px;
}

.common_frame td {
    padding: 5px;
}

#srch_btn,#sim_btn {
     cursor:pointer;
}

/*photopage*/
body#photo {
     width:100%;
     filter:none;
     text-align:center;
}

body#photo div#container {
     width:100%;
     background:none;
     margin:0 auto;
     text-align:center;
}

body#photo table.common_frame {
     margin:0 auto;
     text-align:left;
}

