/* generals */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {margin:0; padding:0px; color:#000; font:10px LinotypeUnivers,Helvetica,Verdana,"Arial Black",sans-serif; line-height:15px; background:url(../img/btn_hover.png) repeat;}
body.home {background:url(../img/bg_white.gif) 0 0 repeat-y;}

:focus {outline:0;}
ol, ul {list-style:none;}

/* links */
a {color:#000;text-decoration:none;}
a:hover, a:active{text-decoration:none; color:#000}

div#outer{
    overflow:hidden;
    height:100%;
    width:960px;
    position:absolute;
    top:0px;
    left:0px;
    text-align:left;
	background-color:#fff;
	
}

div#logo_area{
    height:48px;
    width:288px;
    position:absolute;
    top:24px;
    left:18px;
    text-align:left;
	z-index:4;
	
	
}

.logo_icon{
	position: absolute;
	top: 24px;
 	left: 0;
	background: #007642; 
	height: 48px; 
	width: 6px; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index:5;
 	}
	
div#credit{
    overflow:hidden;
    position:absolute;
	width:180px;
	height:50px;
    top:646px;
    left:744px;
    text-align:left;
	z-index:4;
	
	
}

img { -ms-interpolation-mode: bicubic; } 

		#suyama li, #jessica li{
			position:absolute;
			top:240px;
			left:0;
			}
		
		#jessica {
			/*width: 160px;*/
			/*height: 240px;*/
			list-style: none;
			position:absolute;
			top:240px;
			left:300px;
			}
			
		#jessica img, #jessica_bg img {
			/*width: 160px;*/
			/*height: 240px;*/
			position: relative;
			float: left;
			}
			
		#jessica_bg{
			width: 160px;
			height: 240px;
		    position:absolute;
			top:240px;
			left:300px;
			z-index: 1;
			}
			
			
		#jessica a, #jessica a:visited, #jessica a:hover {
			width: 160px;
			height: 240px;
			text-indent: -9999px;
			display: block;
			position: relative;
			z-index: 3;
			}
			
			
        #suyama {
			/*width: 160px;*/
			/*height: 240px;*/
			list-style: none;
			position:absolute;
			top:240px;
			left:500px;
			}
			
			
		#suyama img, #suyama_bg img {
			/*width: 160px;*/
			/*height: 240px;*/
			position: relative;
			float: left;
			}
			
		#suyama_bg{
			width: 160px;
			height: 240px;
		    position:absolute;
			top:461px;
			left:1000px;
			z-index: 1;
			}
			
		#suyama a, #suyama a:visited, #suyama a, #suyama a:hover {
			width: 160px;
			height: 240px;
			text-indent: -9999px;
			display: block;
			position: relative;
			z-index: 2;
			}


		    
		#suyama li img.shadow {
			position: absolute;
			bottom: -20px;
			left: 0;
			z-index: 1;
			}
			
		#jessica li img.shadow {
			position: absolute;
			bottom: -20px;
			left: 0;
			z-index: 1;
			}
			
		#layer {

            width: 100%;
            height: 100%;
            position: absolute;
            top:0px;
            left: 0px;
            z-index:9999;
            color: #fff;
            font-size: 12pt;
            background-color: #fff;
			filter: alpha(opacity=0);
            -moz-opacity:0;
            opacity:0;
            /* IE以外 */
            opacity: 0;
            /* IEの場合 */
            filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            cursor: wait;
            display: none;
            }
			