@charset "UTF-8";

/* reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
img {
	vertical-align: top;
}

/* base
---------------------------------------------*/
body {
	background: #efefef url(../images/bg/body.gif) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 80%;
	line-height: 1.7;
	color: #333;
	text-align:center;
}
a {
	color: #fb651f;
/*	text-decoration: none;*/
}


/* structure
---------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align:left;
}
#header {
	position: relative;
	height:85px;
	font-size: 90%;
	line-height: 1.5;
	background: #efefef url(../images/bg/body.gif) left top repeat-x;
}
	#header ,#header a { color: #333; text-decoration: none;}
	#logo { position: absolute; top: 20px; left: 30px; }
	#headnav1 { position: absolute; top: 20px; right: 0px;}
	#headnav2 { position: absolute; top: 40px; right: 0px;}
	#headnav1 li { float:left; margin-left: 10px; padding-bottom: 5px;}
	#headnav2 li { float:left; margin-left: 10px;}

#content {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
}
#primary {
	float:right;
	width: 748px;
	background: #fff url(../images/bg/primary.gif) left top repeat-x;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
#primarytop {
	float:right;
	width: 750px;
	margin-bottom: 20px;
}
.primary {
	float:right;
	width: 748px;
	background: #fff url(../images/bg/primary.gif) left top repeat-x;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.primarytop {
	float:right;
	width: 750px;
	margin-bottom: 20px;
}
#secondary {
	float:left;
	width: 200px;
}
#footerbg {
	clear:both;
	width: 100%;
	background:#666 url(../images/bg/footer.gif) left top repeat-x;
	color: #efefef;
}
#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
	height:100px;
}
	#footer h2, #footer p { color: #fff; font-weight: normal; }
	#footer a { color: #fff; text-decoration: none; }
	#fattend1 { position: absolute; top: 20px; left: 20px; }
	#fattend2 { position: absolute; top: 45px; left: 20px; }
	#fnav { position: absolute; top: 20px; right: 20px; }
	#copyright { position: absolute; top: 45px; right: 20px; }
	#fnav li { float:left;margin-left: 10px;padding-left: 10px;background: url(../images/arrow.png) left center no-repeat;}

/* module
---------------------------------------------*/
.row {
	clear:both;
}
.clearall {
	clear:both;
	display: block;
	overflow: hidden;
	width:100%;
	height: 0 !important;
	height /**/:0px;
	padding-top: 0px;
}
.circle li {
	font-size: 80%;
	padding: 0.25em 0;
	list-style-type: circle;
	list-style-position: inside;
}
.topagetop {
/*	clear:both;*/
	float:right;
	width: 740px;
	height:20px;
	padding: 5px 0;
	padding-right: 10px;
	text-align:right;
	background: #efefef;
	border-top:1px solid #dfdfdf;
}
	.topagetop a {
		color: #4387a5;
		text-decoration: none;
		padding-right: 15px;
		background: url(../images/arrow_u.gif) right center no-repeat;
	}
.topicpath {
	width:600px;
/*	height:30px;*/
	color: #018aa3;
	float:left;
/*	text-align:right;*/
}
.tonext {
	margin-top: 20px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px dotted #d2d2d2;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
}
.tonext2 {
	margin-bottom:30px;
	padding-bottom:40px;
	border-bottom:1px dotted #d2d2d2;
	font-size: 120%;
}
.download a {
	padding-left: 20px;
	background: url(../images/note.gif) left center no-repeat;
	font-size: 120%;
}
.aligncenter{
	text-align: center;
}
/* primary
---------------------------------------------*/
#primary h2 {
	width:700px;
	margin: 20px 0;
}
#primary h3 {
	width:700px;
	height:30px;
	margin: 20px 0 20px 0;
	padding-left: 20px;
	background: url(../images/title/title_h3.gif) left center no-repeat;
	color:#4395A9;
	font-size: 110%;
	line-height: 2.2;
}
	#primary .h3headline h3 {
		position: relative;

	}
	#primary .h3headline h3 .left {
		position: absolute;
		top:0;
		left:20px;
		font-size: 90%;
		font-weight:normal;
		line-height: 2.5;
	}
	#primary .h3headline h3 .center {
		position: absolute;
		top:0;
		left:120px;
	}
	#primary .h3headline h3 .right {
		position: absolute;
		top:0;
		right:30px;
		font-size: 90%;
		font-weight:normal;
	}
