@charset "utf-8";
/*
08271310
========================================
DEFAULT
========================================*/

* {
	padding: 0 ;
	margin: 0 ;
	line-height: 145% ;
}


img {
	border: 0px ;
}


.clear {
	clear: both ;
}


li {
	list-style-type: none ;
}



p {
	padding: 3px 0px 1px 5px;
	margin: 3px 35px 3px 35px;
	font-size: 12px;
	line-height: 150%;
}


hr {
	height: 1px ;
}


/*table*/

.sample {
	margin: 10px 45px 10px 45px ;
	border: 1px solid #C0C0C0;
	font-size: 14px;
}

.sample tr {
	padding: 20px ;
	font-weight: normal ;
	color: #000000 ;
	text-align: left ;
	background: #FFFFFF ;
}

.sample td {
	padding: 10px 20px 10px 20px ;
	color: #000000 ;
}


/*========================================
LINK
========================================*/

/*common */
a:link, a:visited {
	color: #069 ;
}


a:active, a:hover {
	color: #C02929 ;
}


/*========================================
LAYOUT
========================================*/

html{}



body {
	font-size: 12px ;
	color: #333 ;
	text-align: center ;
}

#indexBody, #archiveBody {
	text-align: center ;
	background: url(http://www.greentree.jp/image/bg.jpg) center top no-repeat;
	background-attachment: fixed ;
}



#container {
	position: relative ;
	width: 870px ;
	margin: auto ;
	font-size: 14px ;
	color: #000 ;
	border-top: none ;
	text-align: left ;
}


#footer {
	clear: both ;
	height: 65px ;
	padding-top: 5px ;
	padding-left: 15px ;
	margin: auto ;
	margin-top: 15px ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	background: url("http://www.greentree.jp/image/footer.jpg") no-repeat top left ;
}



#container p{
	padding: 10px 10px 10px 10px;
	font-size: 16px ;
	color: #000;
	text-align: left ;
}



/*========================================
MAIN
========================================*/


/*TITLE*/


.content p img {
	margin-right: 10px ;
}

/*========================================
FOOTER
========================================*/

#footer h3{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #999;
}


#footer p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #999;
}


#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #999;
	text-decoration: none;
}


#footer img{
	float: left;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	overflow: hidden ;
}


