@charset "utf-8";
/* ===================================================================
CSS information

 style info :コンテンツエリア関係 他
=================================================================== */
@import url("default.css");

html {
	overflow-y: scroll;
}

body {
	_width: 780px;
	max-width: 780px;
	min-width: 200px;
	margin: 0 auto;
	background: url(../images/header_bg.gif) no-repeat center top;
	_background: #fff;
	color: #000;
	font-size: small;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {
	color: #33c;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	background: rgba(255,255,255,0);
}

a:visited {
	color: #36f;
}

section#about .moreText span:hover,
a:hover {
	position: relative;
	left: 0;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	background: rgba(255,255,255,.5);
	color: #dc340b;
}

a:active {
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: .2em;
}

a.externalLink {
	margin-right: 3px;
}

a.externalLink img {
	vertical-align: middle;
	margin-left: 3px;
}

h1 {
	font-family: Georgia, "Times New Roman";
}

hgroup * + * {
	font-size: 100%;
}

small {
	font-size: .9em;
	color: #454545;
}


/* radius */
a,
a:hover,
header#globalHeader nav,
#error404 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#shortcut a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	position: relative;
	margin: 0 10px;
	padding: 0 11px;
	border-top: 5px solid #dc340b;
}

/* pageTop */
#page:target:before {
	content: ".";
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0;
	color: #666;
	font-size: .9em;
}

.pageTop {
	margin: 150px 0 0;
	text-align: right;
	font-size: .9em;
	letter-spacing: 1px;
}

.pageTop a {
	padding: 6px 12px;
	background: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(252,252,254)), to(rgb(248,248,249)));
	background-image: -moz-linear-gradient(top, rgb(252,252,254) 0%, rgb(248,248,249) 100%);
	/background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

.pageTop a:before {
	content: "↑";
	margin-right: 3px;
}

.pageTop a:hover {
	background: #fff;
	color: #dc340b;
}


/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
header#globalHeader {
	margin: 70px 0;
}

header#globalHeader hgroup h1 {
	margin-bottom: 2px;
	font-size: 1.8em;
}

header#globalHeader hgroup h1 a {
	color: #000;
}

header#globalHeader hgroup h1 a:hover {
	color: #dc340b;
}


header#globalHeader hgroup h2 {
	letter-spacing: 1px;
	color: #666;
	font-size: small;
}

/* ナビゲーション
----------------------------------------------------*/
header#globalHeader nav {
	margin-top: 50px;
	padding: 5px 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(252,252,254,0.6)), to(rgba(248,248,249,0.6)));
	background-image: -moz-linear-gradient(top, rgba(249,249,250,0.6) 0%, rgba(245,245,246,0.6) 100%);
	background-color: #f6f6f6;
	border: 1px solid #e8d0d1;
}


header#globalHeader nav h1 {
	color: #777;
	letter-spacing: 1px;
	font-size: .8em;
}

header#globalHeader nav ul {
	/zoom: 1;
}

header#globalHeader nav ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

header#globalHeader nav ul li {
	float: left;
}

header#globalHeader nav ul li a {
	/zoom: 1;
	float: left;
	color: #000;
	padding: 2px 10px;
	font-family: Georgia, "Times New Roman";
	letter-spacing: 1px;
}

header#globalHeader nav ul li a:hover {
	color: #dc340b;
}

header#globalHeader nav ul li a.active {
	color: #dc340b;
}

header#globalHeader nav ul li a:before {
}

header#globalHeader nav ul li:first-child a:before {
	content: "";
	margin-right: 0;
}


/*----------------------------------------------------
	section
----------------------------------------------------*/
section {
	/zoom: 1;
	margin: 0px 0 20px;
	/*padding-top: 30px;*/
	letter-spacing: 1px;
}

section table,section ol,section ul,section dl,section blockquote,section pre,section p {
	margin-bottom: 1em;
}

#page .att {
	margin-top: 50px;
	text-indent: -1em;
	margin-left: 1em;
}

section .imgR {
	float: right;
	margin: 0 0 15px 25px;
}

section .imgL {
	float: left;
	margin: 0 25px 15px 0;
}

section img.imgR {
	padding: 1px;
	border: 1px solid #999;
}

section h1 {
	margin: 0 0 20px;
	padding: 5px 0 5px 12px;
	border-left: 5px solid #dc340b;
}

section:target h1:after {
	content: "←";
	margin-left: 5px;
}


section h2 {
	margin: 30px 0 15px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #dc340b;
}

section h1+ h2 {
	margin-top: 0;
}

section h3 {
	margin: 30px 0 10px;
	padding: 0 0 0 8px;
	line-height: 1.3;
}

section ul {
	list-style: none;
}

