@charset "utf-8";

/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*overflow: hidden;*/ 
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
hr {
	display: none;
}

/* clear */

.clear:after {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* html
----------------------------------------------- */

html {
	padding: 0 0 1px;
	height: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* body
----------------------------------------------- */

body {
	position: relative;
	margin: 0;
	padding: 0;
	color: black;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	background: white;
	background: black;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: rgb(220,45,45);
	text-decoration: underline;
}

/* wrap
----------------------------------------------- */

#wrap {
	padding: 0 0 80px;
	background: white;
}

/* header
----------------------------------------------- */

#header {
	border-bottom: 5px solid black;
	background: white;
}
#header .inner {
	position: relative;
	margin: auto;
	width: 960px;
	height: 70px;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#header p {
	position: absolute;
	top: 0;
}
#header .copy {
	left: 227px;
}
#header .tel {
	right: 0;
}

/* footer
----------------------------------------------- */

#footer {
	text-align: center;
	overflow: hidden;
}
#footer p {
	padding: 35px 0;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
}

/* nav
----------------------------------------------- */

#nav {
	background: black;
}
#nav ul {
	margin: auto;
	width: 960px;
}
#nav li {
	float: left;
	display: block;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/nav.png) no-repeat;
	overflow: hidden;
}
#nav .feature {
	width: 240px;
	background-position: 0 -100px;
}
#nav .profile {
	width: 240px;
	background-position: -240px -100px;
}
#nav .column {
	width: 239px;
	background-position: -480px -100px;
}
#nav .present {
	width: 241px;
	background-position: -719px -100px;
}

#nav li a {
	display: block;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/nav.png) no-repeat;
	overflow: hidden;
}
#nav .feature a {
	width: 240px;
	background-position: 0 0;
}
#nav .profile a {
	width: 240px;
	background-position: -240px 0;
}
#nav .column a {
	width: 239px;
	background-position: -480px 0;
}
#nav .present a {
	width: 241px;
	background-position: -719px 0;
}

/* hover */

#nav .feature a:hover {
	background-position: 0 -50px;
}
#nav .profile a:hover {
	background-position: -240px -50px;
}
#nav .column a:hover {
	background-position: -480px -50px;
}
#nav .present a:hover {
	background-position: -719px -50px;
}


/* pageup
----------------------------------------------- */

#pageup {
	position: fixed;
	right: 25px;
	bottom: 190px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	background: url(../images/pageup.png) no-repeat;
	cursor: pointer;
}
#pageup:hover {
	background-position: 0 -40px;
}
#pageup:active {
	background-position: 0 -80px;
}

/* sub_title
----------------------------------------------- */

#sub_title {
	margin: auto;
	width: 960px;
	position: relative;
}

/* sns
----------------------------------------------- */

.sns {
	position: absolute;
	top: 85px;
	right: 0;
	z-index: 3;
}
.sns li {
	margin: 0 0 0 10px;
	height: 20px;
	font-size: 0.3em;
	line-height: 0.3em;
	float: left;
	display: inline;
}
.sns .facebook { width: 110px;}
.sns .twitter iframe.twitter-share-button { width: 108px !important;}
