@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0 none;
    font-family:inherit;
    font-style:normal;
    font-weight:normal;
    margin:0;
    padding:0;
    text-align:left;
}

ul, ol {
    list-style:none outside none;
}

.bold {
    font-weight:bold;
}

.text_12 {
    font-size:0.75em;
}

h1 {
    background-color:#FFFFFF;
    color:#A38758;
    font-size:16px;
    height:25px;
    line-height:1.8em;
    padding-left:5px;
    text-align:left;
}

h2 {
    padding: 0.2em;
    color:#FFF;
    font-size:1.3em;
    font-weight: bold;
    text-align:left;
}

h2.lending {
    background: url(../img/astyle_h2_bg.png) no-repeat left top;
}

h2.list {
    background: url(../img/astyle_h2_bg.png) no-repeat left top;
}

h2.info {
    background: url(../img/astyle_h2_bg.png) no-repeat left top;
}

h3.headlineTitle {
    color:#333;
}

#secondary h4 {
    background: none repeat scroll 0 0 #F3F3F3;
    margin: 0;
    padding: 0.2em 1em;
    -moz-border-radius: 6px 6px 6px 6px;
}

div.headlineDate {
    color:#999999;
    font-size:small;
}

div.container {
    position: relative;
}

div.right {
    position: absolute;   
    right: 0;   
    top: 0;   
}

.btn {
    float: left;
    clear: both;
    background: url(../img/btn_left.png) no-repeat;
    padding: 0 0 0 10px;
    margin: 5px 0;
}
.btn a{
    float: left;
    height: 40px;
    background: url(../img/btn_stretch.png) repeat-x left top;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.btn span {
    background: url(../img/btn_right.png) no-repeat;
    float: left;
    width: 10px;
    height: 40px;
}
.btn_checkout { background-color: orange; }
.btn_cancel { background-color: red; }
.btn_previous { background-color: white; }
.clear {
    clear: both;
}

body {
    background-color:#FFFFFF;
    color:#333333;
    font-family: Verdana,Arial,Helvetica,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 0.88em;
    line-height: 1.3;
    margin:0;
    padding:0;
    text-align:center;
}

.plan label {
    font-family: Verdana,Arial,Helvetica,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 0.88em;
    color: #333333;
}

#wrapper {
    position: relative;
    background-color:#FFFFFF;
    margin:0 auto;
    text-align:left;
    width:980px;
}

#header {
    position:relative;
    background-image:url("../img/astyle_header.png");
    background-position:center bottom;
    background-repeat:no-repeat;
    display:block;
    height:285px;
    padding:0;
}

#globalNavigation {
    position:absolute;
    top: 213px;
    left: 129px;
    /*left: 145px;*/
    /*top: 225px;*/
    height: 36px;
}

#globalNavigation li {
    float: left;
    width: 180px;
    padding-right: 2px;
}

#globalNavigation li a {
    display: block;
    height: 37px;
    font-weight:bold;
    text-decoration: none;
}

#globalNavigation li.home a {
    background: url(../img/home.png) left center no-repeat;
}
#globalNavigation li.home a:hover ,
#globalNavigation li.home a:focus  {
    background: url(../img/home.png) right center no-repeat;
}

#globalNavigation li.history a {
    background: url(../img/history.png) left center no-repeat;
}

.joy_logo {
    margin: 23px 0 0 0;
}

#globalNavigation li.user a {
    background: url(../img/user.png) left center no-repeat;
}
#globalNavigation li.user a:hover ,
#globalNavigation li.user a:focus  {
    background: url(../img/user.png) right center no-repeat;
}

#globalNavigation li.logout a {
    background: url(../img/logout.png) left center no-repeat;
}
#globalNavigation li.logout a:hover ,
#globalNavigation li.logout a:focus  {
    background: url(../img/logout.png) right center no-repeat;
}

#globalNavigation li.account a {
    background: url(../img/account.png) left center no-repeat;
}
#globalNavigation li.account a:hover ,
#globalNavigation li.account a:focus  {
    background: url(../img/account.png) right center no-repeat;
}

#globalNavigation li.system a {
    background: url(../img/system.png) left center no-repeat;
}
#globalNavigation li.system a:hover ,
#globalNavigation li.system a:focus  {
    background: url(../img/system.png) right center no-repeat;
}

.header_info {
    left:765px;
    position:absolute;
    top:10px;
}

#content {
    text-align:center;
    width:100%;
}

#login {
    width: 180px;
    height:180px;
    margin: 0 auto;
    text-align: left;
}

#detail {
    line-height:120%;
    margin:0 auto;
    text-align:center;
    width:627px;
}

.loading {
    position:relative;
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    display: block;
    border: 1px solid #473018;
    background:url("../img/loading.gif") no-repeat scroll center 32px #FFFFFF;
}

table.history {
    border:1px solid #47301B;
    border-collapse:collapse;
    border-spacing:0;
}

.right {
    text-align:right;
}

.center {
    text-align:center;
}

table.history th {
    border:1px solid #47301B;
    background-color:#DAD1C7;
    padding:10px 5px;
    font-weight:bold;
    text-align:center;
}

table.history td {
    border:1px solid #47301B;
    padding:10px 5px;
    text-align:center;
}

