﻿/*
 Theme Name: ISMAAR2010
 Theme URI:
 Description:
 Version: 1.0
 Author: BlueGraffe
 Tags:
 
 
 */@import "css/common.css";
@import "css/layout.css";
@import "css/default.css";
@import "css/util.css";
@import "css/ie6.css";

.icon-pdf {
    background-image: url("img/pdf.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 16px;
}

/**
 * 固定ボタン
 */
ul.linkgroup {
    list-style: none;
    padding-left: 270px;
    margin: 2em 0;
}

ul.linkgroup li {
    margin-bottom: 1em;
}

ul.linkgroup a {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
}

ul.linkgroup a:hover {
    background-position: 0 -25px;
}

a#Access-to-the-Venue {
    background-image: url(img/button/Access-to-the-Venue.gif);
}

a#Agenda-at-a-Glance {
    background-image: url(img/button/Agenda-at-a-Glance.gif);
}

a#Call-for-Abstract-in-Japanese {
    background-image: url(img/button/Call-for-Abstract-in-Japanese.gif);
}

a#Congress-Venue-and-Hotel-MAP {
    background-image: url(img/button/Congress-Venue-and-Hotel-MAP.gif);
}

a#Registration-Form-in-Japanese {
    background-image: url(img/button/Registration-Form-in-Japanese.gif);
}

a#Registration-Form-in-English {
    background-image: url(img/button/Registration-Form-in-English.gif);
}

a#Scientific-Program {
    background-image: url(img/button/Scientific-Program.gif);
}

a#Program-Abstracts {
    background-image: url(img/button/Program-Abstracts.gif);
}

#Registration-Form-in-Japanese-Text {
    background-image: url(img/button/txt.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
}

#Registration-Form-in-English-Text {
    background-image: url(img/button/txt_english.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
}
a#Online-Registration {
    background-image: url(img/button/Online-Registration.gif);
    background-repeat: no-repeat;
    width: 152px;
    height: 46px;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
    text-align: center;
    margin: 1em auto;
}

a:hover#Online-Registration {
    background-position: 0 -46px;
}

a#Mail {
    background-image: url(img/ismaar_address.gif);
    width: 152px;
    height: 13px;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
    text-align: center;
    margin: -1em auto;
}



