﻿@charset "utf-8";

/*
	SUCRiC RiA[スクリックリア]　Site-Ver7.0
	
	内容:サイト内共通の設定
	
	Copyright (c) Leng. All Rights Reserved.
*/

html {
	height: 100%;
}

body {
	height: 100%;
	background: #ffffff url(../images/bg/bg.png) repeat-x bottom;
	color: #333333;
	font-size: 80%;
	overflow: hidden;
}

img {
	vertical-align: bottom;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover,a:active {
	color: #999999;
	text-decoration: none;
}

hr {display: none;}


/* contents */

#contents {
	clear: both;
}

#contents h2 {
	display: none;
}

/* header */

#header{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#siteid{
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -150px;
}

#siteid a{
	display: block;
	width: 300px;
	height: 40px;
	background: url("../images/logo/id.png") no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}

#gnavi{
	width: 520px;
	height: 70px;
	margin: 0px auto;
}

#gnavi li{
	display:block;
	float:left;
	margin: 0px 40px;
}

#gnavi li a{
	display:block;
	width: 50px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background:url("../images/navi/navi.png") no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}

#gnavi li#photo a{
	background-position:-50px 0px;
}

#gnavi li#info a{
	background-position:-100px 0px;
}

#gnavi li#mail a{
	background-position:-150px 0px;
}

#gnavi li#illust a:hover{ background-position: 0px -70px;}

#gnavi li#photo a:hover{ background-position: -50px -70px;}

#gnavi li#info a:hover{ background-position: -100px -70px;}

#gnavi li#mail a:hover{ background-position: -150px -70px;}

#gnavi li#illust a#here{ background-position: 0px -140px;}

#gnavi li#photo a#here{ background-position: -50px -140px;}

#gnavi li#info a#here{ background-position: -100px -140px;}

#gnavi li#mail a#here{ background-position: -150px -140px;}

/* footer */

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding: 5px 0px;
	background: #333333 url("../images/bg/footerbg.png") repeat-x center bottom;
	color: #ffffff;
	font-family: Garamond,Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0.05em;
}

#others{
	float: left;
	padding-left: 10px;
}

#others li{
	float:left;
	margin-left: 5px;
	padding-right: 5px;
	border-right: #999999 solid 1px;
}

#others li a{
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	outline: none;
}

#others li a:hover{
	color: #666666;
}

#others li#created {
	border: none;
}

#copyright {
	float: right;
	padding-right: 20px;
	text-align: right;
}

