/*
===== Reset Style =================================
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { 
	margin:0;
	padding:0;
}
img { 
	border:0;
}
strong {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,strong {
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
q:before,q:after {
	content:'';
}
/*
===== Universal Style =================================
*/
html,body {
	background: #131415;
}
body {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #131415;
	color: #555;
	/* text-align:center; */
	padding: 35px;
	/* IE6: border: 10px solid #222222; */
}
#wrap{
	width:980px;
	/* margin: 0 auto; */
	text-align:left;
}
a {
	color: #666;
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	color:#fff;
	text-decoration: none;
}
p {
	margin-bottom: 18px; 
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
ul {
	margin-bottom: 18px;
}
li{
}
h1 {
	font: 20px/18px Arial, Verdana, sans-serif;
	color:#fff;
	font-weight: normal;
	margin-bottom: 65px;
	background:url(../images/layout/daisukesakurai.png) left center no-repeat;
	display:block;
	overflow:hidden;
	width:180px;
	height:18px;
	padding:10px 10px 10px 0;
	text-indent:-9999px;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color:#fff;
	margin-bottom: 0;
	
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
img {
	behavior: url(scripts/iepngfix.htc);
}
.clear {
	clear: both;
}
/*
===== Header =================================
*/
div#logo {
    position: fixed;  
    top: 50px;
}  
/*
===== Navigation =================================
*/
#navi {
	width:210px;
	overflow: auto;
}
#navi ul {
	width:170px;
	margin-right:40px;
}
#navi ul li{
	font-size: 11px;
	line-height:18px;
	padding-left:8px;
	background: url(../images/layout/list.gif) left center no-repeat;
}
#navi .selected {
}
#navi .selected a{
	color:#fff;
}
#navi .title {
	font-size: 11px;
	line-height:18px;
	color:#aaa;
	display:block;
	padding:4px 0 4px;
	background: url(../images/layout/line.gif) left top no-repeat;
}
#navi {
    position: fixed;  
    top: 120px;  
}
/*
===== Main =================================
*/
#main {
	position:absolute;
	left: 245px;
	top:120px;
	padding:4px 0 30px;
	width:736px;
}
#main p{
	margin:2px 0 0;
	line-height:16px;
}
#main p.role{
	margin:0;
}
.work {
	padding:7px 0 15px;
	width:736px;
}
.work img{
	width:730px;
	background-color:#333;
	padding:3px;
	margin-bottom:6px;
}
.work .video{
	width:730px;
	background-color:#333;
	padding:3px;
	margin-bottom:11px;
}
#palmpixi{
	height:439px;
}
.work a:hover img{
	background-color:#fff;
}
.role {
	font-style:italic;
}
/*
===== Home =================================
*/
.home .work {
	margin-bottom:6px;
}
.home .work img{
	margin-bottom:0;
}
/*
===== Profile =================================
*/
#main.profle h2,#main.archive h2  {
	margin-bottom:12px;
}
#main.profle p, #main.archive p {
	margin-bottom:8px;
}
#main.profle ul li, #main.archive ul li {
	padding-left:8px;
	background: url(../images/layout/list.gif) left center no-repeat;
}
/*
===== Archive =================================
*/
.archive .work {
	margin-bottom:6px;
}
.archive .work img{
	margin-bottom:0;
}
#main.archive ul {
	margin-bottom:8px;
}
/*
===== Footer =================================
*/
#footer {
	clear:both;
	width: 980px;
	font-size: 10px;
	margin: 30px 0 0 210px;
	padding:24px 0 4px;
	background: url(../images/layout/line.gif) left 20px no-repeat;
}

#top, #bottom, #left, #right {
background: #222222;
position: fixed;
}
#left, #right {
top: 0; bottom: 0;
width: 10px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
left: 0; right: 0;
height: 10px;
}
#top { top: 0; }
#bottom { bottom: 0; } 