@charset "utf-8";

/* ===================================================================
CSS Information

File name            : module.css
Author               : funcution
Information          : ヘッダー・フッター・レフトコンテンツ

=================================================================== */


/* === common ============================== */

.mgn3 {
	margin-bottom: 3px;
}

.mgn5 {
	margin-bottom: 5px;
}

.mgn10 {
	margin-bottom: 10px;
}

.mgn15 {
	margin-bottom: 15px;
}

.mgn20 {
	margin-bottom: 20px;
}

.mgn30 {
	margin-bottom: 30px;
}

.b {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

/* === .clearFix ============================== */

.clearFix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display:inline-block; /* MacIE */
	min-height:1%; /* IE7 */
}

/* MacIE-not \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* MacIE-not */



/* === item-list title ============================== */

div#item-list1 {
	position: relative;
	height: 40px;
	background: url(../images/ct_item_list1_t.jpg) no-repeat top left;
}
div#item-list2 {
	position: relative;
	height: 40px;
	background: url(../images/ct_item_list2_t.jpg) no-repeat top left;
}
div#item-list3 {
	position: relative;
	height: 40px;
	background: url(../images/ct_item_list3_t.jpg) no-repeat top left;
}
div#item-list4 {
	position: relative;
	height: 40px;
	background: url(../images/ct_item_list4_t.jpg) no-repeat top left;
}
div#item-list5 {
	position: relative;
	height: 40px;
	background: url(../images/ct_item_list5_t.jpg) no-repeat top left;
}

div#item-list1 img,
div#item-list2 img,
div#item-list3 img,
div#item-list4 img,
div#item-list5 img {
	display: block;
	position: absolute;
	left: 510px;
}


/* === #store_area ============================== */

#store_area {
	position: relative;
	width: 200px;
}

.store_area_wrapper {
	background: url(../images/lt_info_body.jpg) repeat-y left top;
	padding: 10px;
	color: #574311;
}

.store_area_wrapper p {
	font-size: 12px;
	margin-bottom: 10px;
}

.store_area_wrapper p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a:hover img {
	  filter:alpha(opacity=75); /*IE*/
	  -moz-opacity:0.75; /*FF*/
	  opacity:0.75;
	  }
	  


