﻿article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font:15px "小塚ゴシック Pro EL","メイリオ","Meiryo",Helvetica,"Helvetica Neue",Arial,sans-serif,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;!important*/
	/*font-size: 10px;*/
	color: #000;
	height: 100%;
}


body.msie {
    font-size: 62.5%;
}
 
body.win {
    /*font-family: Helvetica,"Helvetica Neue",Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
}

img.bgimage {
    display: none;
}

img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

#outline {
    height: 100%;
    overflow: auto;
}

#credit {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
}

#credit a {
    color: #fff;
    text-decoration: none;
}

#titleblock {
	position: absolute;
	left: 30px;
	top: 42%;
	width: 350px;
	background-color: #FFF;
	opacity: 0.5;
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

#titleblock header {
    margin: 0 0 20px 0;
}

#titleblock header h1 {
    font-size: 3em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
    margin: 0;
    line-height: 1;
}

#titleblock header h1 sup {
   font-size: 0.5em;
   font-weight: 100;
}

#titleblock header h1 a {
	color: #000;
	text-decoration: none;
    }

#titleblock header p {
    margin: 0;
    font-weight: bold;
}

#titleblock nav ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#titleblock nav li {
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
}

    #titleblock nav li a {
	color: #000;
	text-decoration: none;
    }
    
    #titleblock nav li a:hover {
        text-decoration: underline;
    }
    
#titleblock footer {
    font-weight: bold;
}

#content {
    margin: 0 30px 0 400px;
    max-width: 500px;
}

#content h2 {
    font-size: 6em;
}

div.skillbox {
    width: 250px;
    float: left;
}

#outline #facebook {
	display: block;
	height: 150px;
	width: 150px;
	clip: rect(200px,auto,auto,200px);
}
