/* MTSetVar -------------------------------------------------------------- */

/* MTSetVar COLOUR*/

 /* body*/ 
 /* body a */


 
 

 








/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* FONT SIZE ----------------------------------------------------------------- */
.8px {font-size:8px;}
.9px {font-size:9px;}
.10px {font-size:10px;}
.11px {font-size:11px;}
.12px {font-size:12px;}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: auto;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ff7900;
}

#container-inner {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0px 10px;
    background-image: url(http://cubeit.com.au/cubeit/images/common/bg_whole_new.gif);
    background-position: 0 -10px;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
    position: relative;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}


#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
}
#alpha-inner {
    padding-top: 0px;
}

/* Thin-Wide */

#alpha {
    width: 700px;
    background-color: #fff;
    background-image: url(http://cubeit.com.au/cubeit/images/common/right_col_bg.gif);

}

#beta {
    width: 200px;
    background-color: #fff;
}


/* Content ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
    padding: 0 0 0 50px;
}

.asset-header {
    background: url(http://cubeit.com.au/cubeit/images/common/truck_s.gif);
    background-repeat: no-repeat;
    padding: 2px 0 0 0;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: hidden;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: hidden ! important;
    }
}




/*

A Six Apart theme adapted for Movable Type default templates 
name: Cityscape Portland  
designer: Tiffany Chow  
designer_url: http://tiffany.vox.com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */


/* Header */

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}


/* Content */

.asset-name {
    font-size: 18px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
    color: #333333;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #e0f2fe;
}

.asset-footer {
    border-top: 1px solid #e0f2fe;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Layout ----------------------------------------------------------------- */

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner {
    padding-right: 0;
    padding-left: 0;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
} 

.asset-name,
.archive-title {
    color: #3e667e;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #a0cddd;
}

.comment,
.trackback {
    border-color: #e0f2fe;
}



.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

#content-inner { 
    background-image: url(http://cubeit.com.au/cubeit/images/common/whole_bg.gif);
}


.widget a,
.archive-widget .widget-list .item {
    color: #4c6885;
} 

.widget-header {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold; 
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    background: url(widget-header.gif) repeat top left #587fa5; 
}  
.widget .widget-header {
    border-left: 1px solid #fff;
}

.widget .widget-header {
    border-left-width: 0;
}


.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}

.widget-header .edit a {
    border-left-color: #fff
} 
.widget .widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    padding: 0 15px;
}

.media-stream-widget img {
    border: 1px solid #808080;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer-content {
    margin: 20px 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: auto;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 100%;
}

.entry-asset {
    margin: 30px 0 0 0;
    clear: both;
}

.page-asset {
    width: 640px;
    clear: both;
}

/* cube it! =============================================================== */

/*STYLE*/

* {
margin: 0;
padding: 0;
}

body {
line-height: 1.5em;
text-align: justify;
font-family: Geneva, Arial, Helvetica, sans-serif, Osaka, Osaka－等幅, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3";
font-size: 12px;
list-style:none;
background-repeat: repeat-x;
background-image: url(http://cubeit.com.au/cubeit/images/common/bg_new.gif);
background-color: #ff7900;
color: #333333;
border-top: solid 10px #000;
/* background-position: 0 52px; 休日のお知らせ */
}

p {
line-height: 1.5em;
text-align: inherit;
font-family: ヒラギノ角ゴProW3, メイリオ, MSPゴシック, Osaka, Osaka－等幅, sans-serif, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}

h1 {
font-size: 15px;
font-weight: bold;
line-height: 100%;
}

h2 {
font-size: 13px;
font-weight: bold;
line-height: 100%;

}
h3 {
font-size: 13px;
font-weight: bold;
}

a:link, a:visited {
color: #333;
text-decoration: underline;
}

a:hover {
color: #ff7900;
text-decoration: underline;
}

ul {
list-style:none;
margin:0px;
padding:0px;
}

li {
list-style:none;
margin:0px;
padding:0px;
}



/*FONT*/

.font_11px {
font-size: 11px;
}

.font_12px {
font-size: 12px
}

.font_14px{
font-size: 14px;
}

.font_15px{
font-size: 15px;
}

.text_centre{
text-align:center;
}

.under_line {
text-decoration: underline;
}


/*FONT COLOUR*/
.font_white {
color:#FFFFFF
}
.font_orange {
color:#ff7900
}
.font_brown {
color:#663300;
}
.font_green {
color:#009900;
}
.font_gray {
color:#808080;
}


/*BG COLOUR*/

.GB_gray {
background-color: #808080;
}

.GB_light_gray {
background-color: #E0DED9;
}
.GB_orange {
background-color: #ff7900;
}
.GB_green {
background-color: #009900;
}


/*TEXT ALIGN*/

.text_center {
text-align: center;
}
.text_left {
text-align: left;
}
.text_right {
text-align: right;
}



/*BASE*/

#header {
height:95px;
padding:0px;
width: 900px;
margin: 0;
}

