@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
	border:0;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

#contentArea,
#external_swfArea {
	height: 100%;
}
/* end: hide from ie on mac \*/

body {
	position:absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align:center;
}

#contentArea{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:540px;
	top:0; left:0;
	background:#000;
	z-index:0;
}

#external_swfArea{
	display:block;
	width:100%;
	height:100%;
	min-width:960px;
	min-height:540px;
}

img{
	border-style:none;
}
a img {
	border-style:none;
}

ul{
	text-align:left;
}
li{
	list-style:none;
}

#corpLogo{
}

#mainArea{
	width:1000px;
	margin:0 auto;
}

h1{
	margin-bottom:40px;
}

#product{
	width:347px;
	margin:60px auto 0 auto;
}
#product dl{
	width:167px;
	float:right;
	text-align:left;
}
#product dt{
	margin:20px 0;
}
#radio{
	float:left;
	width:157px;
}

#announce{
	width:665px;
	margin:0 auto 30px auto;
	padding:20px;
	border:1px #999 solid;
}
#announce .text{
	width:450px;
	float:left;
}
#announce .link{
	width:160px;
	margin-top:15px;
	float:right;
}

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group { display: inline-block; }

/* exclude MacIE5 \*/
* html .group { height: 1%; }
.group{ display: block; }
/* end: exclude MacIE5 */