/*bodyの基本プロパティ*/
body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat-y;
}

a:link {
	color: #336699;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #666666;
}

a:active {
	color: #666666;
}

.font_s {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/*indexページ料理写真下のテキスト用*/
.line_01 {
	border: 1px dotted #336699;
	padding: 10px;
}

/*indexページtopics,ランチ通信用*/
.line_02 {
	border: 1px solid #666666;
	overflow: auto;
}

/*indexページフッター用*/
.line_03 {
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 660px;
}

/*indexページtopics用*/
.topics_01 {
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 330px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*indexページtopics用*/
.topics_02 {
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	margin: 10px;
	width: 330px;
}
a:link.topics_02{
	color: #336699;
}

/*indexページtopics用*/
.bold_01 {
	color: #336699;
	font-weight: bold;
}