section ul + ul {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

section ol {
	margin-left: 25px;
}

section li {
}

section dl {
	margin-top: 10px;
	margin-bottom: 2px;
}

section dl dt {
	margin-top: 15px;
}

section dl dd:before {
	content: "→";
	margin: 0 5px;
	color: #666;
}

section dl dd {
	margin-left: 1.3em;
}

section div.script {
	margin: 0 -10px;
	padding: 0 10px;
	text-align: center;
	background: #fff;
}

section div.script iframe {
	margin-top: 10px;
}

section .text {
	margin: 0 0 20px 0;
	clear: both;
}

section .box {
	margin: 0 0 20px 0;
	clear: both;
	display: block;
}

/*----------------------------------------------------
	About
----------------------------------------------------*/
section#about {
}

section#about .moreText span {
	font-size: .9em;
}

section#about .moreText span:before {
	content: "→";
	margin-right: 3px;
}

section#about ul {
	margin-left: 22px;
	margin-bottom: 20px;
}
section#about ul li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}

/*----------------------------------------------------
	Works
----------------------------------------------------*/
section#works ul {
	margin: 0 0 0 -8px;
	padding: 0;
}
section#works ul li {
	margin: 0 0 0 8px;
	border: none;
	float: left;
}
section#works .text ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style: disc;
}
section#works .text ul li {
	margin: 0;
	padding-left: 12px
	border: none;
	float: none;
}

/*----------------------------------------------------
	Portfolio
----------------------------------------------------*/
section#portfolio ul {
	margin: 0 0 0 -8px;
	padding: 0;
}
section#portfolio ul li {
	margin: 0 0 0 8px;
	border: none;
	float: left;
}
section#portfolio dl {
	margin: 0 0 20px 0;
	width: 160px;
	height: 160px;
	display: block;
}
section#portfolio dl dt {
	margin: 0 auto;
	text-align: center;
}
section#portfolio dl dd {
	margin: 0 auto;
	text-align: center;
}
section#portfolio dl dd:before {
	content: "";
	margin: 0 auto;
	text-align: center;
}
section#portfolio dl dt img {
	border: 1px solid #999;
}

/*----------------------------------------------------
	myLinks
----------------------------------------------------*/
#myLinks {
}

#myLinks ul {
	margin-left: -5px;
}

#myLinks ul li {
	list-style: none;
}

#myLinks ul li a {
	padding: 2px 5px 2px 28px;
	background: no-repeat 5px center;
}

#myLinks ul li a[href*="css-happylife.com"] {
	background-image: url(../img/share/icon_chl.png);
}

#myLinks ul li a[href*="zero.css-happylife"] {
	background-image: url(../img/share/icon_zero.png);
}

#myLinks ul li a[href*="underhat.jp"] {
	background-image: url(../img/share/icon_hat.png);
}

#myLinks ul li a[href*="mt.underhat"] {
	background-image: url(../img/share/icon_mtuh.png);
}

#myLinks ul li a[href*="evolbird"] {
	background-image: url(../img/share/icon_eb.png);
}

#myLinks ul li a[href*="twitter.com"] {
	background-image: url(../img/share/icon_twitter.png);
}

#myLinks ul li a[href*="iddy.jp"] {
	background-image: url(../img/share/icon_iddy.png);
}

#myLinks ul li a[href*="facebook.com"] {
	background-image: url(../img/share/icon_fb.png);
}

#myLinks ul li a[href*="mixi.jp"] {
	background-image: url(../img/share/icon_mixi.png);
}



/*----------------------------------------------------
	404
----------------------------------------------------*/
.error404Body #page {
	position: relative;
}

.error404Body:after {
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	content: "404";
	color: #efefef;
	font-size: 2500%;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	text-align: center;
	text-shadow: -1px -1px 1px #bbb, 1px 1px 1px #fff;
	line-height: 1;
}


#error404 {
	position: relative;
	top: 0;
	z-index: 5;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: rotate(180deg) translate(0px,500px);
	-moz-transform: rotate(180deg) translate(0px,500px);
	transform: rotate(180deg) translate(0px,500px);
	margin: 50px 0 100px;
	padding: 30px 30px 15px;
	background: rgba(255,255,255,0);
	opacity: 0.2;
}

.error404Body.on #error404,
.error404Body:hover #error404 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	background: rgba(255,255,255,.5);
	border: 1px solid #ccc;
	opacity: 1;
}


#error404 h1 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
footer#globalFooter {
	margin-top: 50px;
	padding: 20px 0 80px;
	background: url(../images/footer_robot.jpg) no-repeat right top;
}

footer#globalFooter h3 {
	border-top: 3px solid #dc340b;
	margin-top: 10px;
	padding: 20px 0 0 11px;
	width: 580px;
}

footer#globalFooter p {
  margin: 20px 0;
	padding: 10px 0 0 11px;
	letter-spacing: .2em;
	font-size: 1.1em;
}

footer#globalFooter p small {
	font-family: Georgia, "Times New Roman";
	font-size: small;
}

footer#globalFooter ul {
	padding: 0 0 0 11px;
	list-style: none;
}

footer#globalFooter li {
}
