﻿@charset "utf-8";

/* BODY
---------------------------------------------*/

html {
	width: 100%;
	height: 100%;}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;}

body {
	font-family: Meiryo, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;	
	color: #fff;
	font-size: 12px;}

input, select {padding: 1px;}

img {
	vertical-align: bottom;
	border: none;}

a   {
	color: #fff;
	text-decoration: none;}

a:hover { color: #999;}

em,address {font-style: normal;}

strong {font-weight: bold;}

p {line-height: 2em;}

.clear {clear: both;}

/* ALL
---------------------------------------------*/

#top #bgctrl {background: url(../img/bg_top.jpg) left top no-repeat;}
#sec #bgctrl {background: url(../img/bg_sec.jpg) left top no-repeat;}

#bgctrl {padding-left: 40px;}

/* HEADER
---------------------------------------------*/

#top #header {height: 460px;}
#sec #header {height: 309px;}

#sec #header h1 {
	position: absolute;
	left: 40px; top: 42px;}

#navi {position: absolute;}


#top #header #navi { left: 46px; top: 333px;}
#sec #header #navi { left: 46px; top: 211px;}

#navi li {
	float: left;
	width: 105px;
	margin-right: 4px;
	text-indent: -9999px;}

#navi li a {
	display: block;
	overflow: hidden;
	height:0 !important;
	height /**/: 87px;
	padding-top: 87px;
	background-image: url(../img/navi.jpg);}

/* ComingSoonNavi
---------------------------------------------*/
.navi07  {
	display: block;
	overflow: hidden;
	height:0 !important;
	height /**/: 87px;
	padding-top: 87px;
	background: url(../img/navi.jpg) -630px 0 no-repeat;}

/* -------------------------------------------*/

.navi01 a {background-position: 0 0;}
.navi02 a {background-position: -105px 0;}
.navi03 a {background-position: -210px 0;}
.navi04 a {background-position: -315px 0;}
.navi05 a {background-position: -420px 0;}
.navi06 a {background-position: -525px 0;}
.navi07 a {background-position: -630px 0;}
.navi08 a {background-position: -735px 0;}
.navi09 a {background-position: -840px 0;}

.navi01 a:hover {background-position: 0 -87px;}
.navi02 a:hover {background-position: -105px -87px;}
.navi03 a:hover {background-position: -210px -87px;}
.navi04 a:hover {background-position: -315px -87px;}
.navi05 a:hover {background-position: -420px -87px;}
.navi06 a:hover {background-position: -525px -87px;}
.navi07 a:hover {background-position: -630px -87px;}
.navi08 a:hover {background-position: -735px -87px;}
.navi09 a:hover {background-position: -840px -87px;}

.navi01on a {background-position: 0 -87px;}
.navi02on a {background-position: -105px -87px;}
.navi03on a {background-position: -210px -87px;}
.navi04on a {background-position: -315px -87px;}
.navi05on a {background-position: -420px -87px;}
.navi06on a {background-position: -525px -87px;}
.navi07on a {background-position: -630px -87px;}
.navi08on a {background-position: -735px -87px;}
.navi09on a {background-position: -840px -87px;}


/* CONTENTS
---------------------------------------------*/

#contents {
	clear: both;
	width: 880px;
	letter-spacing: 0.05em;}

/* MAIN
---------------------------------------------*/

#sec #main {
	margin-right: 4px;
	padding: 23px 0 0 5px;}

/* FOOTER
---------------------------------------------*/
#footer {
	clear: both;
	padding: 18px 0 25px 40px;
	background: url(http://www.space-untitled.com/img/bg_footer.jpg) left top repeat-x;
	position:relative;
}


.footnavi a:hover {
	text-decoration: underline;}

.footnavi ul li {
	display: inline;
	line-height: 1.5em;}

.footnavi ul li a {margin: 0px;}

.footnavi ul li a:hover {text-decoration: underline;}


#copy {
	color: #666;
	font-size: 10px;
	padding: 20px 0 0 0;
	letter-spacing: 0;}

#footer #mdc {
	position:absolute;
	bottom:5px;
	right:15px;
}



/* CLEARFIX
---------------------------------------------*/

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.clearfix{ display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* PROTOTIP
---------------------------------------------*/

.prototip {color: #000;}


/* the default style */
.prototip .default {
	width: 250px;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title {
	color: #000;
	padding: 8px;
	font-weight: bold; }

.prototip .default .content {
	color: #333;
	padding: 8px;
	background: #f1f1f1;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #f1f1f1;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content {
	padding: 5px;
	background: #fdf1a0; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #000;
}
.prototip .creamy .toolbar {
	background: #fff;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #fff;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #000;
}
.prototip .darkgrey .toolbar {
	background: #fff;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #fff;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

