@charset "utf-8";
/*
Theme Name: SuperPotato
Theme URI: http://www.superpotato.jp
Description: Customized templates for www.superpotato.jp.
Version: 1.0
Author: Bluemark Inc
Author URI: http://www.bluemark.co.jp
Tags: customized
*/

/* reset */
* {
  margin: 0;
  padding: 0;
}


a { text-decoration: none; color:#FFF;}
a img{border: none; background: none;}

.displayNone{
	display: none;
}


/* layout */
html, body{
  overflow:hidden;
}

body {
  margin: 0;
  padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Serif;
	line-height: 1.8em;
	color: #333;
	text-align: center;
	min-width: 876px;
}

.imgProtect{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.elastic {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

#globalNavi{
	font-size: 16px;
	letter-spacing: .06em;
}

#globalNavi{
	width: 100%;
	height: 60px;
	background: url('./images/globalNaviBg.png') repeat-X top left;
	position:fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

#globalNavi .inner{
	margin-left: -324px;
	width: 672px;
	position:fixed;
	bottom: 0;
	left: 50%;
	z-index: 1010;
}

*:first-child+html #globalNavi{
	margin-left: -325px;
}

.siteLogo a{
	margin-top: 24px;
	background: url('../../images/logoWhite.png') no-repeat center left;
	height: 24px;
	width: 168px;
	display: block;
	float: left;
	cursor: pointer;
}

#globalNavi .menu{
	margin: 24px 0 0 0;
	padding-right: 24px;
	list-style: none;
	height: 36px;
}

#globalNavi .menu li{
	margin-left: 24px;
	float: right;
	line-height: 1.1em;
}

.menu a{
	height: 36px;
	display: block;
	color: #FFF;
}.menu a:hover{
	color: #FFF;
	background: #000;
}.menu a:active{
  color: #F00;
}

.credit{
	font-size: 11px;
	position: fixed;
	bottom: 6px;
	right: 12px;
	color: #fff;
	z-index: 1;
}

.black .siteLogo a{
	background: url('../../images/logoBlack.png') no-repeat center left;
}

.black .menu a{
	color: #000;
}.black .menu a:hover{
	color: #fff;
}.black .menu a:active{
  color: #F00;
}

.black .credit{
	color: #000;
}

/* IE6 */
.menu .menuBlog{_width: 48px;}
.menu .menuContact{_width: 72px;}
.menu .menuProfile{_width: 60px;}
.menu .menuConcept{_width: 60px;}
.menu .menuWorks{_width: 50px;}