#primary h4 {
	margin: 10px 0;
	padding-left: 20px;
	background: url(../images/title/title_h4.gif) left center no-repeat;
	font-size: 110%;
	color:#538B98;
	/*color:#3E889B;*/
}
#primary h5 {
	margin: 10px 0;
	padding-left: 20px;
}
#primary p {
	padding-left: 20px;
	padding-bottom: 10px;
}
#primary table {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #ccc;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	width:95%;
	font-size: 95%;
	letter-spacing: 0;
}
	#primary table th,#primary table td {
		border:1px solid #ccc;
		padding: 2px 5px;
	}
	#primary table th {
		text-align:left;
		background-color: #efefef;
	}
#primary .row {
	padding-left: 25px;
}
	#primary .floatleft {
		float: left;
		width: 400px;
		padding-top: 10px;
		padding-left: 20px;
	}
	#primary .floatright {
		width: 300px;
		float: right;
		text-align: center;
	}
	#primary .floatright a {
		padding: 0 20px;
		background: url(../images/note.gif) left center no-repeat;
	}
#primary .row680 {
	width: 680px;
}

.primary h2 {
	width:700px;
	margin: 20px 0;
}
.primary h3 {
	width:700px;
	height:30px;
	margin: 20px 0 20px 0;
	padding-left: 20px;
	background: url(../images/title/title_h3.gif) left center no-repeat;
	color:#4395A9;
	font-size: 110%;
	line-height: 2.2;
}
	.primary .h3headline h3 {
		position: relative;

	}
	.primary .h3headline h3 .left {
		position: absolute;
		top:0;
		left:20px;
		font-size: 90%;
		font-weight:normal;
		line-height: 2.5;
	}
	.primary .h3headline h3 .center {
		position: absolute;
		top:0;
		left:120px;
	}
	.primary .h3headline h3 .right {
		position: absolute;
		top:0;
		right:30px;
		font-size: 90%;
		font-weight:normal;
	}
.primary h4 {
	margin: 10px 0;
	padding-left: 20px;
	background: url(../images/title/title_h4.gif) left center no-repeat;
	font-size: 110%;
	color:#538B98;
	/*color:#3E889B;*/
}
.primary h5 {
	margin: 10px 0;
	padding-left: 20px;
}
.primary p {
	padding-left: 20px;
	padding-bottom: 10px;
}
.primary table {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #ccc;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	width:95%;
	font-size: 95%;
	letter-spacing: 0;
}
	.primary table th,.primary table td {
		border:1px solid #ccc;
		padding: 2px 5px;
	}
	.primary table th {
		text-align:left;
		background-color: #efefef;
	}
.primary .row {
	padding-left: 25px;
}
	.primary .floatleft {
		float: left;
		width: 400px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.primary .floatright {
		width: 300px;
		float: right;
		text-align: center;
	}
	.primary .floatright a {
		padding: 0 20px;
		background: url(../images/note.gif) left center no-repeat;
	}
.primary .row680 {
	width: 680px;
}
#primary ol {
	margin-left: 20px;
	padding-left: 20px;
}
#primary ol li{
	list-style: decimal;
	padding-bottom: 5px;
}
#primary ol ul li{
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}
.arrowlist ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
	.arrowlist ul li {
		margin-bottom: 10px;
	}
	.arrowlist li a {
		padding-left: 20px;
		background: url(../images/arrow.gif) left center no-repeat;
		font-size: 120%;
		font-weight: bold;
	}
