@charset "utf-8";

/**
 * スクリーンメディア用コンテンツスタイル
 * 
 * @media screen
 * @extends themes.css
 * @version 1.0
 */

@import url("./tpl/base.css");
@import url("./classes.css");

/*
----------------------------------------------------------------------
	Home
----------------------------------------------------------------------
*/
body.home {
	background: url("../img/pattern_diamond2.png");
}

body.home > header {
	height: 313px;
	z-index: 1;
}

body.home > header h1 {
	width: 407px;
	height: 188px;
	background: url("../img/kloka.png");
}

body.home > header nav {
	left: 0px;
	top: 179px;
	width: 960px;
	height: 134px;
	background-image: url("../img/menu_home.png");
	background-position: 13px 41px;
}

body.home > header nav a:hover {
	background-image: url("../img/menu_home_over.png");
}

body.home > header h2 {
	left: 2px;
	top: 101px;
	width: 151px;
	height: 165px;
	background: url("../img/current_home.png") no-repeat;
}

body.home > header nav a[title="home"] {
	left: 2px;
	top: 20px;
	width: 77px;
	height: 67px;
	background: none;
}

body.home > header nav a[title="news"] {
	left: 104px;
	top: 13px;
	width: 87px;
	height: 102px;
	background-position: 0 -13px;
}

body.home > header nav a[title="about"] {
	left: 208px;
	top: 18px;
	width: 115px;
	height: 115px;
	background-position: -105px -18px;
}

body.home > header nav a[title="works"] {
	left: 342px;
	top: 27px;
	width: 83px;
	height: 77px;
	background-position: -238px -27px;
}

body.home > header nav a[title="works2"] {
	left: 443px;
	top: 19px;
	width: 120px;
	height: 60px;
	background-position: -340px -19px;
}

body.home > header nav a[title="access"] {
	left: 580px;
	top: 0px;
	width: 120px;
	height: 100px;
	background-position: -340px 0px;
}

body.home > header nav a[title="shopping"] {
	left: 722px;
	top: 4px;
	width: 120px;
	height: 81px;
	background-position: -617px -4px;
}

body.home > header nav a[title="contact"] {
	left: 853px;
	top: 20px;
	width: 101px;
	height: 56px;
	background-position: -748px -20px;
}

/*
----------------------------------------------------------------------
	Home Main
----------------------------------------------------------------------
*/

body.home #Main {
	height: 2000px;
}

body.home #Main .over img,
body.home #Main .smoke img {
	position: absolute;
}

body.home #Main .hidden {
	position: absolute;
	display: none;
}

body.home #News {
	position: absolute;
	left: 5px;
	top: -35px;
}

	body.home #News .hidden {
		left: 0px;
		top: 0px;
	}

body.home #Works {
	position: absolute;
	left: 580px;
	top: 13px;
}

	body.home #Works .hidden {
		left: -80px;
		top: -380px;
	}

body.home #Works2 {
	position: absolute;
	left: 4px;
	top: 417px;
}

	body.home #Works2 .hidden {
		left: 0px;
		top: 0px;
	}
	
body.home #Access {
	position: absolute;
	left: 403px;
	top: 481px;
}

	body.home #Access .hidden {
		left: 20px;
		top: -320px;
	}
	
body.home #Shopping {
	position: absolute;
	left: 398px;
	top: 736px;
}

	body.home #Shopping .hidden {
		left: 50px;
		top: 90px;
	}

body.home #Contact {
	position: absolute;
	left: 575px;
	top: 990px;
}

	body.home #Contact .hidden {
		left: 42px;
		top: 105px;
	}
	
body.home #Extra {
	position: absolute;
	left: 61px;
	top: 1178px;
}

body.home #Kloka {
	position: absolute;
	left: 220px;
	top: 1650px;
}

body.home #otenkimachine {
	position: absolute;
	left: 648px;
	top: 1400px;
}

/*
----------------------------------------------------------------------
	Footer
----------------------------------------------------------------------
*/
body.home > footer small {
	background-image: url("../img/copyright_black.png");
}
