@charset "UTF-8";

/* reset */
/* ----------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	}

/* default */
/* ----------------------------------------------------- */
ul.list,
.entry ul,
.entry ol {
	margin-top: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
	}
ul.list li,
.entry ul li {
	list-style: disc;
	margin-bottom: 5px;
	}
.entry ul li {
	margin-bottom: 5px;
	}
small {
	color: #999;
	font-size: 11px;
	}
h3 {
	font: bold 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	color: #666;
	}
h3 strong {
	color: #333;
	}
p {
	margin-bottom: 16px;
	line-height: 1.8;
	}
blockquote {
	margin: 2em 1em;
	padding: 1em 1.5em 0.5em;
	border: 1px dotted #a4a4a4;
	background: #fcfcfc;
	color: #111;
	}
blockquote p {
	margin: 1em 0 0.5em;
	}
blockquote p:first-child {
	margin: 0 0 0.5em;
	}
blockquote h4:first-child {
	margin-top: 0.5em;
	}
cite {
	font-size: 93%;
	font-weight: bold;
	font-style: normal;
	}
blockquote cite {
	display: block;
	margin: 1em 0 0;
	padding-top: 0.9em;
	border-top: 3px double #ccc;
	text-align: right;
	}
img {
	vertical-align: bottom;
	}
a {
	color: #39c;
	cursor: pointer;
	}
a:focus,
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #069;
	}
.imgLeft {
	float: left;
	margin: 0.5em 2em 1em 0;
	}
.imgRight {
	float: right;
	margin: 0.5em 0 1em 2em;
	}
.imgLeft .caption,
.imgRight .caption {
	margin-top: 5px;
	font-size: 94%;
	}

/* layout */
/* ----------------------------------------------------- */
html {
	background-color: #333; 
	background-image: url(../img/body-home.png);
	}
body { 
	background: #fff url(../img/body.png) repeat 0 0;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color: #111;
	text-shadow: #fff 0 1px 1px;
	}
#content {
	width: 680px;
	margin: -180px auto 0;
	padding: 30px 30px 0;
	background: url(../img/content.png) no-repeat 0 0;
	min-height: 400px;
	}
.stage #content { 
	background: url(../img/content-stage.png) no-repeat right 0;
	padding: 10px 10px 0;
	width: 720px;
	min-height: 500px;
	}

/* @group prim-content */
.prim-content {
	float: right;
	width: 440px;
	padding: 20px;
	}

/* @group wrapper */
#wrapper { 
	background: url(../img/wrapper.png) repeat-x 0 0;
	}

/* @group header */
#header {
	height: 420px; 
	background: url(../img/header.png) no-repeat 50% 0;
	}
.common #header {
	background: url(../img/header_sub.png) no-repeat 50% 0;
	}
#atashikyoto #header {
	background: url(../img/header_atashikyoto.png) no-repeat 50% 0;
	}
#atashitokyo #header {
	background: url(../img/header_atashitokyo.png) no-repeat 50% 0;
	}
#daremo #header {
	background: url(../img/header_daremo.png) no-repeat 50% 0;
	}

/* @group masthead */
#wrap-masthead {
	width: auto;
	margin: 0;
	background: url(../img/wrap-masthead.png) repeat-x;
	}
#masthead {
	position: relative;
	width: 740px;
	margin: 0 auto 9px;
	height: 121px;
	}
#masthead h2 {
	position: absolute;
	top: 200px;
	left: 24px;
	}

/* @group navigation */
#navigation {
	position: absolute;
	top: 71px;
	right: 10px;
	margin: 0;
	font: bold 13px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
	}
#navigation li {
	float: left;
	padding-right: 2px; 
	background: url(../img/nav-li.png) no-repeat right 0;
	}
#navigation li a {
	float: left;
	padding: 1px 21px 5px; 
	background: url(../img/nav-a.png) repeat-x 0 0;
	color: #666;
	white-space: nowrap;
	}
#navigation li.selected a,
#navigation li.selected a:hover {
	color: #39c;
	cursor: default;
	text-decoration: none;
	}
#navigation li.selected a:focus {
	color: #069;
	}
#navigation li a:hover,
#navigation li a:focus {
	color: #333;
	text-decoration: none;
	}
#navigation li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
	}
#navigation li.first a { 
	background: url(../img/nav-a-first.png) no-repeat 0 0;
	padding-left: 28px;
	}
#navigation li.last {
	background: none;
	padding: 0;
	}
#navigation li.last a { 
	background: url(../img/nav-a-last.png) no-repeat right 0;
	padding-right: 28px;
	}

/* @group global_nav */
#global_nav {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 85%;
	text-align: right;
	}
#global_nav a {
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(../img/arrow_mini.png) no-repeat 0px 2px;
	}

/* @group logo */
h1 {
	float: left;
	margin: 14px 0 0 20px;
	}