.arrowlist dl{
	margin: 20px 0 30px 0;
}
	.arrowlist dt{
		margin: 10px 0;
	}
	.arrowlist dd {
		padding-left:20px;
	}
	.arrowlist dt a {
		padding-left: 20px;
		background: url(../images/arrow.gif) left center no-repeat;
		font-size: 120%;
		font-weight: bold;
	}
.downloadlist ul{
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}
	.downloadlist ul li {
		margin-bottom: 10px;
	}
	.downloadlist li a {
		padding-left: 20px;
		background: url(../images/note.gif) left center no-repeat;
		font-size: 120%;
		font-weight: bold;
	}
.designlist ul li {
	float: left;
	width:152px;
	height:270px;
	margin: 20px 10px;
}
.downloadlink a {
		padding-left: 20px;
		background: url(../images/note.gif) left center no-repeat;
}

/* secondary
---------------------------------------------*/
#leftnav {
	padding-left:20px;
}
#leftnav h2 {
	height: 30px;
}
#leftnav li {
	float:left;
	width: 170px;
	margin-bottom:10px;
}
	#leftnav li a {
		display: block;
		overflow: hidden;
		width: 170px;
		height: 0 !important;
		height /**/:50px;
		padding-top: 50px;
	}
	#a1 a { background: url(../images/leftnav/lineup.gif) left top no-repeat; }
	#a2 a { background: url(../images/leftnav/howtouse.gif) left top no-repeat; }
	#a3 a { background: url(../images/leftnav/option.gif) left top no-repeat; }
	#a4 a { background: url(../images/leftnav/sheetdesign.gif) left top no-repeat; }
	#a5 a { background: url(../images/leftnav/qa.gif) left top no-repeat; }
	#a6 a { background: url(../images/leftnav/support.gif) left top no-repeat; }
	#b1 a { background: url(../images/leftnav/b1.gif) left top no-repeat; }
	#b2 a { background: url(../images/leftnav/b2.gif) left top no-repeat; }
	/* #c1 a { background: url(../images/leftnav/c1.gif) left top no-repeat; } */
#banner {
	width: 100%;
	margin-top:0px;
	text-align:center;
}
/* movie */
.movielist ul {
	margin-left: 50px;
}
.movielist ul li {
	float: left;
	width:255px;
	height:170px;
	margin: 20px;
}
.movielist ul li a {
	display: block;
	overflow: hidden;
	width:253px;
	text-decoration: none;
	height: 0 !important;
	height /**/:170px;
	padding-top: 170px;
}
#movie1 { background: url(../images/movie/1.jpg) left top no-repeat; }
#movie2 { background: url(../images/movie/2.jpg) left top no-repeat; }
#movie3 { background: url(../images/movie/3.jpg) left top no-repeat; }
#movie4 { background: url(../images/movie/4.jpg) left top no-repeat; }
#movie5 { background: url(../images/movie/5.jpg) left top no-repeat; }
#movie6 { background: url(../images/movie/6.jpg) left top no-repeat; }
#movie1 a:hover { background: url(../images/movie/1_on.jpg) left top no-repeat; }
#movie2 a:hover { background: url(../images/movie/2_on.jpg) left top no-repeat; }
#movie3 a:hover { background: url(../images/movie/3_on.jpg) left top no-repeat; }
#movie4 a:hover { background: url(../images/movie/4_on.jpg) left top no-repeat; }
#movie5 a:hover { background: url(../images/movie/5_on.jpg) left top no-repeat; }
#movie6 a:hover { background: url(../images/movie/6_on.jpg) left top no-repeat; }

#movienews {
	position: relative;
/*	width: 100%;*/
/*	width: 578px;*/
/*	height:290px;*/
/*	border: 1px solid #D9D9D9;*/
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
}
#movienews .player {
	float: right;
	width:50%;
}
#movienews .lead {
	float: left;
	width:50%;
}
#movienews .lead p {
	padding: 10px 0 0 0px;
}