#right_col {
width:640px;
margin: 0px;
background-color: #FFFFFF;
    float: left;
}

.right_header {
float: right;
height: 70px;
padding: 0;
width: 640px;
position: inherit;
margin: 0;
background-position: -30px 0;
}

.shared-page-sydney .blog_10 .right_header {
    display: none
}

.right_contents {
width: 640px;

}

.right_footer {
width:640px;
text-align: center;
font-size: 10px;
padding: 20px 0 10px 0;
}

#bottom_footer {
width:100%;
float: left;
text-align: center;
background-color: #333;
color: #fff;
font-size: 9px;
padding: 1px 0px 1px 0px;
}

 

/*HEADER BTN*/

.header_btn ul {
  list-style:none;
  margin:0;
  padding:0;
}
.header_btn ul a {
  height:30px;
  width: 155px;
  display:block;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative;
  text-indent: -9999px;
}
.header_btn li a {
  background-image:url(http://cubeit.com.au/cubeit/images/common/header_btn_contact_en.gif); 
}
.header_btn ul li a:hover {
  background-position:0 -30px;
}

 

/*LEFT MENU BUTTON*/

#left_index {
width:200px;
padding-top: 0px;
height: 100%;
}

ul#left-button li a {
width: 190px;
display: block;
list-style:none;
font-size: 13px;
 }
 
 
/*LEFT MENU - SUB BUTTON*/

ul#left-button li#left-button-sub a {
height: 25px;
padding: 5px 0px 0px 10px;
margin: 0px 0px 0px 0px;
color: #333333;
text-decoration: none;
background-image: url(http://cubeit.com.au/cubeit/images/common/left_index_bg_white_en.gif);
background-position: 0px 0px;
 }
 
 ul#left-button li#left-button-sub a:hover {
height: 25px;
margin: 0;
color: #333333;
text-decoration: none;
background-position: 0px -30px;
 }
 

/*LEFT MENU - TITLE BUTTON*/
 
ul#left-button li#left-button-title0 {
height:30px;
color: #FFFFFF;
font-size: 11px;
background-color: #ff7900;
margin: 0px 0px 1px 0px;
text-indent: -1000px;
 }

ul#left-button li#left-button-title1 a {
height: 30px;
width: 200px;
background-color: #ff7900;
text-indent: -1000px;
background-image:url(http://cubeit.com.au/cubeit/images/common/left_index_bg_orange1_en.gif);
background-position: 0px -30px;
 }
ul#left-button li#left-button-title2 a {
height: 30px;
width: 200px;
background-color: #ff7900;
text-indent: -1000px;
background-image:url(http://cubeit.com.au/cubeit/images/common/left_index_bg_orange2_en.gif);
background-position: 0px -30px;
 }
ul#left-button li#left-button-title3 a {
height: 30px;
width: 200px;
background-color: #ff7900;
text-indent: -1000px;
background-image:url(http://cubeit.com.au/cubeit/images/common/left_index_bg_orange3_en.gif);
background-position: 0px -30px;
 }
 
ul#left-button li#left-button-title1 a:hover {
background-position: 0px 0px;
 }
ul#left-button li#left-button-title2 a:hover {
background-position: 0px 0px;
 }
ul#left-button li#left-button-title3 a:hover {
background-position: 0px 0px;
 }


