@charset "UTF-8";

/*-- タイトル（トップバナー） --*/
img.title_image {
  position:		absolute;
  top:			0px;
  left:			20px;
  height:		210px;
  width:		480px;
//  width:		545px;
//  opacity: 0.8;
}
p.title_image {
	position: absolute;/*絶対配置*/
	top:		185px;
	left:		400px;
//	color: 		#bfdfff;
//	font-size: 	8pt;
}

p.title_message {
  position:		relative;
//  font-size:		15px;
  top:			30px;
  left:			15px;
}

p.title_price {
  position:		relative;
 // font-size:		12px;
  top:			50px;
  left:			80px;
}

/*-- 求人バナー --*/
span.wented {
  position:		absolute;
  top:			10px;
  left:			20px;
  width:		100%;
  height:		110px;
  color:		#ffffff;
  background-color: #12bcfc;
  text-shadow: 1px 1px 3px #001A86;
  border-radius:	3px;
}

span.wented-content {
  position:		absolute;
  font-size:	26px;
  top:			32px;
  left:			70px;
  height:		60px;
}

span.wented-txt {
  position:		absolute;
  font-size:	18px;
  top:			70px;
  left:			300px;
}

/**-- 価格表  --*/

/**-- メニュータグ  --*/
ul.catalog_menu {
	list-style:		none;
  display:			inline-block;
}

li.catalog_menu_tag {
	font-size:			16px;
	width:				300px;
	text-align:			center;
	background-color: 	#c6d1ff;
	box-shadow:			2px 2px 2px -2px  #001A86;

}
li.catalog_menu_tag:hover {
  color:		#FFFFFF;
  background-color:	#3350FF;
  box-shadow: 1px 1px 1px -1px  #88d2ff;
}

/**-- 価格表　分類   --*/
div.catalog {
  position:		relative;
  top:			-900px;
  left:			310px;
  height:		430px;
  width:		300px;
}

div.catalog_block {
  position:		relative;
  left:			10px;
  width:		280px;
}
ul {
  position:		relative;
  list-style:		none;
  top:			0px;
  left:			0px;
}
li.row_header {
  position:		relative;
  top:			0px;
  left:			0px;
  width:		350px;
  height:		12px;
  font-size:		11px;
  box-shadow: 0px 3px 0px -1px  #001A86;
}

li.row_item {
  position:		relative;
  top:			0px;
  left:			0px;
  width:		350px;
  height:		12px;
  font-size:		11px;
  box-shadow: 0px 3px 0px -2px  #335BFF;
}
li.row_item:hover {
  color:		#FFFFFF;
  background-color:	#335BFF;
  box-shadow: 0px 3px 2px -2px  #335BFF;
}
span.row_product {
  display:		block;
  position:		relative;
  float:		left;
}
span.row_price {
  position:		relative;
  float:		right;
}


/*-- 商品  --*/
div.products {
  position:		absolute;
  height:		500px;
  top:			-400px;
  left:			800px;
//  background-color: 	#DDFFDD;
//  box-shadow: 1px 2px 2px -0px  #001A86;
}

img.products {
  top:			50px;
  height:		450px;
  width:		450px;
}



/*--
p {
  color: #001A86;
  width : 25%
}
*/

/*
*/

/*
.box-printshop:hover{
  color:#001A86;
  background-color: #C5E4ED;
  box-shadow: 2px 6px 2px -2px  #001A86
}


.box-works:hover{
  color:#001A86;
  background-color: #C1D8AC;
  box-shadow: 2px 6px 2px -2px  #001A86
}

.box-grouphome:hover{
  color:#001A86;
  background-color: #FFDF85;
  box-shadow: 2px 6px 2px -2px  #001A86
}

.box-yell:hover{
  color:#001A86;
  background-color: #E8D3D1;
  box-shadow: 2px 6px 2px -2px  #001A86
}

.box-station:hover{
  color:#001A86;
  background-color: #E6E3C5;
  box-shadow: 2px 6px 2px -2px  #001A86
}
*/

