@charset "utf-8";
/**
 * index.css
 */


/* layout
--------------------------------------------------*/
	#body #maps{
		position: relative;
        margin-left: 35px;
        width: 928px;
        height: 450px;
        background:#fff;
	}
    
	#body #photo{
		position: relative;
        float:left;
        margin-top: 35px;
        margin-left: 35px;
	}
    
	#body #photo #nav{
        margin-top: 5px;
	}
    
    #body #nav a{
        margin-right:5px;
        float:left;
	}
    
	#body #text_box{
        float:left;
        margin-top: 35px;
        margin-left: 20px;
        margin-bottom: 5px;
	}
    
	#body #photo #slideArea {
		top: 0;
		left: 0;
		z-index: 0;
		width: 300px;
		height: 140px;
	}
    
	#body #photo #slideArea li {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		height: 140px;
	}