/*
 Name: styletop.css
Description: stlye sheet for toppage of arita.com
Author: AR
*/

body {
	margin:0px;
/*	background-color: #FFFFFF; */
}


#box {
	background-color: #FFFFFF;
	border: 2px solid green;
	margin: 50px auto 0 auto;
	width: 600px;
}



	
A:link {color: green; text-decoration: none; background: none;}
A:link:hover {color: red; text-decoration: none; background: yellow;}
A:active {color: #989DA5; text-decoration: none; background: none;}

A	{
	color: green;
	}
	


h1	{
	margin: 0px 20px 0 15px;
	font-size: 1.3em;
	padding-top: 10px;
	border-bottom-color: #006633;
	border-bottom-style: solid;
	border-bottom-width: medium;
	}
	

/*  header */

.header {
	margin: 0 20px 0 15px;
	}
	

/* main*/

#content	{
	background-color: #FFFFFF;
	position: relative;
	margin: 10px 15px 0 15px;
	padding: 10px;
	border: 0px none white;
	font-size: 1.0em;
	}

#note{
	font-size: 0.8em;
	padding:10px;
	}

.clear	{
	clear: both;
	margin: 0;
	}


/* footer */

#footer	{
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	}

#footer address	{
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	}