@charset "shift-jis";


/* basal style
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 90%;
	font-family: Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.75;
	color: #333333;
	background: #80AC90; /* #70B090_#AAB7AA url(../img/body_bg.gif) left top repeat */
	text-align: center;
	margin: 0;
}

a {
	color: #003399;
	/* text-decoration: none; */
}
a:visited {
	color: #336699;
}
a:hover {
	color: #0066CC;
}

img {
	border: none;
	vertical-align: top;
}

#wrapper {
	position: relative;
	width: 829px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-left: solid 1px #339966;
	border-right: solid 1px #339966;
}

#footer {
	font-size: 80%;
	width: 827px;
	height: 50px;
	padding-top: 20px;
	background: #EEEEEE;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	text-align: center;
}



/* header (logo and title)
---------------------------------------------*/
#header {
	position: relative;
	width: 827px;
	height: 200px;
	color: #000000;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
#cubelogo {
	position: absolute;
	left: 20px;
	top: 12px;
}
#apptitle {
	position: absolute;
	left: 190px;
	top: 45px;
}
#demopage {
	position: absolute;
	left: 611px;
	top: 135px;
}

#environment {
	position: absolute;
	left: 606px;
	top: 16px;
	width: 180px;
	font-size: 80%;
	/* padding: 12px; */
	/* padding: 5px 12px 7px 12px; */
	padding: 5px 12px 7px 20px;
	background: #F0F0F0;
}
#environment li{
	/* margin-left: 14px; */
	list-style-type: square;
	margin: -4px 0 -4px 14px;
}
#mobilelink {
	position: absolute;
	left: 620px;
	top: 174px;
	font-size: 80%;
}


/* main division
---------------------------------------------*/
#content {
	position: relative;
	left: 0px;
	width: 827px;
	background: #FFFFFF;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	text-align: center;
	border-top: 4px double #017148;
	border-bottom: 4px double #017148;
}
#content h2{
	text-align: left;
	background: #FFF0CC;
	margin-bottom: 30px;
}
#content p{
	padding-bottom: 40px;
}