h1 a {
	display: block;
	width: 161px;
	height: 45px; 
	background: url(../img/logo.png) no-repeat 0 1px;
	text-indent: -999px;
	overflow: hidden;
	}
h1 a:hover,
h1 a:focus {
	opacity: 1;
	}
h1 a:active {
	background-position: 0 2px;
	}

/* @group sec-navigation */
#sec-navigation {
	height: 40px;
	font: bold 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	background: #ccc url(../img/sec-navigation.png) repeat-x;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	margin: -20px -20px 20px;
	}
#sec-navigation li {
	padding-right: 2px;
	float: left; 
	background: url(../img/sec-navigation-li.png) no-repeat right 0;
	}
#sec-navigation li.first {
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	}
#sec-navigation li.last {
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	}
#sec-navigation li.selected {
	background-color: #fff;
	margin-left: -1px;
	}
#sec-navigation li.selected.first {
	margin-left: 0;
	}
#sec-navigation li a {
	float: left;
	padding: 1px 20px 3px;
	color: #666;
	}
#sec-navigation li a:hover,
#sec-navigation li a:focus {
	text-decoration: none;
	color: #333;
	}
#sec-navigation li a:active {
	padding-top: 2px;
	padding-bottom: 2px;
	}
#sec-navigation li.selected a,
#sec-navigation li.selected a:hover {
	color: #39c;
	cursor: default;
	text-decoration: none;
	padding-left: 21px;
	}
#sec-navigation li.selected.first a,
#sec-navigation li.selected.first a:hover {
	padding-left: 20px;
	}
#sec-navigation li.selected a:focus {
	color: #069;
	}

/* @group sn-archive */
#sec-navigation li#sn-archive a {
	padding-right: 33px; 
	background: url(../img/archive.png) no-repeat right 17px;
	}
#sec-navigation li#sn-archive.selected a {
	cursor: pointer;
	}
#sec-navigation li#sn-archive a:active {
	background-position: right 18px;
	}
#sn-archive-popup {
	opacity: 0;
	position: absolute;
	top: 0;
	left: -5000px;
	height: 100%;
	width: 100%;
	font: 12px/20px "Lucida Grande", Verdana, sans-serif;
	text-transform: none;
	-webkit-transition: opacity 0.1s ease-out;
	}
#sn-archive-popup.visible {
	left: 0;
	opacity: 1;
	z-index: 100;
	}
#sn-archive-popup ul {
	width: 192px;
	padding: 0;
	position: absolute;
	top: 172px;
	left: 50%;
	margin-left: -236px;
	}
#sn-archive-popup ul li {
	padding: 0 11px;
	width: 180px;
	background: url(../img/archive-li.png) repeat-y center 0;
	float: none;
	}
#sn-archive-popup ul li.first { 
	background: url(../img/archive-li-first.png) no-repeat center 0;
	padding-top: 10px;
	}
#sn-archive-popup ul li.last { 
	background: url(../img/archive-li-last.png) no-repeat center bottom;
	padding-top: 17px;
	padding-bottom: 16px;
	}
#sec-navigation li#sn-archive #sn-archive-popup ul li a {
	display: block;
	float: none;
	padding: 0 15px; 
	background: url(../img/archive-li-hover.png) repeat-x 0 20px;
	color: #333;
	}
#sec-navigation li#sn-archive #sn-archive-popup ul li a:hover,
#sec-navigation li#sn-archive #sn-archive-popup ul li a:focus {
	background-position: 0 0;
	background-color: #39c;
	color: #fff;
	text-shadow: #069 0 1px 1px;
	}
#sec-navigation li#sn-archive #sn-archive-popup ul li a:active {
	background-position: 0 -20px;
	background-color: #069;
	}

/* @group footer */
#footer {
	padding: 20px 0;
	height: 20px; 
	background: url(../img/footer.png) repeat-x 0 0;
	font: bold 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #222 0 -1px 1px;
	clear: both;
	}
#footer ul {
	width: 700px;
	margin: 0 auto;
	position: relative;
	}
#footer a {
	color: #ccc;
	}
#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
	}
#footer a:active {
	text-decoration: underline;
	}

/* blog */
/* ----------------------------------------------------- */
/* @group entry */
.common .entry h2,
.common .entry h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 18px;
	text-shadow: #fff 0 1px 1px;
	}
.entry {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 50px;
	padding: 0 30px 30px; 
	background: url(../img/entry.png) no-repeat center bottom;
	text-shadow: none;
	}
.entry p.posted {
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
	}
.entry blockquote code {
	display: block;
	font-style: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee url(../img/inner.png) repeat-x 0 0;
	padding: 10px 20px;
	}
.entry code {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	padding: 1px 3px;
	}
.entry i,
.entry em {
	color: #000;
	}
.entry strong,
.entry bold {
	color: #666;
	}