#footer {
    clear: both;
    background:url("../img/astyle_footer_bar.png") no-repeat scroll center 60px #FFFFFF;
    height:180px;
    margin:0 auto;
    padding:126px 0 0;
    width:100%;
}

.ab_img01 {
    top:126px;
    left:40px;
}

.search-box {
    margin-bottom: 1em;
}

.search-box .top {
    background: url(../img/astyle_search_box_title.png) no-repeat left top;
    width: 211px;
    height: 27px;
}

.search-box .title {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0px 1px 0px #666;
}

.search-box .content {
    background: url(../img/astyle_search_box_bg.png) repeat-y left top;
    width: 211px;
    margin: 0;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    line-height: 1.2em;
}

.search-box .bottom {
    background: url(../img/astyle_search_box_end.png) no-repeat left top;
    width: 211px;
    height: 25px;
}

table.user {
    border-collapse: collapse;
    width:980px;
}

table.user th, table.user td {
    padding:5px;
}

tr#user_ttitle, tr#invoitem_ttitle {
    color: #000;
}

tr#user_titem td, tr#invoitem_titem td {
    color: #ffffff;
    border:solid 1px #ffffff;
    background-color: #58585a;
}

tr.user_todd td {
    border:solid 1px #ffffff;
    background-color: #e6e6e7;
}

tr.user_teven td {
    border:solid 1px #ffffff;
    background-color: #ffffff;
}

td.user_itemname {
    width:30%;
}

td.user_itemdata {
    width:70%;
}

#request_info {
    position:relative;
    top:20px;
    height: 50px;
    font-size:0.85em;
}

div#summaryNavigation {
    font-size:0.80em;
    text-align:right;
}

div#InvoiceNavi {
    font-size:0.80em;
    text-align:right;
}

a.virlink {
    cursor:pointer;
    text-decoration:none;
    color:#0000ff;

}

a.virlink:hover {
    cursor:pointer;
    text-decoration:underline;
    color:#ff0000;
}

div#invoice {
    margin: 20px 0 20px 0;
}

div#invoiceTotal, div#invoitemTotal {
    font-size:1.00em;
    text-align:right;
}

#content {
    position: relative;
}

#primary {
    float: right;
    width: 663px;
    overflow: hidden;
    margin-bottom: 60px;
}

#secondary {
    float: left;
    width: 211px;
    margin-right: 14px;
    overflow: hidden;
    margin-bottom: 60px;
}

.search {
    width: 201px;
    margin: 0;
    padding: 12px;
    line-height: 1.2em;
}

label {
    font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

#results {
    margin: 0;
    padding: 0px 18px 40px 18px;
}

.result {
    margin-bottom: 15px;
}

.result .count {
    padding: 0 13px;
}

.result .reservation {
    border: 1px solid #ffffff;
    padding: 13px;
}

.result .reservation:hover {
    background-color: #fafaff;
    border: 1px solid #e0e0ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.require {
    padding: 3px;
    vertical-align: text-bottom;
    color: #ffffff;
    background-color: #cc0000;
    font-weight: bold;
    font-size: xx-small;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.maintenance {
    padding: 2px;
    vertical-align: text-bottom;
    color: #ffffff;
    background-color: #999999;
    font-weight: bold;
    font-size: xx-small;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* user */
#content h1 {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
}

#content .section {
    border-bottom: 1px solid #444;
    clear: both;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

#content .section h2 {
    color: #000;
    font-size: 1em;
    font-weight: bold;
}

#content .message h3 {
    background-image: url("../img/information.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-left: -18px;
    height: 16px;
    color: #000;
    font-size: 1em;
    font-weight: bold;
}

#content .message .alert {
    background-image: url("../img/alert.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-left: -18px;
}

/* Grid 978px */
.container {
	width: 978px;
	margin: 0 auto;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	display: inline;
	margin-left: 30px;
}
.grid1 {
	width: 54px;
}
.grid2 {
	width: 138px;
}
.grid3 {
	width: 222px;
}
.grid4 {
	width: 306px;
}
.grid5 {
	width: 390px;
}
.grid6 {
	width: 474px;
}
.grid7 {
	width: 558px;
}
.grid8 {
	width: 642px;
}
.grid9 {
	width: 726px;
}
.grid10 {
	width: 810px;
}
.grid11 {
	width: 894px;
}
.first {
	margin-left: 0;
	clear: left;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */


/* microformats */
.vevent {
    margin-bottom: 30px;
}

.uid  {
    color:#999999;
    font-size:small;
}

.summary {
    display: none;
}

.location {
    color: #f98a00;
    font-weight: bold;
    font-size: large;
}

.result .location {
    background-image: url("../img/astyle.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
    height: 19px;
}

.geo {
    background-image: url(../img/openmap.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
}

.latitude {
    display: none;
}

.longitude {
    display: none;
}

.dtstart {
    color: #0F7D3B;
}

.dtend {
    color: #0F7D3B;
}

span.debug {
    display: none;
}

#copy {
    background-color:#3f99be;
}

#copy p {
    padding-top: 3px;
    text-align: right;
    margin-right: 10px;
}

#copy p.copy {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 65%;
    margin-right: 10px;
}

div.openSymbol {
    font-family: Verdana,Arial,Helvetica,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.00em;
    color: #FF0000;
    cursor: pointer;
    padding: 2px;
    background: #E5E5E5;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    width: 430px;
}

