@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	HTML, Body, Anchor
-------------------------------------------------- */

body {
	height: 100%;
	color: black;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
	font-size: 12px;
	letter-spacing:0.2em;
	line-height: 1.5;	
    word-break: break-all;
} 
html.osMac body, body.osMac {
    font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover, a:active  {
	text-decoration: none;
}

/* --------------------------------------------------
	Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}


/* --------------------------------------------------
	List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px;
}

/* --------------------------------------------------
	Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* --------------------------------------------------
	Other
-------------------------------------------------- */
img {
	border: none;

}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* --------------------------------------------------
	For IE6/7
-------------------------------------------------- */

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }


/* --------------------------------------------------
	Other
-------------------------------------------------- */
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
.group {
  *zoom: 1;
}





/* --------------------------------------------------
	container
-------------------------------------------------- */
#container {
    overflow: hidden;
    position: relative;
    height: 650px;
    min-height: 650px;
    min-width: 1000px;
}


/* --------------------------------------------------
	navGlobal
-------------------------------------------------- */
#navGlobal {
    width: 850px;
	height:20px;
    margin: 5px auto;
}
#navGlobal li {
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
	width:60px;
}

#navGlobal .about {
	margin-left: 0;
    
}
#navGlobal .works {

}
#navGlobal .access {

}
#navGlobal .contact {

}
#navGlobal li img {
    position: relative;
    display: block;
}
#navGlobal #siteName:hover img,
#navGlobal #siteName.current img {
    top: 0;
}


/* --------------------------------------------------
	pageBlock
-------------------------------------------------- */
#groupPageBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
}
.pageBlock {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
}


div#box {
	width: 850px;
	height:600px;
	margin:25px auto;
	border:solid #000 1px;
}



/* --------------------------------------------------
[HOME]
-------------------------------------------------- */


#pageHome {
    left: 0;
}
#pageHome > * {
	left: 20%;
}


div#box-about{
	width: 600px;
	padding:70px 125px 0px 125px;
	margin:0 auto;
}

/* --------------------------------------------------
[works]
-------------------------------------------------- */

#pageworks {
    left: 20%;
}


div#box-works{
	width: 600px;
	padding:300px 125px 0px 125px;
	margin:0 auto;
}

/* --------------------------------------------------
[access]
-------------------------------------------------- */

#pageaccess {
    left: 40%;
}
div#box-access{
	width: 600px;
	padding:70px 125px 0px 125px;
	margin:0 auto;
}
div#box-access dl.list dt {
  margin-top:20px;
  border-bottom: solid 1px #666;
  padding-left: 5px;
  font-size: 110%;
  color: #666;
}

div#box-access dl.list1 dd {
  margin-left: 0;
}

div#box-access dl.list dd ul {
  margin: 10px 0;
}

div#box-access dl.list dd ul li {
	list-style:square;
  margin-left: 30px;
  line-height:20px;
}


/* --------------------------------------------------
[contact]
-------------------------------------------------- */

#pagecontact {
    left: 60%;
}
div#box-contact{
	width: 600px;
	padding:70px 125px 0px 125px;
	margin:0 auto;
	text-align:center;
}



/* --------------------------------------------------
	Center
-------------------------------------------------- */
.top-box{ 
  position:rerative;
  min-width: 850px; 
  min-height: 710px;  
 }
.top-centered {
  position: absolute;
  width:850px;
  height:710px;
  margin-top:-425px;
  margin-left:-355px;
  top: 50%;
  left: 50%;
}
