﻿@charset "UTF-8";

body{
	scrollbar-base-color      : #8c8;
    scrollbar-face-color      : #8c8;
    scrollbar-track-color     : #ccc;
    scrollbar-shadow-color    : #010;
    scrollbar-darkshadow-color: #010;
    scrollbar-highlight-color : #494;
    scrollbar-3dlight-color   : #494;
    scrollbar-arrow-color     : #272;
    
    background-image : url("img/bg/light_multi.jpg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link.defColor, a:visited.defColor{ color: #272;  border: 0px; }
a:hover.defColor{ color: #d80; }

#header{
	color: #272;
	background-color: #cfc;
	border-bottom: 1px solid #8c8;
	border-right : 1px solid #8c8;
}
#footer{
	color: #272;
	background-color: #cfc;
	border-top  : 1px solid #8c8;
	border-right: 1px solid #8c8;
}
/*------------------------------------------------------------------------------------------------*/
h2{
	color: #2a2;
	border-color: #6d6;
}

h3{
	width: 90%;
	color: #5c5;
	font-size: 180%;
	text-align: center;
	padding: 1.0em 0 0.3em 0;
	border-bottom: 1px solid #6d6;
}
h4.date{
	color: #5c5;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}
h4.musicName{
	width: 88%;
	color: #3c3;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 0.2em 0 0.2em 0.5em;
	border: 1px solid #7e7;
	border-bottom: 1px solid #6c6;
	background-color: #dfd;
	margin-top: 2.0em;
}

/* mp3関連 ------------------------------- */
table.music{
	border: 1px solid #8d8;
	border-collapse: collapse;
	margin-top: 2.0em;
}
table.music td{
	border: 1px solid #8d8;
	border-left : 0px;
	border-right: 0px;
}
td.musicName{
	width: 35%;
	color: #292;
	font-size: 100%;
	font-weight: bold;
}
td.musicPlayer{
	color: #292;
	text-align: right;
	padding: 0.2em 0.2em 0 0;
}
tr.musicTitleBar{
	background-color: #dfd;
}
p.musicInfo{
	color: #3a3;
	margin: 0;
}
p.comment{
	font-size: small;
	line-height: 140%;
	text-indent: 0;
	width: auto;
	margin: 0;
	padding: 0.3em 1.0em 1.0em 1.0em;
}
td.ostTitle{
	color: #292;
	font-size: 100%;
	font-weight: bold;
}
td.ostList{
	width: 35%;
	color: #292;
}
td.musicImage{ width: 150px;  text-align: center;  background-color: #dfd; }
td.anime{ padding-bottom: 1.0em; }
/* -------------------------------------- */

#photoList li{
	float: left;
	display: inline; /* for WinIE6 */
	width: 100px;
	margin: 0 0 4px 4px;
	background-color: #dfd;
	border: 1px solid #cec;
	font-size: 86%;
}

div.photos{ width: 90%; }

img.wallpaper{ margin-bottom: 1.0em; }
img.graffiti { margin-bottom: 1.0em; }

td.thumb     { width:  66px;  height:  50px; }
td.title     { color: #aa5; }
td.flashName { width: 10.0em; }


