@charset 'UTF-8';


/*トップページ
======================================================*/
#mainImage {
	height:149px;
	background:url(../images/top/img_top.jpg) no-repeat 0 0;
	}
	
/*商品・大判出力
======================================================*/
#service {
	margin:10px 0 0 0;
	padding:0;
	}

#service h2 {
	height:40px;
	background:url(../images/top/tit_service.jpg) no-repeat 0 0;
	}

#service #serviceList {
	width:570px;
	margin:8px 0 0 0;
	padding:0;
	}

#service #serviceList .itemBox {
	width:135px;
	height:135px;
	margin:0 9px 10px 0;
	float:left;
	}

/*IE6*/
*html #service #serviceList .itemBox {
	width:135px;
	height:135px;
	margin:0 8px 0 0;
	padding:0;
	float:left;
	}
	

#service #serviceList .itemBox.last {
	margin:0 0 10px 0;
	}

/*IE6*/
*html #service #serviceList .itemBox.last {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	}

#service #serviceList .itemBox a {
	display:block;
	width:135px;
	height:135px;
	color:#354e96;
	text-decoration:none;
	}

#service #serviceList .itemBox span {
	display:block;
	margin:6px 0 0 15px;
	font-size:12px;
	font-weight:bold;
	}

#service #serviceList .itemBox#panel {
	background:url(../images/top/img_s_panel.jpg) no-repeat 0 0;
	}

#service #serviceList .itemBox#frame {
	background:url(../images/top/img_s_frame.jpg) no-repeat 0 0;
	}

#service #serviceList .itemBox#pop {
	background:url(../images/top/img_s_pop.jpg) no-repeat 0 0;
	}

#service #serviceList .itemBox#display {
	background:url(../images/top/img_s_display.jpg) no-repeat 0 0;
	}
	
#service #serviceList .itemBox#tapestry {
	background:url(../images/top/img_s_tapestry.jpg) no-repeat 0 0;
	}

#service #serviceList .itemBox#cutword {
	background:url(../images/top/img_s_cutword.jpg) no-repeat 0 0;
	}

#service #serviceList .itemBox#kirinuki {
	background:url(../images/top/img_s_kirinuki.jpg) no-repeat 0 0;
	}
	
#service #serviceList .itemBox#print {
	background:url(../images/top/img_s_print.jpg) no-repeat 0 0;
	}

/*加工メニュー
======================================================*/
#fabricates {
	margin:0;
	padding:0;
	}

#fabricates h2 {
	height:40px;
	background:url(../images/top/tit_kakou.jpg) no-repeat 0 0;
	}
	
#fabricates #fabList {
	width:570px;
	margin:8px 0 0 0;
	padding:0;
	}
	
#fabricates #fabList .itemBox {
	width:270px;
	border:5px solid #f0f0f2;
	margin-bottom:10px;
	padding:0;
	}

#fabricates #fabList .itemBox.left {
	float:left;
	}

#fabricates #fabList .itemBox.right {
	float:right;
	}

#fabricates #fabList .itemBox .imgArea {
	margin:0;
	padding:5px;
	width:72px;
	float:left;
	}

#fabricates #fabList .itemBox .imgArea img {
	display:block;
	height:72px;	
	margin:0;
	padding:0;
	vertical-align:bottom;
	}
	
#fabricates #fabList .itemBox .txtArea {
	margin:0;
	padding:5px 0;
	width:178px;
	font-size:12px;
	float:right;
	}

#fabricates #fabList .itemBox .txtArea p {
	height:20px;
	}

#fabricates #fabList .itemBox .txtArea p a {
	color:#3f72dc;
	text-decoration:none;
	font-weight:bold;
	}

#fabricates #fabList .itemBox .txtArea p a:hover {
	text-decoration:underline;
	}

#fabricates #fabList .itemBox .txtArea span {
	padding-right:5px;
	}


