@charset "utf-8";

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

	Structure CSS

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

/*----------------------------------------common------------------------------------------------*/
p {
	color: #333333;
}
.A_title{
	padding-left: 14px;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	line-height: 18px;
	background-image: url(sakana_group_midashi_mark_01.gif);
	background-position:left top;
	background-repeat: no-repeat;
	
}
.A_subtitle {
	padding-top: 1px;
	padding-left: 16px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-image: url(sakana_group_midashi_mark_02.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.A_name {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.A_price {
	font-size: 12px;
	color: #333333;
}
.red {
	color: #CC0000;
}
/*----------------------------------------container------------------------------------------------*/
#body {
	background: #FFF url();
	color: #333;
}
#container {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------------header------------------------------------------------*/
#header img.logo {
	margin-left: 59px;
	margin-right: 404px;
}
#header {
	width: 931px;
	height: 153px;
	margin-bottom: 24px;
}
#header li {
	float: left;
	display: inline;
}
/*----------------------------------------contents------------------------------------------------*/
#contents {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------------contents_top------------------------------------------------*/
#contents_top {
	margin-bottom: 188px;
}
#contents_top img.image_01 {
	margin-bottom: 35px;
}
#map {
	margin-left: 19px;
}
/*----------------------------------------group_A------------------------------------------------*/
#group_A {
	padding-bottom: 35px;
}
#group_A #group_A_title_box {
	width: 808px;
	height: 30px;
	background-image: url(sakana_group_dash_02.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#group_A_contents {
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
}
#notice {
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}
/*----------------------------------------toTop------------------------------------------------*/	
#group_toTop {
	width: 808px;
	height: 16px;
	margin-top: 8px;
	padding-right: 3px;
	text-align: right;
}
#group_toTop .toTop{
	padding-top: 3px;
	margin-left: 3px;
}
#group_toTop span{
	font-size: 12px;
	color: #666666;
}
#group_toTop span a:hover{
	color: #EEEEEE;
	text-decoration: underline;
}
/*----------------------------------------footer------------------------------------------------*/
#footer {
	margin-top: 12px;
	padding-top: 13px;
	width: 931px;
	height: 40px;
	background-color: #EAE9D5;
}
#footer p {
	text-align: center;
	font-size: 10px;
	color: #333333;
}

.clearfix { 
zoom: 100%;
}

.clearfix:after {
content: "."; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
font-size: 0;
}





