@charset "shift_jis";

* {
   margin: 0;
   padding: 0; /* 全てのプロパティの余白とパディングをリセットしています。*/
}
#wrapper {
   background-color:#eecda2;
   width: 1100px;
   margin: 0 auto;   /* 幅固定（700px）でセンタリングします。*/
}
#header {
	height: 250px;
	width: 1100px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menubar{
	background-image: url(../images/menu_bar.jpg);
	width:1100px;
	height:40px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
ul#gNavi{
	padding-left:70px;
	height:40px;
	}
ul#gNavi li{
    list-style:none;
	/*padding-left:2px;*/
	float: left;
    width:160px;
	}
ul#gNavi a{
    display:block;
    width:160px;
    height:40px;
    text-indent:-2000px;
	}
.home{
	background-image: url(../images/menu/top.jpg);
	background-repeat: no-repeat;
	}
.hp{
	background-image: url(../images/menu/hp.jpg);
	background-repeat: no-repeat;
	}
.print{
	background-image: url(../images/menu/print.jpg);
 	background-repeat: no-repeat;
	}
.kanban{
	background-image: url(../images/menu/kanban.jpg);
 	background-repeat: no-repeat;
	}
.menu{
	background-image: url(../images/menu/menu.jpg);
   	background-repeat: no-repeat;
	}
.photo{
	background-image: url(../images/menu/photo.jpg);
    background-repeat: no-repeat;
	}
a.home{
    background-image: url(../images/menu/top.jpg);
	}
a:hover.home{
    background-position:0px -40px;
	background-repeat: no-repeat;
	}
a.hp{
    background-image: url(../images/menu/hp.jpg);
	}
a:hover.hp{
    background-position:0px -40px;
	background-repeat: no-repeat;
	}
a.print{
    background-image: url(../images/menu/print.jpg);
	}
a:hover.print{
    background-position:0px -40px;
	background-repeat: no-repeat;
	}
a.kanban{
    background-image:url(../images/menu/kanban.jpg);
	}
a:hover.kanban{
    background-position:0px -40px;
	background-repeat: no-repeat;
	}
a.menu{
    background-image:url(../images/menu/menu.jpg);
	}
a:hover.menu{
    background-position:0px -40px;
	background-repeat: no-repeat;
	}
a.photo{
    background-image: url(../images/menu/photo.jpg);
	}
a:hover.photo{
    background-position:0px -40px;
	background-repeat: no-repeat;
	}
*/

#contents{
    background-color:#eecda2;
	width: 1100px;  
	}
	
#main_left {
    float:left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 980px;
	width: 250px;     /* メニューとコンテンツを囲んでいるセレクタです。 */
}
#menu {
	padding-top:50px;
	padding-left:40px;
   	}
#menub {
	padding-top:300px;
	padding-left:40px;
   	}
#menup {
	padding-top:350px;
	padding-left:40px;
   	}
#menum {
	padding-top:400px;
	padding-left:40px;
   	}
#main_right {
    float:right;
   	background-image: url(../images/main_r.jpg);
   	background-repeat: no-repeat;
	width: 850px;
}

.work_box_new{
	width:700px;
	height: 170px;
 
}

.work_box_new ul{
	clear:both;
	margin:0;
	padding:0;
}

.work_box_new li{
	float:left;
	width:170px;
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}

.work_box_sm{
	width:700px;
	height: 170px;
 
}

.work_box_sm ul{
	clear:both;
	margin:0;
	padding:0;
}

.work_box_sm li{
	float:left;
	width:230px;
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}

.work_box{
	width:700px;
	height: 300px;
 
}

.work_box ul{
	clear:both;
	margin:0;
	padding:0;
}

.work_box li{
	float:left;
	width:230px;
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}


.work_boxl li{
	float:left;
	width:330px;
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}

#footer {
    clear:both;
    background-image: url(../images/footer.jpg);
	height:200px;
	width: 1100px;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

a:link {
	color: #eecda2;line-height:35px;text-decoration: none;font-size:13px;
}
a:visited {
	color: #ffff00;line-height:35px;text-decoration: none;font-size:13px;
}
a:active {
	color: #eecda2;line-height:35px;text-decoration: none;font-size:13px;
}
a:hover {
	color: #ff0000;line-height:35px;text-decoration: underline;;font-size:13px;
}

