body,h1,h2,h3,h4,h5,div,p,ul,li,dl,dt,dd,a,table,tr,td{
	margin: 0px;
	padding: 0px;
}
img{
	margin: 0px;
	border: 0px none;
}
#aicon{
	margin: 0px 0px 0px 50px;
}
body{
	background: #f5f5dc;
}


#mainbox {
	width: 200px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}
#leftbox {
	width: 200px;
	height: auto;
	padding: 20px 0px 0px 20px;
	text-align: left;
}
#leftbox p {
	font-size: 12px;
	text-decoration: none;
}

/* list枠の宣言 */
#list {
	font-size: 12px;
}
#list p {
	font-size: 13px;
	font-weight: bold;
}
#list .mishouka {
	font-size: 12px;
	color: #191970;
	font-weight: normal;
}
#list .komidasi {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 0px -5px;
}



/* ボタンリンクの宣言 */
a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #666600;
	text-decoration: none;
}
a:active {
	color: #666600;
	text-decoration: none;
}


#list a:link {
	color: #cc3366;
	text-decoration: none;
}
#list a:visited {
	color: #708090;
	text-decoration: none;
}
#list a:hover {
	color: #708090;
	text-decoration: none;
}
#list a:active {
	color: #708090;
	text-decoration: none;
}


