@charset "utf-8";
/* CSS Document */

h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

/*-------------------------sidebar---*/ 

#sidebar {
	float: left;
	width: 220px;
	height: 600px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	line-height: 200%;
	list-style-type: none;
	margin: 15px 0 0 8px;
	padding: 0;
}


/*-------------------------main---*/ 

#main {
	float: right;
	width: 660px;
	margin-bottom: 50px;
	padding: 0;
}


/*-------------------------food---*/ 

#food {
	background-image: url(../images/begi.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#food table {
	border-collapse: collapse;
	border: 1px #6a3905 dotted;
	border-spacing: 0;
}

#food table tr {
	border: 1px #6a3905 dotted;
}

#food table td {
	padding: 8px;
	border: 1px #6a3905 dotted;
}

td.foods {
	width: 120px;
	background-color: #ffd763;
	text-align: center;
}

td.home {
	width: 60px;
	background-color: #ffd763;
	text-align: center;
}


/*---------------------allergie---*/

#allergie img {
	margin-bottom: 5px;
}

p.txt_mid {
	padding-top: 35px;
	line-height: 150%;
}

p.txt_mid2 {
	padding-top: 20px;
	line-height: 150%;
}


/*----------------------hygiene---*/

#hygiene table {
	width: 600px;
	margin-left: 5px;
}

#hygiene table td {
	font-size: 12px;
	line-height: 130%;
}

td.center {
	padding-left: 37px;
}

/*-------------------------link---*/ 

#sidebar a { /*リンクされた文字*/
    color: #aa4e3a;
    font-style: normal;
    text-decoration: none;
}

#sidebar a:link { /*未訪問のリンク*/
    color: #aa4e3a;
    font-style: normal;
    text-decoration: none;
}

#sidebar a:visited { /*訪問後のリンク*/
    color: #aa4e3a;
    text-decoration: none;
}

#sidebar a:hover { /*マウスをのせたとき*/
    color: #aa4e3a; 
    font-style: normal;
    text-decoration: none;
}

#sidebar a:active { /*クリック中*/
    text-decoration: none;
}

#sidebar a {
	text-decoration:none;
	border-bottom: 1px dashed;
}