@charset "utf-8";
/* CSS Document */

body{
	background-color: #e3e3e3;
}

div#wrap{
	background-color: #ffffff;
	width: 750px;
}

#header {
	background-color: #ffffff;
	width: 750px;
	height: 118px;
	border-top: 8px solid #F00;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

h1 {
	float: left;
}

.right {
	position: relative;
	top:  28px;
	left: 293px;
}

#header_bottom {
	clear: both;
	width: 750px;
	height: 42px;
	border-top: 3px double #F00;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.contact {
	position: relative;
	left: 653px;
	top: 15px;
}

#main {
	background-color: #ffffff;
	width: 750px;
	height: auto;
}

#main_left {
	width: 370px;
	height: auto;
	float: left;
	margin-top: 20px;
}

p {
	font-size: 13px;
	text-align: center;
	line-height: 15px;
}

#main_menu {
	width: 309px;
	height: auto;
	float: right;
	margin-top: 40px;
	margin-right: 30px;
}

#main_menu img {
	margin-left: 73px;
}

#main_menu ul, 
#main_menu ul li, 
#main_menu ul li a,
#sub_menu ul, 
#sub_menu ul li, 
#sub_menu ul li a {
	display: block;
	height: 63px;
}

#main_menu ul {
	width: 309px;
	height: 63px;
}


#main_menu ul li {
	float: left;
	width: 103px;
	height: 63px;
}

#main_menu ul li a span {
	display: none;
}

#main_menu ul li.reisei {
	background: url(../img/cools2.gif) no-repeat;
}

#main_menu ul li.reisei a {
	background: url(../img/cools1.gif) no-repeat;
	width: 103px;
	height: 63px;
}

#main_menu ul li.dececco_k {
	background: url(../img/kape2.gif) no-repeat;
}

#main_menu ul li.dececco_k a {
	background: url(../img/kape1.gif) no-repeat;
}

#main_menu ul li.dececco_f {
	background: url(../img/fede2.gif) no-repeat;
}

#main_menu ul li.dececco_f a {
	background: url(../img/fede1.gif) no-repeat;
}

body#reisei div#main_menu ul li.reisei a,
body#kape div#main_menu ul li.dececco_k a,
body#fed div#main_menu ul li.dececco_f a, 
#main_menu ul li a:hover {
	background-image: none !important;
}

div.hr {
	clear: both;
	width: 750px;
	height: 18px;
	background-color: #f2f2f2;
}

div.spacer {
	width: 750px;
	height: 1px;
}

/*フッタ*/
#churros_footer{
	width: 100%;
	height: auto;
	border-top: 3px double #FF0000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
    position:relative;
    top: 20px;
    clear:both;
}
/*常温*/
#churros_hot{
	width: 702px;
}
#churros_hot ul{
	margin-top: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#churros_hot li{
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 1.2;
}
#churros_hot a{
	border-top: 0;
	border-left: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 13px;
	text-decoration: underline;
	display: block;
}

/*冷凍*/
#churros_cold{
	clear:left;
	width: 633px;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}
#churros_cold ul{
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#churros_cold li{
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 13px;
	line-height:1.2;
}
#churros_cold a{
	border-top: 0;
	border-left: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	text-decoration: underline;
	display: block;
}
.listFirst{
	height: 35px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
.listEnd{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #333333;
	border-bottom: 0;
}
/*copyright*/

#churros_copy{
	width: 100%;
	height: 50px;
	clear: both;
	border-top: 3px double #FF0000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	position: relative;
	top: 30px;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#churros_copy p{
	font-size: 13px;
	text-align: center;
}



p.hide {
	display: none;
}
