@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 135%;
	text-align: center;
	background-color: #880c0c;
}

/*********************
* main structure
*********************/

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	height: 30px;
}

#contents {
}

#footer {
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

/*********************
* main contents
*********************/
#contents_inner {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}
	
#top_title {
	width: 780px;
	height: 91px;
	text-indent: -9999px;
	background-image: url(images_toppage/irikawaya_top_title.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	}
	
#gate_box {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	} 
	
#inner_left {
	width: 401px;
	height: 330px;
	float: left;
	}
	
#inner_right {
	width: 379px;
	height: 289px;
	float: right;
	}
			
/* hp_gate */
#hp_gate a {
	width: 401px;
	height: 289px;
	text-indent: -9999px;
	display: block;
	background-image: url(images_toppage/hp_gate_01.jpg);
	background-repeat: no-repeat;
	}
#hp_gate a:hover{
	background-image: url(images_toppage/hp_gate_02.jpg);
	background-repeat: no-repeat;
	}
	
#left_text {
	color:#FFFFFF;
	font-size: small;
	line-height: 1.2em;
	padding: 3px 10px;
	}	
	
.right_text {
	color:#FFFFFF;
	font-size: small;
	line-height: 1.2em;
	padding: 3px 10px;
	}	
	

/* onlineshop_gate */	
#onlineshop_gate a{
	width: 379px;
	height: 199px;
	text-indent: -9999px;
	display: block;
	background-image: url(images_toppage/onlineshop_gate.jpg);
	background-repeat: no-repeat;
	}
	
/* hidamari_gate_gate */	
#hidamari_gate a{
	width: 379px;
	height: 87px;
	text-indent: -9999px;
	display: block;
	background-image: url(images_toppage/hidamari_gate.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	}

/* bloggate_gate */	
#blog_gate a{
	width: 379px;
	height: 87px;
	text-indent: -9999px;
	display: block;
	background-image: url(images_toppage/blog_gate.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	}



/*********************
* dream weaver対策（本番で消すこと）
*********************/

.clearfix + *{
    clear: both;
}

