@charset "utf-8";

/* 共通設定 */
@import url("/japan/common/css/style.css");

/* ================================================== */
/*  denpyo page style  */
/* ================================================== */


	#main {
		height:950px;
	}
	
		#main #container {
			width:auto !important;
			width:100%;
			min-width:100%;
			background:#EBE7F0 url(../images/denpyo/bg.jpg) center bottom no-repeat;
			position:absolute;
		}
	
			#contents {
				margin:0 auto;
				padding:0;
				width:900px;
			}
			
				/* movie area */
				#contents #movie {
					width:900px;
					height:400px;
					background:url(../images/denpyo/movie_area.jpg) no-repeat;
					position:relative;
				}
	
					#contents #movie div a {
						width:370px;
						height:260px;
						line-height:800px;
						overflow:hidden;
						position:absolute;
						top:70px;
						display:block;
						cursor:pointer;
					}
			
					#contents #movie .multirow a {
						background:url(../images/denpyo/movie_multirow.jpg) no-repeat;
						left:40px;
					}
			
					#contents #movie .activereports a {
						background:url(../images/denpyo/movie_activereports.jpg) no-repeat;
						right:40px;
					}
				/* end */
				
				/* product function */
				#contents #products {
					width:900px;
					height:280px;
				}
				
					#contents #products .multirow {
						width:450px;
						height:280px;
						/*_background:transparent no-repeat;
						_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/japan/special/multirow/images/denpyo/function_multirow.png, sizingMethod='scale');*/
						float:left;
						overflow:hidden;
						position:relative;
					}

						/* link */
						#contents #products .multirow .link a {
							width:107px;
							height:38px;
							line-height:2000%;
							background:url(../images/denpyo/link_multirow1.jpg) no-repeat;
							overflow:hidden;
							display:block;
							position:absolute;
							left:12px;
							bottom:20px;
							cursor:pointer;
						}
				
						#contents #products .multirow .link a:hover {
							background:url(../images/denpyo/link_multirow2.jpg) no-repeat;
						}
						/* end */

					#contents #products .activereports {
						width:450px;
						height:280px;
						/*_background:transparent no-repeat;
						_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/japan/special/multirow/images/denpyo/function_activereports.png, sizingMethod='scale');*/
						float:right;
						overflow:hidden;
						position:relative; 
					}
					
						/* link */
						#contents #products .activereports .link a {
							width:148px;
							height:40px;
							line-height:2000%;
							background:url(../images/denpyo/link_activereports1.jpg) no-repeat;
							overflow:hidden;
							display:block;
							position:absolute;
							right:11px;
							bottom:18px;
							cursor:pointer;
						}
				
						#contents #products .activereports .link a:hover {
							background:url(../images/denpyo/link_activereports2.jpg) no-repeat;
						}
						/* end */
						
					/* arrow */
					#contents #products .arrow { 
						height:18px;
						width:24px;
						position:absolute;
					}
					
						#contents #products .function .arrow {
							top:280px;
							left:0;
						}
				
						#contents #products .multirow .arrow {
							top:280px;
							left:124px;
						}
				
						#contents #products .activereports .arrow {
							top:280px;
							left:262px;
						}
					/* end */

					#contents #products .clear {
						clear:both;
					}
				/* end */
