﻿@charset "euc-jp";

/*
Author: ati
Comment: クッキングパパレシピ検索

Copyright 2007-2008 (C) ati
*/

body {
	color:black;
	background:white;
	margin-left: 25px;
	margin-right: 25px;
}

/*
リンク文字列に関する設定
*/
a:link {
	color: #3333ff;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #ff6666;
	background-color: transparent;
	text-decoration: none;
}

a[href]:hover {	/*for Mozilla*/
	color: #f00;
	background-color: transparent;
	text-decoration: underline;
}

table {
	border-color: black;
	border-width: 1px;
	padding: 0px;
	border-collapse: collapse;
}
th, tr, td {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
th {
	color:white;
	background:#666666;
}