/* stage */
/* ----------------------------------------------------- */
/* @group features-list */
#features-list {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 16px;
	overflow: hidden;
	}
#features-list p {
	font-size: 11px;
	}
#features-list h3 {
	margin-bottom: 5px;
	}
#features-list a img {
	float: left;
	margin: 0 10px 0 -5px;
	opacity: .9;
	padding-bottom: 1px;
	}
#homepage #features-list a img {
	margin: 0 20px 0 0;
	}
#features-list a:hover img,
#features-list a:focus img {
	opacity: 1;
	}
#features-list a:active img {
	padding: 1px 0 0;
	}
#features-list .alt {
	clear: both;
	}
#features-list .alt a img {
	float: right;
	margin: 0 -5px 0 5px;
	}
#homepage #features-list .alt a img {
	margin: 0 0 0 15px;
	}
#homepage #features-list {
	margin-top: 20px;
	}

/* @group sec-content */
.stage .sec-content {
	float: left;
	width: 220px;
	margin-top: 245px;
	padding-bottom: 20px;
	}
#homepage.stage .sec-content {
	margin-top: 385px;
	}
.next .sec-content {
	margin-top: 170px;
	}

/* @group techspecs */
#techspecs {
	font-size: 12px;
	line-height: 19px;
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}
#techspecs img {
	margin: 5px 0;
	}
#techspecs li {
	padding: 10px 0;
	border-top: 1px dotted #999;
	}

/* @group calltoaction */
#calltoaction {
	position: absolute;
	top: 360px;
	left: 50%;
	margin-left: -360px;
	width: 220px;
	height: 41px; 
	background: url(../img/calltoaction.png) no-repeat 0 0;
	font: bold 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #333 0 -1px 1px;
	text-transform: lowercase;
	}
#homepage.next #calltoaction {
	top: 360px;
	}
#calltoaction li {
	float: left;
	}
#calltoaction a {
	float: left;
	color: #ccc;
	padding: 1px 0 3px 0;
	width: 110px;
	background-position: 9px 9px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	}
#calltoaction span {
	float: left;
	color: #ccc;
	padding: 1px 0 3px 0;
	width: 220px;
	background-position: 9px 9px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	}
#cta-buy { 
	background: url(../img/calltoaction-sep.png) no-repeat 109px center;
	}
#cta-download { 
	background: url(../img/calltoaction-sep.png) no-repeat -1px center;
	}
#cta-buy a { 
	background-image: url(../img/calltoaction-buy.png);
	}
#cta-download a { 
	background-image: url(../img/calltoaction-download.png);
	}
#calltoaction a:hover,
#calltoaction a:focus {
	color: #6cf;
	text-shadow: #999 0 0 10px;
	text-decoration: none;
	}
#calltoaction a:active {
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 9px 10px;
	}
#calltoaction a strong {
	color: #fff;
	text-transform: none;
}
#homepage #calltoaction {
	top: 580px;
	}
#homepage #cta-buy a strong {
	text-decoration: line-through;
	text-shadow: none;
	}
#homepage #cta-buy a strong del {
	text-shadow: #333 0 -1px 1px;
	}
#homepage #cta-buy a:hover strong del {
	text-shadow: #999 0 0 10px;
	}

/* @group logo */
.stage h2 {
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left: -360px;
	width: 220px;
	}
.next h2 {
	top: 112px;
	}
.stage h2 a {
	display: block;
	width: 220px;
	height: 220px;
	position: relative;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: default;
	}
.stage h2 a img {
	position: absolute;
	top: 0;
	left: 0;
	}

.entry h3,
.next #features-list h3 {
	margin: 20px 0 16px;
	padding: 0.6em 20px 0.4em;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	background-color: #fff;
	background-image: url(../img/grad01.png);
	background-repeat: repeat-x;
	font-size: 120%;
	font-weight: bold;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
	}
.entry h3 {
	clear: both;
	}
.next #features-list li>h3 {
	margin: 0 0 16px;
	}
.entry h3 span.position {
	display: block;
	float: right;
	font-size: 80%;
	font-weight: normal;
	}
.entry h3 span.roman {
	margin-left: 12px;
	color: #999;
	font-size: 90%;
	}
.entry li a {
	display: block;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	}
#info-office {
	text-align: right;
	}

/* Table (Type A) */
/* ----------------------------------------------------- */
table.type_a {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	width: 100%;
	}
table.type_a caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 3px;
	}
table.type_a th,
table.type_a td {
	border-top: 1px dotted #999;
	text-align: left;
	vertical-align: top;
	}
table.type_a th {
	padding: 10px;
	background: #eee;
	font-weight: bold;
	white-space: nowrap;
	}
table.type_a td {
	width: 100%;
	padding: 10px 0 10px 10px;
	}
table.type_a img {
	display: block;
	float: right;
	width: 160px;
	}
