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

/* レイアウト */
body{
	color:#FFFFFF;
	z-index: 1;
	background-color: #00584D;
	background-image: url(../izumiya/images/bg.gif);
		}
		
/* バックグランド　layout　*/
#layout{
	width:800px;
	margin:auto;
	height: 720px;
	background-color: #00584D;
		}
		
/* バックグランド　layout top　*/
#layout_top{
	width:600px;
	height:450px;
	margin:auto;
	text-align: center;
		}
				
/* バックグランド　Product & Service　*/
#layout_product{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	background-color: #00584D;
	background-image: url(../izumiya/images/BG-product.jpg);
	height: 1000px;
		}

/* バックグランド　Sewickley's page　*/
#layout_Page{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	height: 900px;
	background-color: #00584D;
	background-image: url(../izumiya/images/BG-page.jpg);
		}
		
/* バックグランド　About IZUMIYA　*/
#layout_izumiya{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	background-color: #00584D;
	height: 700px;
	background-image: url(../izumiya/images/BG-about.jpg);
		}
		
/* バックグランド　info　*/
#layout_info{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	background-color: #00584D;
	height: 1000px;
	background-image: url(../izumiya/images/BG-about.jpg);
		}
		
/* バックグランド　Office Delivery　*/
#layout_Office{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	top: auto;
	background-color: #00584D;
	height: 700px;
	background-image: url(../izumiya/images/BG-office.jpg);
		}	

/* バックグランド　User Report　*/
#layout_User{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	height: 1000px;
	background-color: #00584D;
	background-image: url(../izumiya/images/BG-about3.jpg);
		}

/* バックグランド　Report　*/
#layout_Report{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	height: 1150px;
	background-color: #00584D;
	background-image: url(../izumiya/images/BG-about3.jpg);
		}

/* バックグランド　Report-Earth　*/
#layout_ReportEarth{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	height: 1500px;
	background-color: #00584D;
	background-image: url(../izumiya/images/BG-about3.jpg);
		}
			
/* バックグランド　Staffs　*/
#layout_Staffs{
	width:800px;
	padding:0px;
	margin:auto;
	background-position:right top;
	background-repeat: no-repeat;
	height: 3300px;
	background-color: #00584D;
		}

/* ヘッダー　*/
#header{
	width:780px;
	padding:10px;
	margin:auto;
	z-index: 2;
		}
		
/* 左メニュー　*/
#left-navi{
	float:left;
	padding:0px 10px 0px 10px;
	voice-family:inherit;
	width:150px;
	z-index: 2;
		}

/* 左イメージ　*/
#items{
	float:left;
	voice-family:inherit;
	width:150px;
	z-index: 2;
		}
		
/* センター本文 */
#center-text{
	float:left;
	width:410px;
	z-index: 2;
	padding-left: 10px;
		}

/* センター本文-右無 */
#center-text-non-r{
	float:left;
	width:600px;
	z-index: 2;
	padding-left: 10px;
		}
/* 本文 */
#text{
	float:left;
	width:610px;
	z-index: 2;
	padding-left: 10px;
		}
		
/* 右画像　*/
#right-img{
	float:left;
	width:200px;
	z-index: 2;
		}
		
		
				
