/* 豆知識メインページの基本デザイン用CSS */
body {
	background-color: #FFFFFF;
	color: #333300;

}
h1{
        background-image:url(coffee-www.jpg);
	background-repeat: no-repeat;
	background-position: top center;
        padding-top: 10px;
        height:100px;
	font-family: "メイリオ",serif; 
        font-weight: bolder;  
	color: #FFFF33;
	font-size: 38px;

	margin: 10px;

        text-align: center; 
}	
h2 {
	font-family: "メイリオ",sans-serif; 
	color: #333300;
	font-size: 20px;
	margin: 1em 1px 0.5em;
	background-color:#FFFFCC;
	border-top:double 3px #FFCC66;
	border-bottom:double 3px #FFCC66;
	text-align: center;
	clear:both;
}

h3 {
	font-family: "ＭＳ ゴシック",sans-serif; 
	color: #333300;
	font-size: 90%;
	font-weight: normal;
	text-align:right;
	clear:both;
	margin:1em 0px;
}


h4 {
	font-family: "ＭＳ ゴシック",sans-serif; 
	color: #993333;
	font-size: 100%;
	margin: 1em 1px 1px;
	border-bottom:dotted 2px #FFCC66;
        text-align:left;
	clear:both;
}

p {
	font-family: "メイリオ", Osaka,sans-serif;
	font-size: 100%;
	line-height: 150%;
}

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: normal;
	text-align:center;
	border-top:double 3px #FFCC66;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}

p img {
	float: center;
	border: none;
}
h1 img {
	float: center
	margin-left:5px;
}

a {
	text-decoration: underline;
	font-weight: normal;
}
a:link {
	color: #666666;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #996600;
}

h1 a {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

span.day {
        font-size: 12px; 
	color: #999966;
}