.cubeit_info_title {
    clear: both;
    width: 180px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-image: url(http://cubeit.com.au/cubeit/images/common/left_index_bg_info.gif); 
} 



/*PAGE TOP BUTTON*/
.pagetop_buttom a {
    color: #999;
font-size:10px;
text-align:center;
margin: 10px 0 10px 0;
width: 100%;
height: 20px;
    float: left;
clear: left;
text-decoration: none;
}


/*RIGHT COLUMN*/

h1.image_title_position {
text-indent:-9999px;
}

.title {
height:23px;
width:640px;
text-align:right;
        clear: left;
margin:0;
background-repeat: no-repeat;
    text-indent: -9999px;
}

.block {
width:599px;
background-image: url(http://cubeit.com.au/cubeit/images/freight/common/right_coener.gif);
background-repeat: no-repeat;
background-position: 589px 0;
border-left: solid 1px #000000;
border-bottom: solid 1px #000000;
padding: 15px 20px 10px 20px;
}

.box_gray_bg {
background-color:&lt;$MTGetVar name="light_gray"$>;
padding:3px 3px 3px 3px;
margin: 0 0 5px 0;
text-align: center;
}

.frame_1col{
border-bottom:dotted 2px <;$MTGetVar name="gray"$>;; 
background-image:url(http://cubeit.com.au/cubeit/images/freight/common/frame_1col.gif); 
padding:0 0 10px 0; 
margin:0 0 10px 0
}

.frame_2col{
margin:10px 0 15px 0;
width:290px;
background-image:url(http://cubeit.com.au/cubeit/images/freight/common/frame_2col.gif);
background-repeat:no-repeat;
}



/* RIGHT COLUMN "TO JAPAN"*/

.round_corner_box {
    width: 640px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding: 30px 0 0 0;
    float: left;
}
.round_corner_box td {
    vertical-align: top;
    background-repeat: no-repeat;
}
.round_corner_box_bottom {
    background-image: url(http://cubeit.com.au/cubeit/images/freight/tojapan/tojapan_box_bottom.gif); 
    background-repeat: no-repeat;
    background-position: bottom;
}
.item_title {
    background-repeat: no-repeat;
    height: 24px;
    background-position: 0 0;
}
.item_title_bg_l {
    background-position: 0 0;
}
.item_title_bg_r {
    background-position: -2px 0;
}

.item_contents { /*width 320px*/
    width: 145px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 12px 10px 10px 165px;
}
.item_contents_s { /*width 320px*/
    width: 95px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 14px 10px 10px 215px;
}
.item_contents p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.3em;
}
.bg_l {
    background-position: 3px 0;
}
.bg_r {
    background-position: 1px 0;
}
.border_dotted {
    background-image: url(http://cubeit.com.au/cubeit/images/freight/tojapan/border_dotted.gif); 
    height: 11px;
    width: 320px;
    background-repeat: no-repeat;
    background-position: center;
    font-size:1px;
}
.price_box {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    height: 45px;
    width: 145px;
}
.price_box_s {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3em;
    height: 102px;
    width: 95px;
    margin-bottom: 10px;
}

.price_box_s. font_14px {
    margin-bottom: 5px;
}

.text_box {
    padding: 0 8px 8px;
    font-size: 12px;
    line-height: 1.2em;
}



/* RIGHT COLUMN "TO JAPAN" 3 COL*/

.round_corner_box_bottom_3col {
    background-image: url(http://cubeit.com.au/cubeit/images/freight/tojapan/tojapan_box_bottom_3col.gif); 
    background-repeat: no-repeat;
    background-position: bottom;
}

.item_contents_3col { /*width 210px*/
    width: 173px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 100px 20px 10px 20px;
    background-position: 12px 0;
}
.item_contents_s {
    width: 95px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 14px 10px 10px 215px;
}

.border_dotted_3col {
    background-image: url(http://cubeit.com.au/cubeit/images/freight/tojapan/border_dotted_3col.gif); 
    height: 11px;
    width: 320px;
    background-repeat: no-repeat;
    background-position: center;
    font-size:1px;
}
.price_box_3col {
    text-align: center;
    font-weight: bold;
    height: 45px;
    width: 173px;
    padding-top: 5px;
}
.price_box_s_en {
    font-weight: bold;
    height: 35px;
    margin: 90px 0 0 130px;
}

.item_contents_3col p {
    line-height: 1.2em;
    font-size: 12px;
    margin-bottom: 0;
}


/*------ TO JAPAN -- moushikomi_btn ------*/


#moushikomi_btn {
    float: left;
    margin-bottom: 20px;
}

#moushikomi_btn ul {
  list-style:none;
  margin:0;
  padding:0;
}
#moushikomi_btn ul a {
  height:30px;
  width: 640px;
  display:block;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}
#moushikomi_btn ul li a {
    background-image: url(http://cubeit.com.au/cubeit/images/freight/tojapan/tojapan_moushikomi_btn_en.gif); 
}
#moushikomi_btn ul li a:hover {
  background-position:0 -30px;
}


/*LEFT COLUMN* =============================================== */

.left_flc_logo {
  height: 80px;
  width: 200px;
}

.left_ausmap {
float:left;
}


/*LINK BANNER*/
.banner {
clear: left;
width: 200px;
height: 70px;
}

.banner_title {
        clear:both;
background-color: #808080;
float:left;
width:190px;
color: #FFFFFF;
border-left: solid 5px #000000;
padding: 2px 0 2px 5px;
}

/*SIDEBAR PHOTO*/
.sideber_p {
　　　　width: 200px;
float:left;
text-align:center;
background-color: #CCCCCC;
}

.sideber_p p {
text-align:center;
color: #FFFFFF;
font-size: 10px;
line-height: 1.2em;
}


.sideber_p img {
margin: 0 0 5px 0;
}


/*FORM_TABILE*/

table#form {
font-size: 12px;
border-top: solid #808080 1px;
border-left: solid #808080 1px;
width: 100%;
margin: 0;
float:left;
}
table#form tr {
vertical-align: top;
}

table#form td {
padding: 10px 5px 10px 5px;
border-bottom: solid #808080 1px;
border-right: solid #808080 1px;
}

