@charset "utf-8";
html {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
 *font-size:small;
 *font:x-small;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
}
img {
	vertical-align: bottom;
}
dt img, dd img {
	vertical-align: top;
}
#wrapper {
	width: 950px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -475px;
}
/*▼▼　ヘッダー　▼▼*/
#logo {
 1position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	position: absolute;
}
/*▼▼　pagewrap　▼▼*/
#wrapper #pagewrap {
	float: right;
	width: 950px;
	position: relative;
}
article {
	width: 950px;
	padding-top: 150px;
	padding-bottom: 0px;
	height: 500px;
	background-image: url(../section_bg.png);
	padding-right: 125px;
	padding-left: 125px;
	margin-left: -125px;
	margin-top: -150px;
	z-index: 0;
}
/*▼▼　.inner　▼▼*/
.inner {
	height: 500px;
	width: 950px;
	position: relative;
	color: #1e9eba;
}
.inner h1 {
	position: absolute;
	left: 0px;
	top: 86px;
}
.inner .copy {
	position: absolute;
	left: 0px;
	top: 155px;
}
/*▼▼　ワークス_バラエティ位置・背景　▼▼*/
#works_variety {
	position: absolute;
	top: 0px;
	left: 0px;
}
/*▼▼　ワークス_ウェブ位置・背景　▼▼*/
#works_web {
	position: absolute;
	top: 650px;
	left: 0px;
}
/*▼▼　ワークス_グラフィック位置・背景　▼▼*/
#works_graphic {
	position: absolute;
	top: 1300px;
	left: 0px;
	background-image: url(../image/bg_graphic.gif);
	background-repeat: no-repeat;
}
/*▼▼　ワークス_プロジェクト位置・背景　▼▼*/
#works_project {
	position: absolute;
	top: 1950px;
	left: 0px;
}
/*▼▼　トップ位置・背景　▼▼*/
#top {
	background-image: url(../image/bg_top.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 2600px;
}
/*▼▼　フィロソフィー位置・背景　▼▼*/
#philosophy {
	position: absolute;
	top: 3250px;
	left: 0px;
	background-image: url(../image/bg_philosophy.gif);
	background-repeat: no-repeat;
}
/*▼▼　会社案内位置・背景　▼▼*/
#company_info {
	position: absolute;
	top: 3900px;
	left: 0px;
	background-image: url(../image/bg_company.gif);
	background-repeat: no-repeat;
}
/*▼▼　アクセスマップ位置・背景　▼▼*/
#access_map {
	position: absolute;
	top: 4550px;
	left: 0px;
	background-image: url(../image/bg_access_map.gif);
	background-repeat: no-repeat;
}
/*▼▼　クリエイター位置・背景　▼▼*/
#creator {
	position: absolute;
	top: 5200px;
	left: 0px;
	background-image: url(../image/bg_creator.gif);
	background-repeat: no-repeat;
}
/*▼▼　お問い合せ位置・背景　▼▼*/
/*#contact {
	position: absolute;
	top: 5850px;
	left: 0px;
}*/
/*▼▼　サイド　▼▼*/
#wrapper #side {
	width: 113px;
	position: relative;
	top: 0px;
	height: 240px;
	right: 0px;
	float: right;
}
#side li {
	margin-bottom: 14px;
	height: 10px;
	width: 113px;
	line-height: 0px;
}
#side li a {
	line-height: normal;
}
#side img {
	vertical-align: bottom;
}

#side nav ul li .active {
	cursor: default;
}
#side button {
	position: absolute;
	bottom: 30px;
	right: 0px;
}
/*▼▼　フッター　▼▼*/
#address {
	left: 0px;
	bottom: 0px;
	position: absolute;
	font-size: 77%;
}
#privacypolicy {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

