/*
 *	basic.css - basic style for 'Life with PalmPilot"
 *
 *	2002-05-03 by Maeda I.
 */


.body {  
	font-size: 1em;
	color: #006666;
	background-color: white;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
	background-image: url(../images/LWPP2002a.gif);
	line-height: 150%;
}


h1 { font-size: 1.8em; margin-top: 1.5em; margin-bottom: 1.5em; }
h2 { font-size: 1.6em; margin-top: 1.5em; margin-bottom: 0.7em; }
h3 { font-size: 1.2em; margin-top: 1.2em; margin-bottom: 0.6em; }
h4 { font-size: 1.1em; line-height: 150%}

p {
	line-height: 160%;
	margin: 0%;
}

img {  
	border-width: 0px; 
}
blockquote {
	background-color: #eeeeee;
	border-style: solid;
	border-color: #333333;
	border-width: 1px 1px 1px 4px;
	padding: 10px 10px 10px 10px;
}

.diary {
	color: #006666;
	line-height: 150%;
	margin: 10px 15% 10px 15%;
	background-image: url(../images/LWPP2002a.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN", sans-serif;
}

.body {
	background-image: url(../images/LWPP2002a.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 150%;
}

a { 
	color: #666633;
	text-decoration: underline;
}
a:visited { 
	color: #009933;
}
a:active { 
	color: #ff3333;
}
a:hover { 
	text-decoration: none;
}


