/* 
    Document   : fb
    Created on : 2011/05/22, 13:06:55
    Author     : tomowo
    Description:
        Purpose of the stylesheet follows.
*/

/*
* Basic
*/

div { 
    display: block;
}
span ,img {
    display: inline;
}

* {
    font-family: 'Helvetica', sans-serif, "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
    margin:0;
    padding: 0
}
html,body {
    margin:0;
    padding:0;
}

body {
    font-size:15px;
    background-color: #000;
    text-align: left;
    padding-top: 20px 20px 0px 20px;
}

/*
* Link
*/

a {
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color:red;
    font-weight: bold;
}


a:hover {
    color:#FFFF00;
    font-weight: bold;
    position: relative;
    left: 1px;
    top:1px;
}

a:visited {
    color:#dd2222;
}

a.ticket-a {
    font-size: 12pt;
}

#footer a {
    color:skyblue;
}
a img{
    border-style:none;
}

/*
* Box Style
*/

#super-wrapper {
    text-align: left;
    width:530px;
    margin: 0 auto;
    background: #000;
    color:#ededed;
}

#header{
    background-repeat: no-repeat;
    height: 45px;
}
.yellow-line {
    clear: both;
    background: url("http://localhost:8080/aeronauts/img/sys/head-back.gif")  repeat scroll 0 0 ;
    height:5px;
}
#contents {
    background-color: #1A1A1A;
    float: left;
    margin: 5px auto;
    padding: 10px;
    width: 280px;
    height:395px;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color:#2a2a2a;
}
#add-block {
    background-color: #1A1A1A;
    float: right;
    margin: 5px auto;
    padding: 10px;
    width: 205px;
    height:395px;
    border-style: solid;
    border-width: 1px;
    border-color:#2a2a2a #2a2a2a #2a2a2a #4a4a4a;
}

#footer {
    padding:0px 10px 5px 10px;
    margin: 0px auto 0 auto;
    clear:both;
    font-size: 9pt;
    color: #EEE;    
}


/*
* ヘッダー部
*/


/* 
* コンテンツ部
*/

.block1{

}
.block2{
    margin:10px 0 0 0;
}
.block2 tr{
    height:30px;
}
.label {
    color:#bbb;
}
td.label {
    min-width:70px;
}

.con-body {
    clear: both;
}
.con-title {
    font-size:14pt;
    font-weight: bold;
    line-height: 1.3em;
}

.con-sub01 {
    font-size:12pt;
    font-weight: bold;
    line-height: 1.3em;
}
.con-sub02 {
    font-size:11pt;
    font-weight: bold;
    line-height: 1.3em;
}
.con-inner {
    margin: 0 0 0px 0;
    padding:0 0px;
}
.con-small {
    font-size: 10px;
    line-height: 1.1em;
}

#t-date,#t-title,#t-place {  
    width:200px;
    background-color: transparent;
    border-style: none;
    color:#FFF;
}
#t-price {  
    width:40px;
    background-color: transparent;
    border-style: none;
    color:#FFF;
}

#t-amount{
}
#t-name {
    width:200px;    
}
#t-mail1,#t-mail2 {
    width:200px;  
}


#contents input,div.ticket-s  {
    /*background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 60%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear ,left top ,left bottom,  from(#FFFFFF), to(#EEE)) repeat scroll 0 0 transparent;
    */
}

input {
    /*
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-property: all;
      -moz-transition-duration: 0.5s;
      -moz-transition-timing-function: ease-out;  
    */
}
#submit_first {
    background: url("../img/form/btn_reserve.gif") no-repeat scroll 0 0 #000;
    border-style: none;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    font-weight: bold;
    height: 20px;
    width: 80px;
}
#submit_first:hover {
    background-position: -80px 0px;;
}
.spacer10 {
    height:4px;
}
/*
* Video 関連
*/
.con-tile-outer {
    width: 450px;
    margin: 0 auto;
}
.con-tile {
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    height: 130px;
    width: 150px;
}
.con-tile a:hover {
    left: 0px;
    top:0px;
}
.con-tile-title {
    /*
    color:#666;
    font-size: 14px;
    text-shadow:1px 1px 1px #333;
    display: none;
    position: relative;
    text-align:center;
    background: #000;
    width:150px;
    top:55px;
    padding:5px 0;
    */
}

/* 
* お遊び02 ヘッダが動く
*/
#header02 {
}
#header-mov {
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    top: -1522px;
}
#header-mov:hover {
    -webkit-transform: translate(0px,1522px);
    -moz-transform: translate(0px,1522px);
}

/* 
*  Add-Block
*/
.cover-art{
    text-align: center; 
    padding: 10px 0 0 0;
}
.cover-art img{   
}
.bc-widget {
    text-align: center;
}
.bc-widget iframe{
    margin:0 auto;
}
.shop-button {
    background:url("../img/form/btn_shop.gif") no-repeat scroll 0 0 ;
    border-style: none;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    font-weight: bold;
    height: 20px;
    width: 80px;
    position:relative;
    top:40px !important;
}
.shop-button:hover {
    background-position: -1px -1px !important;
}

/*
* General
*/

.left {
    float: left;
}

.right {
    float:right;
}
.center {
    text-align: center
}

.clear {
    float: none;
    clear:both;
}
.block {
    display: block;
}
.blue {
    color:blue;
}

.red {
    color:red;
}

.yellow {
    color:yellow ;
}

.green {
    color:green ;
}
.err {
    border:4px solid #FF0000;

}
