@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Istok+Web:400,700&v2");
@import url("/css/profile.css");
@import url("/css/contact.css");


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/img/common/back.jpg) repeat fixed;
	color: #000;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6em;
}

a {
	color: #0a4bb7;
	text-decoration: none;
}

a:hover {
	color: #ef0cbd;
}

ul {
	list-style: none;
}

.cl {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}


/* =============== Layout =============== */

#header {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

#wrapper {
	clear: both;
	background: #fff url(/img/common/border_header.png) no-repeat center top;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

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

#wrapper #footer {
	clear: both;
	height: 150px;
	position: relative;
}


/* =============== Header =============== */

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

#header h1 {
	float: left;
	width: 200px;
}

#header ul {
	float: right;
	width: 665px;
}

#header li {
	float: left;
	margin-left: 20px;
}

#header li a {
	display: block;
	padding-top: 32px;
}

#header li a:hover {
	background: url(/img/common/menu_on.png) no-repeat center top;
}

#header li.nolink {
	display: block;
	padding-top: 32px;
}

#header li.active {
	background: url(/img/common/menu_on.png) no-repeat center top;
	display: block;
	padding-top: 32px;
}


/* =============== Footer =============== */

#footer #cactus {
	position: absolute;
	left: 44px;
	top: 47px;
}

#footer #footerMenu {
	position: absolute;
	font-size: 110%;
	font-weight: bold;
	font-family: "Istok Web", Arial, Helvetica;
	left: 140px;
	top: 70px;
}

#footer #footerMenu li {
	display: inline;
	margin-right: 10px;
}

#footer #copy {
	position: absolute;
	color: #36b04b;
	font-weight: bold;
	font-family: "Istok Web", Arial, Helvetica;
	left: 140px;
	top: 90px;
}

#footer #borderFooter {
	position: absolute;
	bottom: 0px;
	z-index: 100;
}


/* =============== Pagetop =============== */

#pagetop {
	float: right;
	position: fixed;
	width: 120px;
	height: 83px;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
