* {
	margin : 0;
	padding  : 0;
}	
body {
	color : #202020;
	background-color : #FFFFFF;
	background-image : url(./image/rose_7.jpg);
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
a:link {
	color : #339eb5;
}
a:visited {
	color : #c00358;
}
a:active {
	color : #4e4410;
}
a:hover {
	color : #c00358;
	background-color : #F0F0F0;
}
a img {
	border : none;
}
h1, h2, h3, h4, h5, h6 {
	font-family : "Georgia", Times, san-serif;
	font-weight : bold;
}
h1 {
	background-color : transparent;
	font-size : 180%;
}
h2 {
	font-size : 140%;
}
ul, dl, ol {
	margin : 1em  50px;
	list-style-image : url(./image/orange.gif);
	line-height : 1.5;
}
dt {
	font-weight : bold;
}
dd {
	margin-left : 20px;
}
address {
}
div#contenttitle {
	padding : 100px 8% 20px 8%;
	background-image : url(./image/pl9bg1.gif);
	background-repeat : repeat-x;
}
div#contenttitle p {
	font-size : 80%;
}
div#content p {
	margin-right : 1em;
}
div#content {
	margin : 2em 25% 2em 8%;
}
div#menu {
	width : 17%;
	position : absolute;
	top : 100px;
	right : 5%;
	font-size : 90%;
}
div#menu ul {
	margin : 0;
	padding : 0;
}

div#footer {
	margin : 200px 8% 2em 8%;
}