#copyright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 77%;
}
/*▼▼　トップレイアウト　▼▼*/
#top .inner section h2 {
	position: absolute;
	left: 0px;
	top: 365px;
}
#top .inner section dl {
	position: absolute;
	left: -2px;
	top: 395px;
}
#top .inner section dl dt {
	cursor:pointer;
}
#top .inner section dl dd {
}
/*▼▼　トップモーダルウィンドウ部分　▼▼*/
#glayLayer {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.75;
	filter:alpha(opacity=75);
	display: none;
	z-index: 2;
}
#overLayer {
	position: fixed;
	top:50%;
	left:50%;
	width: 580px;
	background-color: #FFFFFF;
	display: none;
	z-index: 2;
	height: 380px;
	padding: 10px;
}
* html #glayLayer {
	position:absolute;
}
* html #overLayer {
	position: absolute;
}
#ids {
	position: absolute;
	top: 267px;
	right: 0px;
}
#creator_link {
	position: absolute;
	left: 688px;
	top: 372px;
	list-style-type: none;
	width: 262px;
}
#creator_link li {
	float: left;
	margin-right: 18px;
}
#creator_link .last {
	margin-right: 0px;
}
#fujiyama {
	position: absolute;
	left: 531px;
	bottom: 154px;
	height: 172px;
}
#fujiyama div {
	background-color: #FFF;
	height: 132px;
	width: 146px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#kumo {
	position: absolute;
	left: 577px;
	top: 134px;
	height: 169px;
	width: 115px;
}
#kaminari {
	display: block;
	position: absolute;
	top: 43px;
	right: 6px;
}
#philosophy .inner {
	width: 2200px;
}
/*▼▼　フィロソフィーレイアウト　▼▼*/
#link_action {
	position: absolute;
	left: 255px;
	top: 410px;
}
#action {
	position: absolute;
	left: 1250px;
	top: 80px;
}
#action ul {
	margin-top: 45px;
	list-style-type: none;
}
#action ul li {
	margin-bottom: 23px;
	height: 36px;
}
#link_philosophy {
	position: absolute;
	left: 565px;
	top: 280px;
}
#company_info .inner {
	width: 2200px;
}
/*▼▼　会社案内レイアウト　▼▼*/
#message {
	position: absolute;
	left: 350px;
	top: 155px;
}
#link_summary {
	position: absolute;
	left: 653px;
	top: 350px;
}
#summary {
	position: absolute;
	left: 1250px;
	top: 80px;
}
#summary ul {
	list-style-type: none;
	margin-top: 45px;
	margin-bottom: 32px;
}
#summary ul li {
	height: 15px;
	margin-bottom: 10px;
}
#summary p {
	margin-bottom: 18px;
}
#link_access_map {
	position: absolute;
	left: 95px;
	bottom: 90px;
}
#link_access_map img {
	vertical-align: top;
}
#history {
	position: absolute;
	left: 420px;
	top: -80px;
}
#history dl {
	margin-top: 9px;
	line-height: 0px;
}
#history dl dt {
	clear: left;
	float: left;
	height: 11px;
}
#history dl dd {
	margin-left: 80px;
	margin-bottom: 8px;
}
#link_company_info {
	position: absolute;
	left: 643px;
	top: 280px;
}
/*▼▼　アクセスマップレイアウト　▼▼*/
#map {
	position: absolute;
	left: 0px;
	top: 100px;
}
#googlemap {
	position: absolute;
	left: 660px;
	top: 80px;
}
#creator .inner {
	width: 2200px;
}
/*▼▼　クリエイターレイアウト　▼▼*/
#creator .inner h1 {
}
#creator_list {
	position: absolute;
	left: 0px;
	top: 146px;
	list-style-type: none;
}
#creator_list figure {
	float: left;
	width: 140px;
}
#link_omake {
	position: absolute;
	left: 723px;
	top: 439px;
}
#omake {
	position: absolute;
	left: 1250px;
	top: 86px;
}
#all {
	position: absolute;
	top: 60px;
	left: 0px;
}
#exile {
	position: absolute;
	left: 395px;
	top: 60px;
}
#link_creator {
	position: absolute;
	left: 507px;
	top: 355px;
}
/*▼▼　お問い合せレイアウト　▼▼*/
#mailform {
	position: absolute;
	left: 0px;
	top: 130px;
}
#mailform dt {
	clear: left;
	float: left;
	margin-bottom: 17px;
}
#mailform dd {
	margin-left: 95px;
	margin-bottom: 17px;
}
#mailform dd input {
	height: 23px;
	width: 250px;
}
#textarea {
	height: 90px;
	width: 250px;
}
/*▼▼　works_project　▼▼*/
#suzukisika {
	height: 300px;
	width: 370px;
	position: absolute;
	left: 0px;
	top: 146px;
}
#zoola {
	position: absolute;
	left: 406px;
	top: 146px;
	height: 300px;
	width: 387px;
}
#works_project .layout h2, #works_project .layout p {
	margin-left: 217px;
	margin-bottom: 0px;
}
#works_project .layout .last {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 0px;
}
/*▼▼　works_graphic　▼▼*/
#works_graphic .inner .tab_g {
	position: absolute;
	left: 114px;
	top: 86px;
	list-style-type: none;
}
#works_graphic .inner .tab_g li {
	float: left;
	margin-right: 44px;
}
.panel_g {
	position: absolute;
	left: 0px;
	top: 146px;
	list-style-type: none;
}
#works_graphic .layout {
	clear: left;
}
#works_graphic .layout ul {
	width: 560px;
	list-style-type: none;
}
#works_graphic .layout ul li {
	float: left;
	position: relative;
	width: 280px;
	height: 106px;
	margin-bottom: 42px;
}
#works_graphic .layout ul li p {
	margin-left: 113px;
}
#works_graphic .layout ul li cite {
	position: absolute;
	left: 113px;
	bottom: 0px;
}
#works_graphic .layout ul li .last {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
/*▼▼　works_web　▼▼*/
#works_web .inner .tab_w {
	position: absolute;
	left: 114px;
	top: 86px;
	list-style-type: none;
}
#works_web .inner .tab_w li {
	float: left;
	margin-right: 37px;
}
.panel_w {
	position: absolute;
	left: 0px;
	top: 146px;
	list-style-type: none;
}
#works_web .layout {
	clear: left;
}
#works_web .layout ul {
	width: 840px;
	list-style-type: none;
}
#works_web .layout ul li {
	float: left;
	position: relative;
	width: 280px;
	height: 106px;
	margin-bottom: 42px;
}
#works_web .layout ul li p {
	margin-left: 113px;
}
#works_web .layout ul li cite {
	position: absolute;
	left: 113px;
	bottom: 0px;
}
#works_web .layout ul li .last {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.alpha {
}
.rollover {
}
.modal {
}
