/**************
ヘッダーのCSS
***************/

body{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	width:100%;
	height:100%;
	color:#FFF;
	background-color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#flash_link li{
	position:relative;
	top:12px;
	text-align:center;
	float:left;
	font-size:14px;
	width:200px;
	height:20px;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
}

#header_container{
    position: fixed;
    top: 0px;
    z-index: 1;
    background-color: #000;
	width:100%;
	height:90px;
}

#page_container{
	width:100%;
	height:100%;
}


#page_title{
	margin-left:30px;
	font-size:20px;
	font-family:Century;
	float:left;
}

#header_links{
	float:left;
	list-style:none;
}

#flash_link{
	float:left;
	list-style:none;
}

#flash_link a{
	color:inherit;
	text-decoration:none;
}

#header_links li{
	position:relative;
	top:12px;
	text-align:center;
	float:left;
	font-size:14px;
	width:60px;
	height:20px;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
}

#header_links a{
	color:inherit;
	text-decoration:none;
}

#header_links li:hover, #header_links li.active{
	background-color:#DDD;
	color:#000;
}

div.page{
	display:none;
}

div.page.active{
	display:block;
}

/**************
worksのCSS
***************/
#tag_list{
    position: fixed;
    z-index: 2;
    top: 60px;
	height:40px;
    width: 100%;
    background-color: #000;
}

#column_list{
    position: fixed;
    left: 500px;
}

#menu_tag ul{
	list-style:none;
}

#menu_tag li{
	position:relative;
	top:12px;
	text-align:center;
	float:left;
	font-size:14px;
	height:20px;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
}

#menu_tag a{
	color:inherit;
	text-decoration:none;
}

#menu_tag li:hover{
	background-color:#DDD;
	color:#000;
    cursor: pointer;
}

#menu_tag li.active{
    background-color:#DDD;
    color:#000;
}

#work{
    z-index: 0;
    margin-top: 120px;
	width:100%;
    overflow: hidden;
	float:left;
	font-size:12px;
}

.work_detail{
    display: none;
}

.work_item{
	width:25%;
	height:250px;
	float:left;
	text-align:center;
}

.work_item:hover{
    background-color: #111111;
}

.work_img{
	margin-left:auto;
	margin-right:auto;
    margin-top: 40px;
	width:150px;
	height:120px;
	margin-bottom:5px;
}

.work_title{
	font-size:14px;
	margin-bottom:5px;
}

.work_title a{
	color:inherit;
	text-decoration:none;
}

.work_tag a{
    color: rgb(166, 230, 255);
    text-decoration: underline;
	margin-right:8px;
}

.white_line{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:160px;
	height:3px;
	background-color:#FFF;
}

.work_tag tag{
    margin-right:8px;
}

.work_tag tag:hover{
    background-color:#DDD;
    color:#000;
    cursor: pointer;
}

/*
    Profile
*/
#profile_container{
    opacity: 0.0;-moz-opacity: 0.0;filter: alpha(opacity=0);
    margin: 120px auto;
    width: 850px;
    height: 400px;
    font-size: 14px;
}

#prof_colum1{
    float: left;
}

#prof_colum2{
    margin-left: 50px;
    float: left;
}

#profile_container h1{
    margin: 10px 10px;
}

#profile_container div > ul > li{
    margin-top: 8px;
}

#profile_container div > ul > ul{
    padding-left: 15px;
}

#profile_container a{
    color:#AAAAAA;
    text-decoration: none;
}

#profile_container a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

/************
コメントwindow
************/

.comment_window{
    position: fixed;
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
    top: 150px;
    left: 150px;
    width: 300px;
    height: 400px;
    display: none;
}

.comment_back{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #555555/*rgba(50,50,50,0.5)*/;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}

.comment_text{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

/*
    色
*/
.color01{
    background-color: #ff7f7f;
    color: #ff7f7f;
}

.color02{
    background-color: #ff7fbf;
    color: #ff7fbf;
}

.color03{
    background-color: #ff7fff;
    color: #ff7fff;
}