.td_bg {
background-color: ;
}


/*MAIL FORM =============================================================*/

.mail-error {
     color: #ff7900;
     font-size: 9px;
}

.comments-open-header {
    border-bottom: solid 1px #808080;
    font-size: 14px;
    color: #808080;
}

.comments-open-content {
    padding: 20px 0 20px 0;
}

.comments-open-content p {
    border-bottom: dotted 1px #808080;
    padding: 3px 0
}


/*YOYAKU_FORM_TABILE*/

.yoyaku_frame {
    border:solid 2px #808080; 
    float:right;
    width: 634px;
    margin: 5px 0 5px 0;
    }

table#yoyaku_form {
    font-size: 12px;
    border-top: solid #808080 1px;
    border-left: solid #808080 1px;
    width: 634px; 
    /*float:right;*/
}
table#yoyaku_form tr {
    vertical-align: middle;
}

table#yoyaku_form td {
    padding: 5px 3px 5px 3px;
    border-bottom: solid #808080 1px;
    border-right: solid #808080 1px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2em;
}

.yoyaku_kakunin p {
    padding: 2px 0;
    font-size: 11px;
}

.app_text {
  background-color: #dcdcdc;
  background-position: 50% 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 25px;
}


ul#left-button li#left-button-title_moushikomi a {
height: 30px;
width: 200px;
background-color: #ff7900;
text-indent: -1000px;
background-image:url(http://cubeit.com.au/cubeit/images/common/left_index_bg_moushikomi_en.gif);
background-position: 0px 0px;
 }
ul#left-button li#left-button-title_moushikomi a:hover {
background-position: 0px -30px;
 }

.city_name a, .city_name {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}


/* accordian */


#basic-accordian{
  width: 610px;
  background-color: #FFFFFF;
  padding: 10px;
}

.accordion_headings{
  padding:1px 0 1px 0;
  color:#FFFFFF;
  cursor:pointer;
  font-weight:bold;
  background-color: #CCCCCC;
  text-align: center;
}

.accordion_headings:hover{
  background-color: #FF9900;
}

.accordion_child{
  background-color: #FFFFFF;
  padding:5px 0 5px 0;
  width:610px;
  font-size: 13px;
}
.accordion_child p{
  font-size: 12px;
}


.header_highlight{
  background-color: #999999;
  text-align: center;
}

.service {
  width: 630px;
  margin:0 0 20px 0;
  float: left;
  height: 235px;
  border-right: solid #e1e1e3 5px;
  border-bottom: solid #e1e1e3 5px;
  border-left: solid #e1e1e3 5px;
}

.service_still {
  width: 630px;
  margin:0 0 20px 0;
  float: left;
  height: 205px;
  border-right: solid #e1e1e3 5px;
  border-bottom: solid #e1e1e3 5px;
  border-left: solid #e1e1e3 5px;
}

.city_index_frame {
    margin: 0 0 30px 0;
}

.film-festival a {
    width: 150px;
    height: 40px;
    display: block;
    background-image: url(http://cubeit.com.au/cubeit/images/link_banner/film-festival-en.png);
    background-repeat: no-repeat;
    background-position: 0 -35px;
    position: absolute;
    left: 760px;
    text-indent: -9999px;
    z-index: 3;
}
.film-festival a:hover {
    background-position: 0 0;
    height: 75px;
}

