﻿@import url(http://fonts.googleapis.com/css?family=Impact);
*{
  margin:0;
  padding:0;
}
HTML{
  height:100%;
}
BODY{
  background:#313131;
  color:#bbbbbb;
  font-size:9pt;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:#0b404a;
  scrollbar-track-color:#000000;
  scrollbar-darkshadow-color:#13a8ad;
  scrollbar-3dlight-color:#13a8ad;
  margin:0px;
  line-height:180%;
  overflow:auto;
  *text-align:center;
  height:100%;
}
::selection{ /* Safari and Opera */
  background:#222222;
}
::-moz-selection{ /* Firefox */
  background:#222222;
}
A:link{
  text-decoration:none;
  color:#13a8ad;
  border-bottom:1px dotted #222222;
}
A:active{
  text-decoration:none;
  color:#69d5ca;
  border-bottom:1px dotted #222222;
}
A:visited{
  text-decoration:none;
  color:#aed52d;
  border-bottom:1px dotted #222222;
}
A:hover{
  text-decoration:none;
  color:#ffae02;
  border-bottom:solid 1px #bbbbbb;
}
A:hover[name]{
  text-decoration:none;
  color:inherit;
}
P{
  font-size:9pt;
  line-height:160%;
  margin:0.5em 3%;
}
DIV{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
INPUT,SELECT,TEXTAREA{
  background:#ffae00;
  color:#0b404a;
  font-size:9pt;
  border:1px solid #000000;
  padding:2px;
}
INPUT:hover,SELECT:hover,TEXTAREA:hover{
  background:#222222;
  color:#0b404a;
  font-size:9pt;
  border:1px solid #000000;
  padding:2px;
}
INPUT.submit{
  background:#222222;
  color:#0b404a;
  font-size:9pt;
  border:1px solid #000000;
  padding:2px;
}
TD{
  font-size:9pt;
}
HR{
  border-style:solid;
  color:#222222;
  width:100%;
  height:1px;
}
.clearfix:after{
  content:"";
  clear:both;
  display:block;
}
.font8{
  font-size:11px;
}


.index{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
.menubox{
  width:100%;
  margin:0px auto;
  padding:0px;
  *text-align:center;
}
#menu{
  background:#0b404a;
  color:#ffffff;
  font-family:Verdana;
  width:300px;
  height:100%;
  padding:0px;
  float:left;
  z-index:10;
  position:fixed;
  *text-align:left;
}
#menu IMG{
  margin:0px;
}

#menu UL{
  margin:20px 0px;
  list-style:none;
}
#menu LI{
  margin:0px;
  float:left;
}
#menu A{
  border:none;
  display:block;
}
#menu A:hover{
  color:#ffffff;
}
#footer{
  width:300px;
  border-left:1px solid #000000;
  margin:0px 5px;
  padding:5px 0px;
  position:fixed;
  bottom:0px;
}
#footer P{
  font-size:10px;
}
.index_main{
  margin:0px 0px 0px 320px;
  padding:5px;
}
.contents{
  width:700px;
  margin:0px auto 300px auto;
  padding:0px;
  text-align:left;
  min-height:100%;
  height:auto !important;
  height:100%;
  padding:10px;
  clear:both;
}
.contents_left{
  width:50%;
  border-right:1px dotted #000000;
  margin-right:5px;
  float:left;
}
.contents_right{
  margin-left:50%;
  position:relative;
}

H3{
  background:#000000;
  font-size:9pt;
  font-weight:normal;
  letter-spacing:1px;
  text-align:center;
  margin-top:50px;
  padding:2px;
}

H1{
  font-size:10pt;
  letter-spacing:2px;
  border-left:15px solid #000000;
  padding-left:10px;
  margin-left:0px;
}
#noborder A{
  border:none;
}
#noborder A:hover{
  border:none;
}

.invisible{
  display:none;
}

.subtitle{
  border-left:solid 5px #000000;
  padding-left:5px;
  margin-left:2px;
  text-align:left;
}
.subtitle2{
  padding-left:10px;
  border-left:5px solid #000000;
  text-align:left;
}
.subtitle_tab{
  margin:0.2em 3%;
  padding-left:10px;
  border-left:5px solid #000000;
}
.subtitle_tab TD{
  font-size:9pt;
  line-height: 180%;
}
.subtitle_bottom{
  background:#161616;
  font-weight:bold;
  padding-left:10px;
  border-bottom:5px solid #000000;
}
.subtitle_menu{
  border-left:50px solid #000000;
  padding-left:10px;
  letter-spacing:4px;
}

