@charset "UTF-8";

/* -------------------- HTML5set */
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* -------------------- Clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    min-height:1px;
}
* html .clearfix {
    height:1%;
}

/* -------------------- Selector */
* { font-weight: normal; }
a img { border: 0; }
a { color: #666; }
a:hover { color: #000; }
h2, h3 {
    color: #000;
    text-align: center;
    margin: 0 0 0.5em;
}
h2 { font-size: 300%;
     margin-bottom: 1em; }
h3 { font-size: 175%; }
em {
    font-style: normal;
    color: #000;
}
b { font-weight: bold; }
ul li { margin-bottom: 1em; }

/* -------------------- Container */
body {
    position: relative;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 13px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
}
#container {
    position: relative;
    width: 60em;
    margin: 0 auto 1em;
}

/* -------------------- Header */
header {
    position: fixed;
    width: 60em;
    height: 6em;
    background: #FFF;
}
header h1 {
    float: left;
}
header h1 img {
    width: 6em;
}
header nav {
    margin-top: 2em;
    text-align: right;
    font-size: 125%;
}

/* -------------------- Main */
#main {
    width: 100%;
    padding-top: 2em;
}
section {
    padding-top: 6em;
}
section:after {content:".";display:block;height:0;clear:both;visibility:hidden;} section {min-height:1px;} * html section {height:1px;}

article {
    border-top: 1px dotted #999;
    padding-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
/* -------------------- Image */
.left  { float: left; }
.right { float: right; }
.w60 { width: 60em; }
.w42 { width: 42em; }
.w40 { width: 40em; }
.w32 { width: 32em; }
.w30 { width: 30em; }
.w28 { width: 28em; }
.w24 { width: 24em; }
.w20 { width: 20em; }
.h24 { height: 24em; }
.h30 { height: 30em; }
.h4 { height: 4em; }
.w18 { width: 18em; }
.w8  { width: 8em; }
.txt_center { text-align: center; }
.box_center { margin-left: auto; margin-right: auto; }

/* -------------------- Disc */
#disc article {
    text-align: left;
    margin-bottom: 2em; 
}
#disc article:after {content:".";display:block;height:0;clear:both;visibility:hidden;} #disc article {min-height:1px;} * html #disc article {height:1px;}
#disc article p.image {
    float: left;
    margin: 0;
}
#disc article p.image img { width: 12em; }
#disc article dl { margin: 0 0 0 15em; }
#disc article dl dt { color: #000;font-size: 150%; }
#disc article dl dt,
#disc article dl dd { margin: 0 0 0.5em; }

/* -------------------- Video */
#video table td {
    vertical-align: top;
    padding: 0.5em;
}

/* -------------------- Link */
#link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#link ul li {
    width: 12em;
    height: 12em;
    float: left;
    border: 1px solid #999;
    margin: 1em;
    /*	Radius	*/
    border-radius:1em;
    -webkit-border-radius:1em;
    -moz-border-radius:1em;
}
#link ul li.noborder {
    border: 1px solid #FFF;
}
#link ul li a {
    /*	Opacity	*/
    opacity:0.75;
    -moz-opacity:0.75;
    filter:alpha(opacity=75);
    -ms-filter:"alpha(opacity=75)";
}
#link ul li a:hover {
    /*	Opacity	*/
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
    -ms-filter:"alpha(opacity=100)";
}
#link ul li img {
    width: 10em;
    margin: 1em;
}
#link ul li.noborder img {
    width: 12em;
    margin: 0;
}

/* -------------------- Contact */
#contact address {
    text-align:center;
    font-size: 150%;
}

/* -------------------- Footer */
footer {
    text-align: center;
    margin: 4em 0 4em;
}