DD:after{
  content:"";
  display:block;
  clear:both;
  height:0;
}

#aboutlink{
  width:100%;
  text-align:left;
  line-height:180%;
}
#aboutlink DL{
  *border-top:1px dotted #000000;
  margin:0.5em 3%;
}
#aboutlink DT{
  width:50px;
  padding-left:10px;
  float:left;
  clear:both;
}
#aboutlink DD{
  text-align:left;
  margin-left:60px;
  padding-left:5px;
  border-left:1px solid #000000;
}
#aboutlink DL+DL{
  border-top:1px dotted #000000;
}

.portfolio{
  width:100%;
  text-align:left;
  line-height:180%;
  border-top:1px dotted #000000;
  margin:0px 10px 0px 0px;
  padding:10px 0px;
  clear:both;
}
.portfolio_img{
  width:300px;
  margin:0px;
  float:left;
}
.portfolio_img A{
  border:none;
}
.portfolio_img A:hover{
  border:none;
  filter:Alpha(opacity=60);
  -moz-opacity:0.6; /*FF*/
  opacity:0.6;
}
.portfolio_text{
  font-size:12px;
  width:350px;
  float:left;
}
.portfolio_title{
  color:#00b7b5;
  font-size:13px;
  font-weight:bold;
  border-left:#000000 3px solid;
  margin:0px;
  padding-left:5px;
}
.portfolio_url{
  font-size:10px;
  border-left:#000000 3px solid;
  margin:0px;
  padding-left:5px;
}
.portfolio_color{
  font-size:18px;
  line-height:100%;
  letter-spacing:2px;
}
.portfolio_icon{
  margin-right:5px;
}
.portfolio_detail{
  margin-bottom:10px;
}
.portfolio DL{
  font-size:11px;
  width:350px;
  border-bottom:1px dotted #000000;
  margin:0.5em 3%;
  clear:both;
}
.portfolio DT{
  color:#00b7b5;
  width:100px;
  float:left;
}
.portfolio DD{
  width:250px;
  float:left;
}
.portfolio DL:after{
  content:"";
  clear:both;
  display:block;
}

#work{
  text-align:left;
}
#work DL{
  line-height:140%;
  margin:0.2em 3%;
  padding-left:10px;
}
#work DT{
  width:200px;
  border-left:5px solid #000000;
  padding-left:10px;
  float:left;
  clear:both;
}
#work DD{
  text-align:left;
  margin-left:210px;
  padding-left:5px;
  border-left:1px solid #000000;
}
#work DL+DL{
  padding-top:5px;
  border-top:1px dotted #000000;
}
.work_status{
  color:#666666;
  font-size:8pt;
}

.counter{
  float:left;
}

@media(max-width:1000px){
.index{
  margin-bottom:50px;
}
.index_main{
  margin-left:0px;
}
#menu{
  background:#0b404a;
  width:100%;
  height:auto;
  float:none;
  position:relative;
  *text-align:left;
}
#menu LI{
  float:none;
}
#footer{
  width:100%;
  position:relative;
  bottom:0px;
}
.contents{
  width:100%;
  height:auto;
  text-align:left;
  clear:both;
}
.contents_left{
  width:100%;
  border-right:none;
  border-bottom:1px dotted #222222;
  margin-bottom:5px;
  float:none;
}
.contents_right{
  width:100%;
  margin:0;
}
.portfolio{
  width:650px;
  margin:0px auto;
}
}

@media(max-width:600px){
#aboutlink DT{
  width:100%;
  padding-left:5px;
  float:none;
}
#aboutlink DD{
  margin-left:10px;
  padding-left:5px;
}
.portfolio{
  width:360px;
  margin:0px auto;
}
.portfolio_img{
  width:100%;
  float:none;
}
.portfolio_text{
  width:100%;
  float:none;
}
.counter{
  width:0;
  height:0;
  display:none;
}
}